ftdi_eeprom: (gerd) recreate in new kdevelop, license fix
[ftdi_eeprom] / Makefile.in
CommitLineData
3bb2c27e 1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
50850385 2
3bb2c27e 3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
50850385
TJ
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
3bb2c27e
GE
13# not a GNU package. You can remove this line, if
14# have all needed files, that a GNU package needs
15
50850385 16
50850385
TJ
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
3bb2c27e
GE
37
38DESTDIR =
39
50850385
TJ
40pkgdatadir = $(datadir)/@PACKAGE@
41pkglibdir = $(libdir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
3bb2c27e 43
50850385
TJ
44top_builddir = .
45
46ACLOCAL = @ACLOCAL@
47AUTOCONF = @AUTOCONF@
48AUTOMAKE = @AUTOMAKE@
49AUTOHEADER = @AUTOHEADER@
50
50850385 51INSTALL = @INSTALL@
3bb2c27e 52INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50850385 53INSTALL_DATA = @INSTALL_DATA@
50850385 54INSTALL_SCRIPT = @INSTALL_SCRIPT@
50850385 55transform = @program_transform_name@
3bb2c27e 56
50850385
TJ
57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
50850385 63CC = @CC@
3bb2c27e
GE
64LIBFTDI_CFLAGS = @LIBFTDI_CFLAGS@
65LIBFTDI_LIBS = @LIBFTDI_LIBS@
66MAKEINFO = @MAKEINFO@
50850385 67PACKAGE = @PACKAGE@
3bb2c27e 68PKG_CONFIG = @PKG_CONFIG@
50850385 69VERSION = @VERSION@
50850385 70
3bb2c27e
GE
71AUTOMAKE_OPTIONS = foreign 1.4
72
73SUBDIRS = src
50850385 74ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
3bb2c27e 75mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50850385 76CONFIG_HEADER = config.h
3bb2c27e
GE
77CONFIG_CLEAN_FILES =
78DIST_COMMON = ./stamp-h.in COPYING Makefile.am Makefile.in aclocal.m4 \
79config.guess config.h.in config.sub configure configure.in install-sh \
80missing mkinstalldirs
50850385 81
3bb2c27e
GE
82
83DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
84
85TAR = gtar
86GZIP_ENV = --best
87all: all-redirect
50850385 88.SUFFIXES:
3bb2c27e
GE
89$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
90 cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
91
92Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
93 cd $(top_builddir) \
94 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
50850385 95
3bb2c27e
GE
96$(ACLOCAL_M4): configure.in
97 cd $(srcdir) && $(ACLOCAL)
98
99config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
50850385 100 $(SHELL) ./config.status --recheck
3bb2c27e 101$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
50850385
TJ
102 cd $(srcdir) && $(AUTOCONF)
103
3bb2c27e 104config.h: stamp-h
50850385 105 @if test ! -f $@; then \
3bb2c27e
GE
106 rm -f stamp-h; \
107 $(MAKE) stamp-h; \
50850385 108 else :; fi
3bb2c27e
GE
109stamp-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)
50850385 120 cd $(top_srcdir) && $(AUTOHEADER)
3bb2c27e 121 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
50850385 122
3bb2c27e 123mostlyclean-hdr:
50850385 124
3bb2c27e 125clean-hdr:
50850385 126
3bb2c27e
GE
127distclean-hdr:
128 -rm -f config.h
50850385 129
3bb2c27e 130maintainer-clean-hdr:
50850385
TJ
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.
3bb2c27e
GE
138
139@SET_MAKE@
140
141all-recursive install-data-recursive install-exec-recursive \
142installdirs-recursive install-recursive uninstall-recursive \
143check-recursive installcheck-recursive info-recursive dvi-recursive:
144 @set fnord $(MAKEFLAGS); amf=$$2; \
50850385
TJ
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
162mostlyclean-recursive clean-recursive distclean-recursive \
163maintainer-clean-recursive:
3bb2c27e 164 @set fnord $(MAKEFLAGS); amf=$$2; \
50850385 165 dot_seen=no; \
3bb2c27e
GE
166 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
167 rev="$$subdir $$rev"; \
168 test "$$subdir" != "." || dot_seen=yes; \
50850385 169 done; \
3bb2c27e 170 test "$$dot_seen" = "no" && rev=". $$rev"; \
50850385
TJ
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"
182tags-recursive:
183 list='$(SUBDIRS)'; for subdir in $$list; do \
184 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
185 done
186
50850385
TJ
187tags: TAGS
188
3bb2c27e
GE
189ID: $(HEADERS) $(SOURCES) $(LISP)
190 list='$(SOURCES) $(HEADERS)'; \
191 unique=`for i in $$list; do echo $$i; done | \
192 awk ' { files[$$0] = 1; } \
50850385 193 END { for (i in files) print i; }'`; \
3bb2c27e
GE
194 here=`pwd` && cd $(srcdir) \
195 && mkid -f$$here/ID $$unique $(LISP)
50850385 196
3bb2c27e 197TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
50850385
TJ
198 tags=; \
199 here=`pwd`; \
200 list='$(SUBDIRS)'; for subdir in $$list; do \
3bb2c27e 201 if test "$$subdir" = .; then :; else \
50850385 202 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
3bb2c27e 203 fi; \
50850385 204 done; \
3bb2c27e
GE
205 list='$(SOURCES) $(HEADERS)'; \
206 unique=`for i in $$list; do echo $$i; done | \
207 awk ' { files[$$0] = 1; } \
50850385 208 END { for (i in files) print i; }'`; \
3bb2c27e
GE
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)
50850385 211
3bb2c27e 212mostlyclean-tags:
50850385 213
3bb2c27e 214clean-tags:
50850385 215
3bb2c27e
GE
216distclean-tags:
217 -rm -f TAGS ID
50850385 218
3bb2c27e 219maintainer-clean-tags:
50850385 220
50850385 221distdir = $(PACKAGE)-$(VERSION)
3bb2c27e 222top_distdir = $(distdir)
50850385 223
3bb2c27e
GE
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.
227distcheck: 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"
247dist: distdir
248 -chmod -R a+r $(distdir)
249 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
250 -rm -rf $(distdir)
251dist-all: distdir
252 -chmod -R a+r $(distdir)
253 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
254 -rm -rf $(distdir)
50850385 255distdir: $(DISTFILES)
3bb2c27e 256 -rm -rf $(distdir)
50850385 257 mkdir $(distdir)
3bb2c27e
GE
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); \
50850385 266 if test -d $$d/$$file; then \
3bb2c27e 267 cp -pr $$d/$$file $(distdir)/$$file; \
50850385
TJ
268 else \
269 test -f $(distdir)/$$file \
3bb2c27e
GE
270 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
271 || cp -p $$d/$$file $(distdir)/$$file || :; \
50850385
TJ
272 fi; \
273 done
3bb2c27e 274 for subdir in $(SUBDIRS); do \
50850385
TJ
275 if test "$$subdir" = .; then :; else \
276 test -d $(distdir)/$$subdir \
277 || mkdir $(distdir)/$$subdir \
278 || exit 1; \
3bb2c27e
GE
279 chmod 777 $(distdir)/$$subdir; \
280 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
50850385
TJ
281 || exit 1; \
282 fi; \
283 done
3bb2c27e
GE
284info-am:
285info: info-recursive
286dvi-am:
287dvi: dvi-recursive
50850385
TJ
288check-am: all-am
289check: check-recursive
3bb2c27e
GE
290installcheck-am:
291installcheck: installcheck-recursive
292all-recursive-am: config.h
293 $(MAKE) $(AM_MAKEFLAGS) all-recursive
50850385 294
3bb2c27e 295install-exec-am:
50850385 296install-exec: install-exec-recursive
3bb2c27e
GE
297
298install-data-am:
50850385 299install-data: install-data-recursive
50850385
TJ
300
301install-am: all-am
302 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
3bb2c27e
GE
303install: install-recursive
304uninstall-am:
305uninstall: uninstall-recursive
306all-am: Makefile config.h
307all-redirect: all-recursive-am
50850385 308install-strip:
3bb2c27e
GE
309 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
310installdirs: installdirs-recursive
311installdirs-am:
312
313
50850385
TJ
314mostlyclean-generic:
315
316clean-generic:
317
318distclean-generic:
319 -rm -f Makefile $(CONFIG_CLEAN_FILES)
3bb2c27e 320 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
50850385
TJ
321
322maintainer-clean-generic:
3bb2c27e 323mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
50850385
TJ
324
325mostlyclean: mostlyclean-recursive
326
3bb2c27e 327clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
50850385 328
3bb2c27e 329clean: clean-recursive
50850385 330
3bb2c27e 331distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
50850385 332
3bb2c27e
GE
333distclean: distclean-recursive
334 -rm -f config.status
50850385 335
3bb2c27e
GE
336maintainer-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."
50850385 340
3bb2c27e
GE
341maintainer-clean: maintainer-clean-recursive
342 -rm -f config.status
343
344.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
345install-data-recursive uninstall-data-recursive install-exec-recursive \
346uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
347all-recursive check-recursive installcheck-recursive info-recursive \
348dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
349maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
350distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
351dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
352install-exec-am install-exec install-data-am install-data install-am \
353install uninstall-am uninstall all-redirect all-am all installdirs-am \
354installdirs mostlyclean-generic distclean-generic clean-generic \
355maintainer-clean-generic clean mostlyclean distclean maintainer-clean
50850385 356
50850385 357
50850385
TJ
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: