libftdi: (gerd) recreate in new kdevelop, pkgconfig, license fix
[libftdi] / Makefile.in
CommitLineData
5fdb1cb1 1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
a9aa8f1c 2
5fdb1cb1 3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
a3da1d95
GE
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
9b254687
GE
13# not a GNU package. You can remove this line, if
14# have all needed files, that a GNU package needs
5fdb1cb1
TJ
15
16
a3da1d95
GE
17SHELL = @SHELL@
18
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
22prefix = @prefix@
23exec_prefix = @exec_prefix@
24
25bindir = @bindir@
26sbindir = @sbindir@
27libexecdir = @libexecdir@
28datadir = @datadir@
29sysconfdir = @sysconfdir@
30sharedstatedir = @sharedstatedir@
31localstatedir = @localstatedir@
32libdir = @libdir@
33infodir = @infodir@
34mandir = @mandir@
35includedir = @includedir@
36oldincludedir = /usr/include
5fdb1cb1
TJ
37
38DESTDIR =
39
a3da1d95
GE
40pkgdatadir = $(datadir)/@PACKAGE@
41pkglibdir = $(libdir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
5fdb1cb1 43
a3da1d95
GE
44top_builddir = .
45
46ACLOCAL = @ACLOCAL@
47AUTOCONF = @AUTOCONF@
48AUTOMAKE = @AUTOMAKE@
49AUTOHEADER = @AUTOHEADER@
50
51INSTALL = @INSTALL@
5fdb1cb1 52INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
a3da1d95
GE
53INSTALL_DATA = @INSTALL_DATA@
54INSTALL_SCRIPT = @INSTALL_SCRIPT@
a3da1d95 55transform = @program_transform_name@
5fdb1cb1 56
a3da1d95
GE
57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
a3da1d95
GE
63host_alias = @host_alias@
64host_triplet = @host@
a3da1d95 65AS = @AS@
a3da1d95 66CC = @CC@
a3da1d95 67DLLTOOL = @DLLTOOL@
a3da1d95 68ECHO = @ECHO@
5fdb1cb1 69EXEEXT = @EXEEXT@
a9aa8f1c 70HAVELIBUSB = @HAVELIBUSB@
a3da1d95 71LIBTOOL = @LIBTOOL@
a3da1d95 72LN_S = @LN_S@
5fdb1cb1 73MAKEINFO = @MAKEINFO@
a3da1d95 74OBJDUMP = @OBJDUMP@
5fdb1cb1 75OBJEXT = @OBJEXT@
a3da1d95 76PACKAGE = @PACKAGE@
a3da1d95 77RANLIB = @RANLIB@
a3da1d95 78STRIP = @STRIP@
a3da1d95 79VERSION = @VERSION@
a3da1d95 80
9b254687 81AUTOMAKE_OPTIONS = foreign 1.4
a3da1d95 82
9b254687 83SUBDIRS = src
a3da1d95 84
9b254687 85EXTRA_DIST = libftdi.spec COPYING.LIB
a9aa8f1c 86
9b254687
GE
87# Install the pkg-config file:
88pkgconfigdir = $(libdir)/pkgconfig
89pkgconfig_DATA = libftdi.pc
a3da1d95 90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9b254687 91mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
a3da1d95 92CONFIG_HEADER = config.h
9b254687
GE
93CONFIG_CLEAN_FILES = libftdi.pc
94DATA = $(pkgconfig_DATA)
5fdb1cb1 95
9b254687
GE
96DIST_COMMON = ./stamp-h.in COPYING.LIB Makefile.am Makefile.in \
97aclocal.m4 config.guess config.h.in config.sub configure configure.in \
98install-sh libftdi.pc.in ltmain.sh missing mkinstalldirs
a3da1d95 99
5fdb1cb1
TJ
100
101DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103TAR = gtar
104GZIP_ENV = --best
105all: all-redirect
a3da1d95 106.SUFFIXES:
5fdb1cb1
TJ
107$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
108 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
109
110Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
111 cd $(top_builddir) \
112 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
a3da1d95 113
9b254687 114$(ACLOCAL_M4): configure.in
5fdb1cb1
TJ
115 cd $(srcdir) && $(ACLOCAL)
116
117config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
a3da1d95 118 $(SHELL) ./config.status --recheck
5fdb1cb1 119$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
a3da1d95
GE
120 cd $(srcdir) && $(AUTOCONF)
121
5fdb1cb1
TJ
122config.h: stamp-h
123 @if test ! -f $@; then \
124 rm -f stamp-h; \
125 $(MAKE) stamp-h; \
126 else :; fi
127stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
128 cd $(top_builddir) \
129 && CONFIG_FILES= CONFIG_HEADERS=config.h \
130 $(SHELL) ./config.status
131 @echo timestamp > stamp-h 2> /dev/null
132$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
a3da1d95 133 @if test ! -f $@; then \
5fdb1cb1
TJ
134 rm -f $(srcdir)/stamp-h.in; \
135 $(MAKE) $(srcdir)/stamp-h.in; \
a3da1d95 136 else :; fi
5fdb1cb1
TJ
137$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
138 cd $(top_srcdir) && $(AUTOHEADER)
139 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
a9aa8f1c 140
5fdb1cb1 141mostlyclean-hdr:
a9aa8f1c 142
5fdb1cb1 143clean-hdr:
a3da1d95
GE
144
145distclean-hdr:
5fdb1cb1
TJ
146 -rm -f config.h
147
148maintainer-clean-hdr:
9b254687 149libftdi.pc: $(top_builddir)/config.status libftdi.pc.in
5fdb1cb1
TJ
150 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
151
9b254687 152install-pkgconfigDATA: $(pkgconfig_DATA)
a9aa8f1c 153 @$(NORMAL_INSTALL)
9b254687
GE
154 $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
155 @list='$(pkgconfig_DATA)'; for p in $$list; do \
156 if test -f $(srcdir)/$$p; then \
157 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
158 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
159 else if test -f $$p; then \
160 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
161 $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
162 fi; fi; \
a9aa8f1c
TJ
163 done
164
9b254687 165uninstall-pkgconfigDATA:
a9aa8f1c 166 @$(NORMAL_UNINSTALL)
9b254687
GE
167 list='$(pkgconfig_DATA)'; for p in $$list; do \
168 rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
a9aa8f1c
TJ
169 done
170
a3da1d95
GE
171# This directory's subdirectories are mostly independent; you can cd
172# into them and run `make' without going through this Makefile.
173# To change the values of `make' variables: instead of editing Makefiles,
174# (1) if the variable is set in `config.status', edit `config.status'
175# (which will cause the Makefiles to be regenerated when you run `make');
176# (2) otherwise, pass the desired values on the `make' command line.
5fdb1cb1
TJ
177
178@SET_MAKE@
179
180all-recursive install-data-recursive install-exec-recursive \
181installdirs-recursive install-recursive uninstall-recursive \
182check-recursive installcheck-recursive info-recursive dvi-recursive:
183 @set fnord $(MAKEFLAGS); amf=$$2; \
a3da1d95
GE
184 dot_seen=no; \
185 target=`echo $@ | sed s/-recursive//`; \
186 list='$(SUBDIRS)'; for subdir in $$list; do \
187 echo "Making $$target in $$subdir"; \
188 if test "$$subdir" = "."; then \
189 dot_seen=yes; \
190 local_target="$$target-am"; \
191 else \
192 local_target="$$target"; \
193 fi; \
194 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
195 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
196 done; \
197 if test "$$dot_seen" = "no"; then \
198 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
199 fi; test -z "$$fail"
200
201mostlyclean-recursive clean-recursive distclean-recursive \
202maintainer-clean-recursive:
5fdb1cb1 203 @set fnord $(MAKEFLAGS); amf=$$2; \
a3da1d95 204 dot_seen=no; \
5fdb1cb1
TJ
205 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
206 rev="$$subdir $$rev"; \
207 test "$$subdir" != "." || dot_seen=yes; \
a3da1d95 208 done; \
5fdb1cb1 209 test "$$dot_seen" = "no" && rev=". $$rev"; \
a3da1d95
GE
210 target=`echo $@ | sed s/-recursive//`; \
211 for subdir in $$rev; do \
212 echo "Making $$target in $$subdir"; \
213 if test "$$subdir" = "."; then \
214 local_target="$$target-am"; \
215 else \
216 local_target="$$target"; \
217 fi; \
218 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
219 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
220 done && test -z "$$fail"
221tags-recursive:
222 list='$(SUBDIRS)'; for subdir in $$list; do \
223 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
224 done
225
226tags: TAGS
227
5fdb1cb1
TJ
228ID: $(HEADERS) $(SOURCES) $(LISP)
229 list='$(SOURCES) $(HEADERS)'; \
230 unique=`for i in $$list; do echo $$i; done | \
231 awk ' { files[$$0] = 1; } \
a3da1d95 232 END { for (i in files) print i; }'`; \
5fdb1cb1
TJ
233 here=`pwd` && cd $(srcdir) \
234 && mkid -f$$here/ID $$unique $(LISP)
a3da1d95 235
5fdb1cb1 236TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
a3da1d95
GE
237 tags=; \
238 here=`pwd`; \
239 list='$(SUBDIRS)'; for subdir in $$list; do \
5fdb1cb1 240 if test "$$subdir" = .; then :; else \
a3da1d95 241 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
5fdb1cb1 242 fi; \
a3da1d95 243 done; \
5fdb1cb1
TJ
244 list='$(SOURCES) $(HEADERS)'; \
245 unique=`for i in $$list; do echo $$i; done | \
246 awk ' { files[$$0] = 1; } \
a3da1d95 247 END { for (i in files) print i; }'`; \
5fdb1cb1
TJ
248 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
249 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
a3da1d95 250
5fdb1cb1 251mostlyclean-tags:
a3da1d95 252
5fdb1cb1 253clean-tags:
a3da1d95 254
5fdb1cb1
TJ
255distclean-tags:
256 -rm -f TAGS ID
a3da1d95 257
5fdb1cb1 258maintainer-clean-tags:
a3da1d95 259
a3da1d95 260distdir = $(PACKAGE)-$(VERSION)
5fdb1cb1 261top_distdir = $(distdir)
a3da1d95 262
5fdb1cb1
TJ
263# This target untars the dist file and tries a VPATH configuration. Then
264# it guarantees that the distribution is self-contained by making another
265# tarfile.
266distcheck: dist
267 -rm -rf $(distdir)
268 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
269 mkdir $(distdir)/=build
270 mkdir $(distdir)/=inst
271 dc_install_base=`cd $(distdir)/=inst && pwd`; \
272 cd $(distdir)/=build \
273 && ../configure --srcdir=.. --prefix=$$dc_install_base \
274 && $(MAKE) $(AM_MAKEFLAGS) \
275 && $(MAKE) $(AM_MAKEFLAGS) dvi \
276 && $(MAKE) $(AM_MAKEFLAGS) check \
277 && $(MAKE) $(AM_MAKEFLAGS) install \
278 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
279 && $(MAKE) $(AM_MAKEFLAGS) dist
280 -rm -rf $(distdir)
281 @banner="$(distdir).tar.gz is ready for distribution"; \
282 dashes=`echo "$$banner" | sed s/./=/g`; \
283 echo "$$dashes"; \
284 echo "$$banner"; \
285 echo "$$dashes"
286dist: distdir
287 -chmod -R a+r $(distdir)
288 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
289 -rm -rf $(distdir)
290dist-all: distdir
291 -chmod -R a+r $(distdir)
292 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
293 -rm -rf $(distdir)
a3da1d95 294distdir: $(DISTFILES)
5fdb1cb1 295 -rm -rf $(distdir)
a3da1d95 296 mkdir $(distdir)
5fdb1cb1
TJ
297 -chmod 777 $(distdir)
298 here=`cd $(top_builddir) && pwd`; \
299 top_distdir=`cd $(distdir) && pwd`; \
300 distdir=`cd $(distdir) && pwd`; \
301 cd $(top_srcdir) \
302 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
303 @for file in $(DISTFILES); do \
304 d=$(srcdir); \
a3da1d95 305 if test -d $$d/$$file; then \
5fdb1cb1 306 cp -pr $$d/$$file $(distdir)/$$file; \
a3da1d95
GE
307 else \
308 test -f $(distdir)/$$file \
5fdb1cb1
TJ
309 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
310 || cp -p $$d/$$file $(distdir)/$$file || :; \
a3da1d95
GE
311 fi; \
312 done
5fdb1cb1 313 for subdir in $(SUBDIRS); do \
a3da1d95
GE
314 if test "$$subdir" = .; then :; else \
315 test -d $(distdir)/$$subdir \
316 || mkdir $(distdir)/$$subdir \
317 || exit 1; \
5fdb1cb1
TJ
318 chmod 777 $(distdir)/$$subdir; \
319 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
a3da1d95
GE
320 || exit 1; \
321 fi; \
322 done
5fdb1cb1
TJ
323info-am:
324info: info-recursive
325dvi-am:
326dvi: dvi-recursive
a3da1d95
GE
327check-am: all-am
328check: check-recursive
5fdb1cb1
TJ
329installcheck-am:
330installcheck: installcheck-recursive
331all-recursive-am: config.h
332 $(MAKE) $(AM_MAKEFLAGS) all-recursive
a3da1d95 333
9b254687 334install-exec-am:
a3da1d95 335install-exec: install-exec-recursive
5fdb1cb1 336
9b254687 337install-data-am: install-pkgconfigDATA
a3da1d95 338install-data: install-data-recursive
a3da1d95
GE
339
340install-am: all-am
341 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
5fdb1cb1 342install: install-recursive
9b254687 343uninstall-am: uninstall-pkgconfigDATA
5fdb1cb1 344uninstall: uninstall-recursive
9b254687 345all-am: Makefile $(DATA) config.h
5fdb1cb1 346all-redirect: all-recursive-am
a3da1d95 347install-strip:
5fdb1cb1
TJ
348 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
349installdirs: installdirs-recursive
350installdirs-am:
9b254687 351 $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
5fdb1cb1
TJ
352
353
a3da1d95
GE
354mostlyclean-generic:
355
356clean-generic:
357
358distclean-generic:
a9aa8f1c 359 -rm -f Makefile $(CONFIG_CLEAN_FILES)
5fdb1cb1 360 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
a3da1d95
GE
361
362maintainer-clean-generic:
5fdb1cb1 363mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
a3da1d95 364
5fdb1cb1 365mostlyclean: mostlyclean-recursive
a3da1d95 366
5fdb1cb1 367clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
a3da1d95 368
5fdb1cb1 369clean: clean-recursive
a3da1d95 370
5fdb1cb1
TJ
371distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
372 -rm -f libtool
a3da1d95 373
5fdb1cb1
TJ
374distclean: distclean-recursive
375 -rm -f config.status
a3da1d95 376
5fdb1cb1
TJ
377maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
378 maintainer-clean-generic distclean-am
379 @echo "This command is intended for maintainers to use;"
380 @echo "it deletes files that may require special tools to rebuild."
a3da1d95
GE
381
382maintainer-clean: maintainer-clean-recursive
5fdb1cb1
TJ
383 -rm -f config.status
384
385.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
9b254687 386uninstall-pkgconfigDATA install-pkgconfigDATA install-data-recursive \
5fdb1cb1
TJ
387uninstall-data-recursive install-exec-recursive \
388uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
389all-recursive check-recursive installcheck-recursive info-recursive \
390dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
391maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
392distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
393dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
394install-exec-am install-exec install-data-am install-data install-am \
395install uninstall-am uninstall all-redirect all-am all installdirs-am \
396installdirs mostlyclean-generic distclean-generic clean-generic \
397maintainer-clean-generic clean mostlyclean distclean maintainer-clean
a3da1d95
GE
398
399
a3da1d95
GE
400# Tell versions [3.59,3.63) of GNU make to not export all variables.
401# Otherwise a system limit (for SysV at least) may be exceeded.
402.NOEXPORT: