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