libftdi: (tomj) prepare libftdi 0.5 release
[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
0b38e8be
TJ
85EXTRA_DIST = libftdi.spec COPYING.LIB README ChangeLog libftdi-config.in
86
87bin_SCRIPTS = libftdi-config
a9aa8f1c 88
9b254687
GE
89# Install the pkg-config file:
90pkgconfigdir = $(libdir)/pkgconfig
91pkgconfig_DATA = libftdi.pc
a3da1d95 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9b254687 93mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
a3da1d95 94CONFIG_HEADER = config.h
0b38e8be
TJ
95CONFIG_CLEAN_FILES = libftdi-config libftdi.pc
96SCRIPTS = $(bin_SCRIPTS)
97
9b254687 98DATA = $(pkgconfig_DATA)
5fdb1cb1 99
0b38e8be
TJ
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
a3da1d95 104
5fdb1cb1
TJ
105
106DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
107
108TAR = gtar
109GZIP_ENV = --best
110all: all-redirect
a3da1d95 111.SUFFIXES:
5fdb1cb1
TJ
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
a3da1d95 118
9b254687 119$(ACLOCAL_M4): configure.in
5fdb1cb1
TJ
120 cd $(srcdir) && $(ACLOCAL)
121
122config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
a3da1d95 123 $(SHELL) ./config.status --recheck
5fdb1cb1 124$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
a3da1d95
GE
125 cd $(srcdir) && $(AUTOCONF)
126
5fdb1cb1
TJ
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
a3da1d95 138 @if test ! -f $@; then \
5fdb1cb1
TJ
139 rm -f $(srcdir)/stamp-h.in; \
140 $(MAKE) $(srcdir)/stamp-h.in; \
a3da1d95 141 else :; fi
5fdb1cb1
TJ
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
a9aa8f1c 145
5fdb1cb1 146mostlyclean-hdr:
a9aa8f1c 147
5fdb1cb1 148clean-hdr:
a3da1d95
GE
149
150distclean-hdr:
5fdb1cb1
TJ
151 -rm -f config.h
152
153maintainer-clean-hdr:
0b38e8be
TJ
154libftdi-config: $(top_builddir)/config.status libftdi-config.in
155 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
9b254687 156libftdi.pc: $(top_builddir)/config.status libftdi.pc.in
5fdb1cb1
TJ
157 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
158
0b38e8be
TJ
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
9b254687 178install-pkgconfigDATA: $(pkgconfig_DATA)
a9aa8f1c 179 @$(NORMAL_INSTALL)
9b254687
GE
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; \
a9aa8f1c
TJ
189 done
190
9b254687 191uninstall-pkgconfigDATA:
a9aa8f1c 192 @$(NORMAL_UNINSTALL)
9b254687
GE
193 list='$(pkgconfig_DATA)'; for p in $$list; do \
194 rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
a9aa8f1c
TJ
195 done
196
a3da1d95
GE
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.
5fdb1cb1
TJ
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; \
a3da1d95
GE
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:
5fdb1cb1 229 @set fnord $(MAKEFLAGS); amf=$$2; \
a3da1d95 230 dot_seen=no; \
5fdb1cb1
TJ
231 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
232 rev="$$subdir $$rev"; \
233 test "$$subdir" != "." || dot_seen=yes; \
a3da1d95 234 done; \
5fdb1cb1 235 test "$$dot_seen" = "no" && rev=". $$rev"; \
a3da1d95
GE
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
5fdb1cb1
TJ
254ID: $(HEADERS) $(SOURCES) $(LISP)
255 list='$(SOURCES) $(HEADERS)'; \
256 unique=`for i in $$list; do echo $$i; done | \
257 awk ' { files[$$0] = 1; } \
a3da1d95 258 END { for (i in files) print i; }'`; \
5fdb1cb1
TJ
259 here=`pwd` && cd $(srcdir) \
260 && mkid -f$$here/ID $$unique $(LISP)
a3da1d95 261
5fdb1cb1 262TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
a3da1d95
GE
263 tags=; \
264 here=`pwd`; \
265 list='$(SUBDIRS)'; for subdir in $$list; do \
5fdb1cb1 266 if test "$$subdir" = .; then :; else \
a3da1d95 267 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
5fdb1cb1 268 fi; \
a3da1d95 269 done; \
5fdb1cb1
TJ
270 list='$(SOURCES) $(HEADERS)'; \
271 unique=`for i in $$list; do echo $$i; done | \
272 awk ' { files[$$0] = 1; } \
a3da1d95 273 END { for (i in files) print i; }'`; \
5fdb1cb1
TJ
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)
a3da1d95 276
5fdb1cb1 277mostlyclean-tags:
a3da1d95 278
5fdb1cb1 279clean-tags:
a3da1d95 280
5fdb1cb1
TJ
281distclean-tags:
282 -rm -f TAGS ID
a3da1d95 283
5fdb1cb1 284maintainer-clean-tags:
a3da1d95 285
a3da1d95 286distdir = $(PACKAGE)-$(VERSION)
5fdb1cb1 287top_distdir = $(distdir)
a3da1d95 288
5fdb1cb1
TJ
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)
a3da1d95 320distdir: $(DISTFILES)
5fdb1cb1 321 -rm -rf $(distdir)
a3da1d95 322 mkdir $(distdir)
5fdb1cb1
TJ
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); \
a3da1d95 331 if test -d $$d/$$file; then \
5fdb1cb1 332 cp -pr $$d/$$file $(distdir)/$$file; \
a3da1d95
GE
333 else \
334 test -f $(distdir)/$$file \
5fdb1cb1
TJ
335 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
336 || cp -p $$d/$$file $(distdir)/$$file || :; \
a3da1d95
GE
337 fi; \
338 done
5fdb1cb1 339 for subdir in $(SUBDIRS); do \
a3da1d95
GE
340 if test "$$subdir" = .; then :; else \
341 test -d $(distdir)/$$subdir \
342 || mkdir $(distdir)/$$subdir \
343 || exit 1; \
5fdb1cb1
TJ
344 chmod 777 $(distdir)/$$subdir; \
345 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
a3da1d95
GE
346 || exit 1; \
347 fi; \
348 done
5fdb1cb1
TJ
349info-am:
350info: info-recursive
351dvi-am:
352dvi: dvi-recursive
a3da1d95
GE
353check-am: all-am
354check: check-recursive
5fdb1cb1
TJ
355installcheck-am:
356installcheck: installcheck-recursive
357all-recursive-am: config.h
358 $(MAKE) $(AM_MAKEFLAGS) all-recursive
a3da1d95 359
0b38e8be 360install-exec-am: install-binSCRIPTS
a3da1d95 361install-exec: install-exec-recursive
5fdb1cb1 362
9b254687 363install-data-am: install-pkgconfigDATA
a3da1d95 364install-data: install-data-recursive
a3da1d95
GE
365
366install-am: all-am
367 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
5fdb1cb1 368install: install-recursive
0b38e8be 369uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
5fdb1cb1 370uninstall: uninstall-recursive
0b38e8be 371all-am: Makefile $(SCRIPTS) $(DATA) config.h
5fdb1cb1 372all-redirect: all-recursive-am
a3da1d95 373install-strip:
5fdb1cb1
TJ
374 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
375installdirs: installdirs-recursive
376installdirs-am:
0b38e8be 377 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgconfigdir)
5fdb1cb1
TJ
378
379
a3da1d95
GE
380mostlyclean-generic:
381
382clean-generic:
383
384distclean-generic:
a9aa8f1c 385 -rm -f Makefile $(CONFIG_CLEAN_FILES)
5fdb1cb1 386 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
a3da1d95
GE
387
388maintainer-clean-generic:
5fdb1cb1 389mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
a3da1d95 390
5fdb1cb1 391mostlyclean: mostlyclean-recursive
a3da1d95 392
5fdb1cb1 393clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
a3da1d95 394
5fdb1cb1 395clean: clean-recursive
a3da1d95 396
5fdb1cb1
TJ
397distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
398 -rm -f libtool
a3da1d95 399
5fdb1cb1
TJ
400distclean: distclean-recursive
401 -rm -f config.status
a3da1d95 402
5fdb1cb1
TJ
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."
a3da1d95
GE
407
408maintainer-clean: maintainer-clean-recursive
5fdb1cb1
TJ
409 -rm -f config.status
410
411.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
0b38e8be
TJ
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 \
5fdb1cb1
TJ
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
a3da1d95
GE
425
426
a3da1d95
GE
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: