libftdi: (tomj) prepare libftdi 0.5 release
[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 README ChangeLog libftdi-config.in
86
87 bin_SCRIPTS = libftdi-config
88
89 # Install the pkg-config file:
90 pkgconfigdir = $(libdir)/pkgconfig
91 pkgconfig_DATA = libftdi.pc
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94 CONFIG_HEADER = config.h
95 CONFIG_CLEAN_FILES =  libftdi-config libftdi.pc
96 SCRIPTS =  $(bin_SCRIPTS)
97
98 DATA =  $(pkgconfig_DATA)
99
100 DIST_COMMON =  README ./stamp-h.in COPYING.LIB ChangeLog Makefile.am \
101 Makefile.in aclocal.m4 config.guess config.h.in config.sub configure \
102 configure.in install-sh libftdi-config.in libftdi.pc.in ltmain.sh \
103 missing mkinstalldirs
104
105
106 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
107
108 TAR = gtar
109 GZIP_ENV = --best
110 all: all-redirect
111 .SUFFIXES:
112 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
113         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
114
115 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
116         cd $(top_builddir) \
117           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119 $(ACLOCAL_M4):  configure.in 
120         cd $(srcdir) && $(ACLOCAL)
121
122 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
123         $(SHELL) ./config.status --recheck
124 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
125         cd $(srcdir) && $(AUTOCONF)
126
127 config.h: stamp-h
128         @if test ! -f $@; then \
129                 rm -f stamp-h; \
130                 $(MAKE) stamp-h; \
131         else :; fi
132 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
133         cd $(top_builddir) \
134           && CONFIG_FILES= CONFIG_HEADERS=config.h \
135              $(SHELL) ./config.status
136         @echo timestamp > stamp-h 2> /dev/null
137 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
138         @if test ! -f $@; then \
139                 rm -f $(srcdir)/stamp-h.in; \
140                 $(MAKE) $(srcdir)/stamp-h.in; \
141         else :; fi
142 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
143         cd $(top_srcdir) && $(AUTOHEADER)
144         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
145
146 mostlyclean-hdr:
147
148 clean-hdr:
149
150 distclean-hdr:
151         -rm -f config.h
152
153 maintainer-clean-hdr:
154 libftdi-config: $(top_builddir)/config.status libftdi-config.in
155         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
156 libftdi.pc: $(top_builddir)/config.status libftdi.pc.in
157         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
158
159 install-binSCRIPTS: $(bin_SCRIPTS)
160         @$(NORMAL_INSTALL)
161         $(mkinstalldirs) $(DESTDIR)$(bindir)
162         @list='$(bin_SCRIPTS)'; for p in $$list; do \
163           if test -f $$p; then \
164             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
165             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
166           else if test -f $(srcdir)/$$p; then \
167             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
168             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
169           else :; fi; fi; \
170         done
171
172 uninstall-binSCRIPTS:
173         @$(NORMAL_UNINSTALL)
174         list='$(bin_SCRIPTS)'; for p in $$list; do \
175           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
176         done
177
178 install-pkgconfigDATA: $(pkgconfig_DATA)
179         @$(NORMAL_INSTALL)
180         $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
181         @list='$(pkgconfig_DATA)'; for p in $$list; do \
182           if test -f $(srcdir)/$$p; then \
183             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
184             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
185           else if test -f $$p; then \
186             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
187             $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
188           fi; fi; \
189         done
190
191 uninstall-pkgconfigDATA:
192         @$(NORMAL_UNINSTALL)
193         list='$(pkgconfig_DATA)'; for p in $$list; do \
194           rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
195         done
196
197 # This directory's subdirectories are mostly independent; you can cd
198 # into them and run `make' without going through this Makefile.
199 # To change the values of `make' variables: instead of editing Makefiles,
200 # (1) if the variable is set in `config.status', edit `config.status'
201 #     (which will cause the Makefiles to be regenerated when you run `make');
202 # (2) otherwise, pass the desired values on the `make' command line.
203
204 @SET_MAKE@
205
206 all-recursive install-data-recursive install-exec-recursive \
207 installdirs-recursive install-recursive uninstall-recursive  \
208 check-recursive installcheck-recursive info-recursive dvi-recursive:
209         @set fnord $(MAKEFLAGS); amf=$$2; \
210         dot_seen=no; \
211         target=`echo $@ | sed s/-recursive//`; \
212         list='$(SUBDIRS)'; for subdir in $$list; do \
213           echo "Making $$target in $$subdir"; \
214           if test "$$subdir" = "."; then \
215             dot_seen=yes; \
216             local_target="$$target-am"; \
217           else \
218             local_target="$$target"; \
219           fi; \
220           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
221            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
222         done; \
223         if test "$$dot_seen" = "no"; then \
224           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
225         fi; test -z "$$fail"
226
227 mostlyclean-recursive clean-recursive distclean-recursive \
228 maintainer-clean-recursive:
229         @set fnord $(MAKEFLAGS); amf=$$2; \
230         dot_seen=no; \
231         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
232           rev="$$subdir $$rev"; \
233           test "$$subdir" != "." || dot_seen=yes; \
234         done; \
235         test "$$dot_seen" = "no" && rev=". $$rev"; \
236         target=`echo $@ | sed s/-recursive//`; \
237         for subdir in $$rev; do \
238           echo "Making $$target in $$subdir"; \
239           if test "$$subdir" = "."; then \
240             local_target="$$target-am"; \
241           else \
242             local_target="$$target"; \
243           fi; \
244           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
245            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
246         done && test -z "$$fail"
247 tags-recursive:
248         list='$(SUBDIRS)'; for subdir in $$list; do \
249           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
250         done
251
252 tags: TAGS
253
254 ID: $(HEADERS) $(SOURCES) $(LISP)
255         list='$(SOURCES) $(HEADERS)'; \
256         unique=`for i in $$list; do echo $$i; done | \
257           awk '    { files[$$0] = 1; } \
258                END { for (i in files) print i; }'`; \
259         here=`pwd` && cd $(srcdir) \
260           && mkid -f$$here/ID $$unique $(LISP)
261
262 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
263         tags=; \
264         here=`pwd`; \
265         list='$(SUBDIRS)'; for subdir in $$list; do \
266    if test "$$subdir" = .; then :; else \
267             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
268    fi; \
269         done; \
270         list='$(SOURCES) $(HEADERS)'; \
271         unique=`for i in $$list; do echo $$i; done | \
272           awk '    { files[$$0] = 1; } \
273                END { for (i in files) print i; }'`; \
274         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
275           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
276
277 mostlyclean-tags:
278
279 clean-tags:
280
281 distclean-tags:
282         -rm -f TAGS ID
283
284 maintainer-clean-tags:
285
286 distdir = $(PACKAGE)-$(VERSION)
287 top_distdir = $(distdir)
288
289 # This target untars the dist file and tries a VPATH configuration.  Then
290 # it guarantees that the distribution is self-contained by making another
291 # tarfile.
292 distcheck: dist
293         -rm -rf $(distdir)
294         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
295         mkdir $(distdir)/=build
296         mkdir $(distdir)/=inst
297         dc_install_base=`cd $(distdir)/=inst && pwd`; \
298         cd $(distdir)/=build \
299           && ../configure --srcdir=.. --prefix=$$dc_install_base \
300           && $(MAKE) $(AM_MAKEFLAGS) \
301           && $(MAKE) $(AM_MAKEFLAGS) dvi \
302           && $(MAKE) $(AM_MAKEFLAGS) check \
303           && $(MAKE) $(AM_MAKEFLAGS) install \
304           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
305           && $(MAKE) $(AM_MAKEFLAGS) dist
306         -rm -rf $(distdir)
307         @banner="$(distdir).tar.gz is ready for distribution"; \
308         dashes=`echo "$$banner" | sed s/./=/g`; \
309         echo "$$dashes"; \
310         echo "$$banner"; \
311         echo "$$dashes"
312 dist: distdir
313         -chmod -R a+r $(distdir)
314         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
315         -rm -rf $(distdir)
316 dist-all: distdir
317         -chmod -R a+r $(distdir)
318         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
319         -rm -rf $(distdir)
320 distdir: $(DISTFILES)
321         -rm -rf $(distdir)
322         mkdir $(distdir)
323         -chmod 777 $(distdir)
324         here=`cd $(top_builddir) && pwd`; \
325         top_distdir=`cd $(distdir) && pwd`; \
326         distdir=`cd $(distdir) && pwd`; \
327         cd $(top_srcdir) \
328           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
329         @for file in $(DISTFILES); do \
330           d=$(srcdir); \
331           if test -d $$d/$$file; then \
332             cp -pr $$d/$$file $(distdir)/$$file; \
333           else \
334             test -f $(distdir)/$$file \
335             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
336             || cp -p $$d/$$file $(distdir)/$$file || :; \
337           fi; \
338         done
339         for subdir in $(SUBDIRS); do \
340           if test "$$subdir" = .; then :; else \
341             test -d $(distdir)/$$subdir \
342             || mkdir $(distdir)/$$subdir \
343             || exit 1; \
344             chmod 777 $(distdir)/$$subdir; \
345             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
346               || exit 1; \
347           fi; \
348         done
349 info-am:
350 info: info-recursive
351 dvi-am:
352 dvi: dvi-recursive
353 check-am: all-am
354 check: check-recursive
355 installcheck-am:
356 installcheck: installcheck-recursive
357 all-recursive-am: config.h
358         $(MAKE) $(AM_MAKEFLAGS) all-recursive
359
360 install-exec-am: install-binSCRIPTS
361 install-exec: install-exec-recursive
362
363 install-data-am: install-pkgconfigDATA
364 install-data: install-data-recursive
365
366 install-am: all-am
367         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
368 install: install-recursive
369 uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
370 uninstall: uninstall-recursive
371 all-am: Makefile $(SCRIPTS) $(DATA) config.h
372 all-redirect: all-recursive-am
373 install-strip:
374         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
375 installdirs: installdirs-recursive
376 installdirs-am:
377         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(pkgconfigdir)
378
379
380 mostlyclean-generic:
381
382 clean-generic:
383
384 distclean-generic:
385         -rm -f Makefile $(CONFIG_CLEAN_FILES)
386         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
387
388 maintainer-clean-generic:
389 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
390
391 mostlyclean: mostlyclean-recursive
392
393 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
394
395 clean: clean-recursive
396
397 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
398         -rm -f libtool
399
400 distclean: distclean-recursive
401         -rm -f config.status
402
403 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
404                 maintainer-clean-generic distclean-am
405         @echo "This command is intended for maintainers to use;"
406         @echo "it deletes files that may require special tools to rebuild."
407
408 maintainer-clean: maintainer-clean-recursive
409         -rm -f config.status
410
411 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
412 uninstall-binSCRIPTS install-binSCRIPTS uninstall-pkgconfigDATA \
413 install-pkgconfigDATA install-data-recursive uninstall-data-recursive \
414 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
415 uninstalldirs-recursive all-recursive check-recursive \
416 installcheck-recursive info-recursive dvi-recursive \
417 mostlyclean-recursive distclean-recursive clean-recursive \
418 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
419 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
420 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
421 install-exec-am install-exec install-data-am install-data install-am \
422 install uninstall-am uninstall all-redirect all-am all installdirs-am \
423 installdirs mostlyclean-generic distclean-generic clean-generic \
424 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
425
426
427 # Tell versions [3.59,3.63) of GNU make to not export all variables.
428 # Otherwise a system limit (for SysV at least) may be exceeded.
429 .NOEXPORT: