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