libftdi: (tomj) prepare libftdi 0.5 release
[libftdi] / Makefile.in
... / ...
CommitLineData
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
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
37
38DESTDIR =
39
40pkgdatadir = $(datadir)/@PACKAGE@
41pkglibdir = $(libdir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
43
44top_builddir = .
45
46ACLOCAL = @ACLOCAL@
47AUTOCONF = @AUTOCONF@
48AUTOMAKE = @AUTOMAKE@
49AUTOHEADER = @AUTOHEADER@
50
51INSTALL = @INSTALL@
52INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
53INSTALL_DATA = @INSTALL_DATA@
54INSTALL_SCRIPT = @INSTALL_SCRIPT@
55transform = @program_transform_name@
56
57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
63host_alias = @host_alias@
64host_triplet = @host@
65AS = @AS@
66CC = @CC@
67DLLTOOL = @DLLTOOL@
68ECHO = @ECHO@
69EXEEXT = @EXEEXT@
70HAVELIBUSB = @HAVELIBUSB@
71LIBTOOL = @LIBTOOL@
72LN_S = @LN_S@
73MAKEINFO = @MAKEINFO@
74OBJDUMP = @OBJDUMP@
75OBJEXT = @OBJEXT@
76PACKAGE = @PACKAGE@
77RANLIB = @RANLIB@
78STRIP = @STRIP@
79VERSION = @VERSION@
80
81AUTOMAKE_OPTIONS = foreign 1.4
82
83SUBDIRS = src
84
85EXTRA_DIST = libftdi.spec COPYING.LIB README ChangeLog libftdi-config.in
86
87bin_SCRIPTS = libftdi-config
88
89# Install the pkg-config file:
90pkgconfigdir = $(libdir)/pkgconfig
91pkgconfig_DATA = libftdi.pc
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94CONFIG_HEADER = config.h
95CONFIG_CLEAN_FILES = libftdi-config libftdi.pc
96SCRIPTS = $(bin_SCRIPTS)
97
98DATA = $(pkgconfig_DATA)
99
100DIST_COMMON = README ./stamp-h.in COPYING.LIB ChangeLog Makefile.am \
101Makefile.in aclocal.m4 config.guess config.h.in config.sub configure \
102configure.in install-sh libftdi-config.in libftdi.pc.in ltmain.sh \
103missing mkinstalldirs
104
105
106DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
107
108TAR = gtar
109GZIP_ENV = --best
110all: all-redirect
111.SUFFIXES:
112$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
113 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
114
115Makefile: $(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
122config.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
127config.h: stamp-h
128 @if test ! -f $@; then \
129 rm -f stamp-h; \
130 $(MAKE) stamp-h; \
131 else :; fi
132stamp-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
146mostlyclean-hdr:
147
148clean-hdr:
149
150distclean-hdr:
151 -rm -f config.h
152
153maintainer-clean-hdr:
154libftdi-config: $(top_builddir)/config.status libftdi-config.in
155 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
156libftdi.pc: $(top_builddir)/config.status libftdi.pc.in
157 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
158
159install-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
172uninstall-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
178install-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
191uninstall-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
206all-recursive install-data-recursive install-exec-recursive \
207installdirs-recursive install-recursive uninstall-recursive \
208check-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
227mostlyclean-recursive clean-recursive distclean-recursive \
228maintainer-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"
247tags-recursive:
248 list='$(SUBDIRS)'; for subdir in $$list; do \
249 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
250 done
251
252tags: TAGS
253
254ID: $(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
262TAGS: 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
277mostlyclean-tags:
278
279clean-tags:
280
281distclean-tags:
282 -rm -f TAGS ID
283
284maintainer-clean-tags:
285
286distdir = $(PACKAGE)-$(VERSION)
287top_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.
292distcheck: 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"
312dist: distdir
313 -chmod -R a+r $(distdir)
314 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
315 -rm -rf $(distdir)
316dist-all: distdir
317 -chmod -R a+r $(distdir)
318 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
319 -rm -rf $(distdir)
320distdir: $(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
349info-am:
350info: info-recursive
351dvi-am:
352dvi: dvi-recursive
353check-am: all-am
354check: check-recursive
355installcheck-am:
356installcheck: installcheck-recursive
357all-recursive-am: config.h
358 $(MAKE) $(AM_MAKEFLAGS) all-recursive
359
360install-exec-am: install-binSCRIPTS
361install-exec: install-exec-recursive
362
363install-data-am: install-pkgconfigDATA
364install-data: install-data-recursive
365
366install-am: all-am
367 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
368install: install-recursive
369uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
370uninstall: uninstall-recursive
371all-am: Makefile $(SCRIPTS) $(DATA) config.h
372all-redirect: all-recursive-am
373install-strip:
374 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
375installdirs: installdirs-recursive
376installdirs-am:
377 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgconfigdir)
378
379
380mostlyclean-generic:
381
382clean-generic:
383
384distclean-generic:
385 -rm -f Makefile $(CONFIG_CLEAN_FILES)
386 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
387
388maintainer-clean-generic:
389mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
390
391mostlyclean: mostlyclean-recursive
392
393clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
394
395clean: clean-recursive
396
397distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
398 -rm -f libtool
399
400distclean: distclean-recursive
401 -rm -f config.status
402
403maintainer-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
408maintainer-clean: maintainer-clean-recursive
409 -rm -f config.status
410
411.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
412uninstall-binSCRIPTS install-binSCRIPTS uninstall-pkgconfigDATA \
413install-pkgconfigDATA install-data-recursive uninstall-data-recursive \
414install-exec-recursive uninstall-exec-recursive installdirs-recursive \
415uninstalldirs-recursive all-recursive check-recursive \
416installcheck-recursive info-recursive dvi-recursive \
417mostlyclean-recursive distclean-recursive clean-recursive \
418maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
419distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
420dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
421install-exec-am install-exec install-data-am install-data install-am \
422install uninstall-am uninstall all-redirect all-am all installdirs-am \
423installdirs mostlyclean-generic distclean-generic clean-generic \
424maintainer-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: