fix ftdi_eeprom version increase
[ftdi_eeprom] / src / Makefile.in
CommitLineData
3bb2c27e
GE
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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60CC = @CC@
61LIBFTDI_CFLAGS = @LIBFTDI_CFLAGS@
62LIBFTDI_LIBS = @LIBFTDI_LIBS@
63MAKEINFO = @MAKEINFO@
64PACKAGE = @PACKAGE@
65PKG_CONFIG = @PKG_CONFIG@
66VERSION = @VERSION@
67
68bin_PROGRAMS = ftdi_eeprom
69
70# set the include path found by configure
71INCLUDES = @LIBFTDI_CFLAGS@ $(all_includes)
72
73# the library search path.
74ftdi_eeprom_LDFLAGS = $(all_libraries)
75ftdi_eeprom_SOURCES = main.c
76
77noinst_DATA = example.conf
78ftdi_eeprom_LDADD = -lconfuse @LIBFTDI_LIBS@
79
80EXTRA_DIST = example.conf
81mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82CONFIG_HEADER = ../config.h
83CONFIG_CLEAN_FILES =
84PROGRAMS = $(bin_PROGRAMS)
85
86
87DEFS = @DEFS@ -I. -I$(srcdir) -I..
88CPPFLAGS = @CPPFLAGS@
89LDFLAGS = @LDFLAGS@
90LIBS = @LIBS@
91ftdi_eeprom_OBJECTS = main.o
92ftdi_eeprom_DEPENDENCIES =
93CFLAGS = @CFLAGS@
94COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95CCLD = $(CC)
96LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
97DATA = $(noinst_DATA)
98
99DIST_COMMON = Makefile.am Makefile.in
100
101
102DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
104TAR = gtar
105GZIP_ENV = --best
106DEP_FILES = .deps/main.P
107SOURCES = $(ftdi_eeprom_SOURCES)
108OBJECTS = $(ftdi_eeprom_OBJECTS)
109
110all: 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
116Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
117 cd $(top_builddir) \
118 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
119
120
121mostlyclean-binPROGRAMS:
122
123clean-binPROGRAMS:
124 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
125
126distclean-binPROGRAMS:
127
128maintainer-clean-binPROGRAMS:
129
130install-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
140uninstall-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
152mostlyclean-compile:
153 -rm -f *.o core *.core
154
155clean-compile:
156
157distclean-compile:
158 -rm -f *.tab.c
159
160maintainer-clean-compile:
161
162ftdi_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
166tags: TAGS
167
168ID: $(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
176TAGS: $(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
186mostlyclean-tags:
187
188clean-tags:
189
190distclean-tags:
191 -rm -f TAGS ID
192
193maintainer-clean-tags:
194
195distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
196
197subdir = src
198
199distdir: $(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
216DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
217
218-include $(DEP_FILES)
219
220mostlyclean-depend:
221
222clean-depend:
223
224distclean-depend:
225 -rm -rf .deps
226
227maintainer-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
247info-am:
248info: info-am
249dvi-am:
250dvi: dvi-am
251check-am: all-am
252check: check-am
253installcheck-am:
254installcheck: installcheck-am
255install-exec-am: install-binPROGRAMS
256install-exec: install-exec-am
257
258install-data-am:
259install-data: install-data-am
260
261install-am: all-am
262 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
263install: install-am
264uninstall-am: uninstall-binPROGRAMS
265uninstall: uninstall-am
266all-am: Makefile $(PROGRAMS) $(DATA)
267all-redirect: all-am
268install-strip:
269 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
270installdirs:
271 $(mkinstalldirs) $(DESTDIR)$(bindir)
272
273
274mostlyclean-generic:
275
276clean-generic:
277
278distclean-generic:
279 -rm -f Makefile $(CONFIG_CLEAN_FILES)
280 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
281
282maintainer-clean-generic:
283mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
284 mostlyclean-tags mostlyclean-depend mostlyclean-generic
285
286mostlyclean: mostlyclean-am
287
288clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
289 clean-generic mostlyclean-am
290
291clean: clean-am
292
293distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
294 distclean-depend distclean-generic clean-am
295
296distclean: distclean-am
297
298maintainer-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
305maintainer-clean: maintainer-clean-am
306
307.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
308maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
309mostlyclean-compile distclean-compile clean-compile \
310maintainer-clean-compile tags mostlyclean-tags distclean-tags \
311clean-tags maintainer-clean-tags distdir mostlyclean-depend \
312distclean-depend clean-depend maintainer-clean-depend info-am info \
313dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
314install-exec install-data-am install-data install-am install \
315uninstall-am uninstall all-redirect all-am all installdirs \
316mostlyclean-generic distclean-generic clean-generic \
317maintainer-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: