libftdi: (gerd) recreate in new kdevelop, pkgconfig, license fix
[libftdi] / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
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
13 # not a GNU package. You can remove this line, if
14 # have all needed files, that a GNU package needs
15
16
17 SHELL = @SHELL@
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 prefix = @prefix@
23 exec_prefix = @exec_prefix@
24
25 bindir = @bindir@
26 sbindir = @sbindir@
27 libexecdir = @libexecdir@
28 datadir = @datadir@
29 sysconfdir = @sysconfdir@
30 sharedstatedir = @sharedstatedir@
31 localstatedir = @localstatedir@
32 libdir = @libdir@
33 infodir = @infodir@
34 mandir = @mandir@
35 includedir = @includedir@
36 oldincludedir = /usr/include
37
38 DESTDIR =
39
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
43
44 top_builddir = .
45
46 ACLOCAL = @ACLOCAL@
47 AUTOCONF = @AUTOCONF@
48 AUTOMAKE = @AUTOMAKE@
49 AUTOHEADER = @AUTOHEADER@
50
51 INSTALL = @INSTALL@
52 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
53 INSTALL_DATA = @INSTALL_DATA@
54 INSTALL_SCRIPT = @INSTALL_SCRIPT@
55 transform = @program_transform_name@
56
57 NORMAL_INSTALL = :
58 PRE_INSTALL = :
59 POST_INSTALL = :
60 NORMAL_UNINSTALL = :
61 PRE_UNINSTALL = :
62 POST_UNINSTALL = :
63 host_alias = @host_alias@
64 host_triplet = @host@
65 AS = @AS@
66 CC = @CC@
67 DLLTOOL = @DLLTOOL@
68 ECHO = @ECHO@
69 EXEEXT = @EXEEXT@
70 HAVELIBUSB = @HAVELIBUSB@
71 LIBTOOL = @LIBTOOL@
72 LN_S = @LN_S@
73 MAKEINFO = @MAKEINFO@
74 OBJDUMP = @OBJDUMP@
75 OBJEXT = @OBJEXT@
76 PACKAGE = @PACKAGE@
77 RANLIB = @RANLIB@
78 STRIP = @STRIP@
79 VERSION = @VERSION@
80
81 AUTOMAKE_OPTIONS = foreign 1.4
82
83 SUBDIRS = src
84
85 EXTRA_DIST = libftdi.spec COPYING.LIB
86
87 # Install the pkg-config file:
88 pkgconfigdir = $(libdir)/pkgconfig
89 pkgconfig_DATA = libftdi.pc
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
92 CONFIG_HEADER = config.h
93 CONFIG_CLEAN_FILES =  libftdi.pc
94 DATA =  $(pkgconfig_DATA)
95
96 DIST_COMMON =  ./stamp-h.in COPYING.LIB Makefile.am Makefile.in \
97 aclocal.m4 config.guess config.h.in config.sub configure configure.in \
98 install-sh libftdi.pc.in ltmain.sh missing mkinstalldirs
99
100
101 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103 TAR = gtar
104 GZIP_ENV = --best
105 all: all-redirect
106 .SUFFIXES:
107 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
108         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
109
110 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
111         cd $(top_builddir) \
112           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
113
114 $(ACLOCAL_M4):  configure.in 
115         cd $(srcdir) && $(ACLOCAL)
116
117 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
118         $(SHELL) ./config.status --recheck
119 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
120         cd $(srcdir) && $(AUTOCONF)
121
122 config.h: stamp-h
123         @if test ! -f $@; then \
124                 rm -f stamp-h; \
125                 $(MAKE) stamp-h; \
126         else :; fi
127 stamp-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
133         @if test ! -f $@; then \
134                 rm -f $(srcdir)/stamp-h.in; \
135                 $(MAKE) $(srcdir)/stamp-h.in; \
136         else :; fi
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
140
141 mostlyclean-hdr:
142
143 clean-hdr:
144
145 distclean-hdr:
146         -rm -f config.h
147
148 maintainer-clean-hdr:
149 libftdi.pc: $(top_builddir)/config.status libftdi.pc.in
150         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
151
152 install-pkgconfigDATA: $(pkgconfig_DATA)
153         @$(NORMAL_INSTALL)
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; \
163         done
164
165 uninstall-pkgconfigDATA:
166         @$(NORMAL_UNINSTALL)
167         list='$(pkgconfig_DATA)'; for p in $$list; do \
168           rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
169         done
170
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.
177
178 @SET_MAKE@
179
180 all-recursive install-data-recursive install-exec-recursive \
181 installdirs-recursive install-recursive uninstall-recursive  \
182 check-recursive installcheck-recursive info-recursive dvi-recursive:
183         @set fnord $(MAKEFLAGS); amf=$$2; \
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
201 mostlyclean-recursive clean-recursive distclean-recursive \
202 maintainer-clean-recursive:
203         @set fnord $(MAKEFLAGS); amf=$$2; \
204         dot_seen=no; \
205         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
206           rev="$$subdir $$rev"; \
207           test "$$subdir" != "." || dot_seen=yes; \
208         done; \
209         test "$$dot_seen" = "no" && rev=". $$rev"; \
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"
221 tags-recursive:
222         list='$(SUBDIRS)'; for subdir in $$list; do \
223           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
224         done
225
226 tags: TAGS
227
228 ID: $(HEADERS) $(SOURCES) $(LISP)
229         list='$(SOURCES) $(HEADERS)'; \
230         unique=`for i in $$list; do echo $$i; done | \
231           awk '    { files[$$0] = 1; } \
232                END { for (i in files) print i; }'`; \
233         here=`pwd` && cd $(srcdir) \
234           && mkid -f$$here/ID $$unique $(LISP)
235
236 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
237         tags=; \
238         here=`pwd`; \
239         list='$(SUBDIRS)'; for subdir in $$list; do \
240    if test "$$subdir" = .; then :; else \
241             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
242    fi; \
243         done; \
244         list='$(SOURCES) $(HEADERS)'; \
245         unique=`for i in $$list; do echo $$i; done | \
246           awk '    { files[$$0] = 1; } \
247                END { for (i in files) print i; }'`; \
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)
250
251 mostlyclean-tags:
252
253 clean-tags:
254
255 distclean-tags:
256         -rm -f TAGS ID
257
258 maintainer-clean-tags:
259
260 distdir = $(PACKAGE)-$(VERSION)
261 top_distdir = $(distdir)
262
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.
266 distcheck: 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"
286 dist: distdir
287         -chmod -R a+r $(distdir)
288         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
289         -rm -rf $(distdir)
290 dist-all: distdir
291         -chmod -R a+r $(distdir)
292         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
293         -rm -rf $(distdir)
294 distdir: $(DISTFILES)
295         -rm -rf $(distdir)
296         mkdir $(distdir)
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); \
305           if test -d $$d/$$file; then \
306             cp -pr $$d/$$file $(distdir)/$$file; \
307           else \
308             test -f $(distdir)/$$file \
309             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
310             || cp -p $$d/$$file $(distdir)/$$file || :; \
311           fi; \
312         done
313         for subdir in $(SUBDIRS); do \
314           if test "$$subdir" = .; then :; else \
315             test -d $(distdir)/$$subdir \
316             || mkdir $(distdir)/$$subdir \
317             || exit 1; \
318             chmod 777 $(distdir)/$$subdir; \
319             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
320               || exit 1; \
321           fi; \
322         done
323 info-am:
324 info: info-recursive
325 dvi-am:
326 dvi: dvi-recursive
327 check-am: all-am
328 check: check-recursive
329 installcheck-am:
330 installcheck: installcheck-recursive
331 all-recursive-am: config.h
332         $(MAKE) $(AM_MAKEFLAGS) all-recursive
333
334 install-exec-am:
335 install-exec: install-exec-recursive
336
337 install-data-am: install-pkgconfigDATA
338 install-data: install-data-recursive
339
340 install-am: all-am
341         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
342 install: install-recursive
343 uninstall-am: uninstall-pkgconfigDATA
344 uninstall: uninstall-recursive
345 all-am: Makefile $(DATA) config.h
346 all-redirect: all-recursive-am
347 install-strip:
348         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
349 installdirs: installdirs-recursive
350 installdirs-am:
351         $(mkinstalldirs)  $(DESTDIR)$(pkgconfigdir)
352
353
354 mostlyclean-generic:
355
356 clean-generic:
357
358 distclean-generic:
359         -rm -f Makefile $(CONFIG_CLEAN_FILES)
360         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
361
362 maintainer-clean-generic:
363 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
364
365 mostlyclean: mostlyclean-recursive
366
367 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
368
369 clean: clean-recursive
370
371 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
372         -rm -f libtool
373
374 distclean: distclean-recursive
375         -rm -f config.status
376
377 maintainer-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."
381
382 maintainer-clean: maintainer-clean-recursive
383         -rm -f config.status
384
385 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
386 uninstall-pkgconfigDATA install-pkgconfigDATA install-data-recursive \
387 uninstall-data-recursive install-exec-recursive \
388 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
389 all-recursive check-recursive installcheck-recursive info-recursive \
390 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
391 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
392 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
393 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
394 install-exec-am install-exec install-data-am install-data install-am \
395 install uninstall-am uninstall all-redirect all-am all installdirs-am \
396 installdirs mostlyclean-generic distclean-generic clean-generic \
397 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
398
399
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: