fix ftdi_eeprom version increase
[ftdi_eeprom] / src / 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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 LIBFTDI_CFLAGS = @LIBFTDI_CFLAGS@
62 LIBFTDI_LIBS = @LIBFTDI_LIBS@
63 MAKEINFO = @MAKEINFO@
64 PACKAGE = @PACKAGE@
65 PKG_CONFIG = @PKG_CONFIG@
66 VERSION = @VERSION@
67
68 bin_PROGRAMS = ftdi_eeprom
69
70 # set the include path found by configure
71 INCLUDES = @LIBFTDI_CFLAGS@ $(all_includes)
72
73 # the library search path.
74 ftdi_eeprom_LDFLAGS = $(all_libraries) 
75 ftdi_eeprom_SOURCES = main.c
76
77 noinst_DATA = example.conf
78 ftdi_eeprom_LDADD = -lconfuse @LIBFTDI_LIBS@
79
80 EXTRA_DIST = example.conf
81 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82 CONFIG_HEADER = ../config.h
83 CONFIG_CLEAN_FILES = 
84 PROGRAMS =  $(bin_PROGRAMS)
85
86
87 DEFS = @DEFS@ -I. -I$(srcdir) -I..
88 CPPFLAGS = @CPPFLAGS@
89 LDFLAGS = @LDFLAGS@
90 LIBS = @LIBS@
91 ftdi_eeprom_OBJECTS =  main.o
92 ftdi_eeprom_DEPENDENCIES = 
93 CFLAGS = @CFLAGS@
94 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 CCLD = $(CC)
96 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
97 DATA =  $(noinst_DATA)
98
99 DIST_COMMON =  Makefile.am Makefile.in
100
101
102 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
104 TAR = gtar
105 GZIP_ENV = --best
106 DEP_FILES =  .deps/main.P
107 SOURCES = $(ftdi_eeprom_SOURCES)
108 OBJECTS = $(ftdi_eeprom_OBJECTS)
109
110 all: all-redirect
111 .SUFFIXES:
112 .SUFFIXES: .S .c .o .s
113 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
114         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
115
116 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
117         cd $(top_builddir) \
118           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
119
120
121 mostlyclean-binPROGRAMS:
122
123 clean-binPROGRAMS:
124         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
125
126 distclean-binPROGRAMS:
127
128 maintainer-clean-binPROGRAMS:
129
130 install-binPROGRAMS: $(bin_PROGRAMS)
131         @$(NORMAL_INSTALL)
132         $(mkinstalldirs) $(DESTDIR)$(bindir)
133         @list='$(bin_PROGRAMS)'; for p in $$list; do \
134           if test -f $$p; then \
135             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
136              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
137           else :; fi; \
138         done
139
140 uninstall-binPROGRAMS:
141         @$(NORMAL_UNINSTALL)
142         list='$(bin_PROGRAMS)'; for p in $$list; do \
143           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
144         done
145
146 .s.o:
147         $(COMPILE) -c $<
148
149 .S.o:
150         $(COMPILE) -c $<
151
152 mostlyclean-compile:
153         -rm -f *.o core *.core
154
155 clean-compile:
156
157 distclean-compile:
158         -rm -f *.tab.c
159
160 maintainer-clean-compile:
161
162 ftdi_eeprom: $(ftdi_eeprom_OBJECTS) $(ftdi_eeprom_DEPENDENCIES)
163         @rm -f ftdi_eeprom
164         $(LINK) $(ftdi_eeprom_LDFLAGS) $(ftdi_eeprom_OBJECTS) $(ftdi_eeprom_LDADD) $(LIBS)
165
166 tags: TAGS
167
168 ID: $(HEADERS) $(SOURCES) $(LISP)
169         list='$(SOURCES) $(HEADERS)'; \
170         unique=`for i in $$list; do echo $$i; done | \
171           awk '    { files[$$0] = 1; } \
172                END { for (i in files) print i; }'`; \
173         here=`pwd` && cd $(srcdir) \
174           && mkid -f$$here/ID $$unique $(LISP)
175
176 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
177         tags=; \
178         here=`pwd`; \
179         list='$(SOURCES) $(HEADERS)'; \
180         unique=`for i in $$list; do echo $$i; done | \
181           awk '    { files[$$0] = 1; } \
182                END { for (i in files) print i; }'`; \
183         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
184           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
185
186 mostlyclean-tags:
187
188 clean-tags:
189
190 distclean-tags:
191         -rm -f TAGS ID
192
193 maintainer-clean-tags:
194
195 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
196
197 subdir = src
198
199 distdir: $(DISTFILES)
200         here=`cd $(top_builddir) && pwd`; \
201         top_distdir=`cd $(top_distdir) && pwd`; \
202         distdir=`cd $(distdir) && pwd`; \
203         cd $(top_srcdir) \
204           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
205         @for file in $(DISTFILES); do \
206           d=$(srcdir); \
207           if test -d $$d/$$file; then \
208             cp -pr $$d/$$file $(distdir)/$$file; \
209           else \
210             test -f $(distdir)/$$file \
211             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
212             || cp -p $$d/$$file $(distdir)/$$file || :; \
213           fi; \
214         done
215
216 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
217
218 -include $(DEP_FILES)
219
220 mostlyclean-depend:
221
222 clean-depend:
223
224 distclean-depend:
225         -rm -rf .deps
226
227 maintainer-clean-depend:
228
229 %.o: %.c
230         @echo '$(COMPILE) -c $<'; \
231         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
232         @-cp .deps/$(*F).pp .deps/$(*F).P; \
233         tr ' ' '\012' < .deps/$(*F).pp \
234           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
235             >> .deps/$(*F).P; \
236         rm .deps/$(*F).pp
237
238 %.lo: %.c
239         @echo '$(LTCOMPILE) -c $<'; \
240         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
241         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
242           < .deps/$(*F).pp > .deps/$(*F).P; \
243         tr ' ' '\012' < .deps/$(*F).pp \
244           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
245             >> .deps/$(*F).P; \
246         rm -f .deps/$(*F).pp
247 info-am:
248 info: info-am
249 dvi-am:
250 dvi: dvi-am
251 check-am: all-am
252 check: check-am
253 installcheck-am:
254 installcheck: installcheck-am
255 install-exec-am: install-binPROGRAMS
256 install-exec: install-exec-am
257
258 install-data-am:
259 install-data: install-data-am
260
261 install-am: all-am
262         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
263 install: install-am
264 uninstall-am: uninstall-binPROGRAMS
265 uninstall: uninstall-am
266 all-am: Makefile $(PROGRAMS) $(DATA)
267 all-redirect: all-am
268 install-strip:
269         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
270 installdirs:
271         $(mkinstalldirs)  $(DESTDIR)$(bindir)
272
273
274 mostlyclean-generic:
275
276 clean-generic:
277
278 distclean-generic:
279         -rm -f Makefile $(CONFIG_CLEAN_FILES)
280         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
281
282 maintainer-clean-generic:
283 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
284                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
285
286 mostlyclean: mostlyclean-am
287
288 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
289                 clean-generic mostlyclean-am
290
291 clean: clean-am
292
293 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
294                 distclean-depend distclean-generic clean-am
295
296 distclean: distclean-am
297
298 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
299                 maintainer-clean-compile maintainer-clean-tags \
300                 maintainer-clean-depend maintainer-clean-generic \
301                 distclean-am
302         @echo "This command is intended for maintainers to use;"
303         @echo "it deletes files that may require special tools to rebuild."
304
305 maintainer-clean: maintainer-clean-am
306
307 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
308 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
309 mostlyclean-compile distclean-compile clean-compile \
310 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
311 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
312 distclean-depend clean-depend maintainer-clean-depend info-am info \
313 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
314 install-exec install-data-am install-data install-am install \
315 uninstall-am uninstall all-redirect all-am all installdirs \
316 mostlyclean-generic distclean-generic clean-generic \
317 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
318
319
320 # Tell versions [3.59,3.63) of GNU make to not export all variables.
321 # Otherwise a system limit (for SysV at least) may be exceeded.
322 .NOEXPORT: