Move the sources to trunk
[opencv] / apps / cvenv / EiC / stdClib / 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 host_alias = @host_alias@
61 host_triplet = @host@
62 ADDONS = @ADDONS@
63 AS = @AS@
64 CC = @CC@
65 CXX = @CXX@
66 DEBUG = @DEBUG@
67 DLLTOOL = @DLLTOOL@
68 ECHO = @ECHO@
69 EXEEXT = @EXEEXT@
70 IPL_INCLUDE = @IPL_INCLUDE@
71 IPL_LIB = @IPL_LIB@
72 LIBTOOL = @LIBTOOL@
73 LN_S = @LN_S@
74 MAKEINFO = @MAKEINFO@
75 MMAJOR = @MMAJOR@
76 MMINOR = @MMINOR@
77 MSUBMINOR = @MSUBMINOR@
78 OBJDUMP = @OBJDUMP@
79 OBJEXT = @OBJEXT@
80 PACKAGE = @PACKAGE@
81 RANLIB = @RANLIB@
82 STRIP = @STRIP@
83 TCLTKLIB = @TCLTKLIB@
84 TESTDIR = @TESTDIR@
85 VERSION = @VERSION@
86 with_apps = @with_apps@
87 with_tests = @with_tests@
88
89 noinst_LIBRARIES = libstdClib.a
90
91 libstdClib_a_SOURCES = assert.c ctype.c dirent.c eicfftoa.c errno.c fcntl.c itoa.c math.c printf.c signal.c stat.c stdarg.c stdClib.c stdio.c stdlib.c string.c strrev.c strround.c termios.c time.c unistd.c
92
93 # here you should add all header files, which contains the functionality
94 # of your shared lib (published for the users)
95 include_HEADERS = 
96
97 # here you should add all header files, which shouldn't be installed
98 noinst_HEADERS = assert.h ctype.h dirent.h errno.h fcntl.h float.h iso646.h limits.h math.h setjmp.h signal.h stdarg.h stdClib2eic.h stddef.h stdio.h stdlib.h stdliblocal.h string.h termio.h termios.h time.h unistd.h
99
100 INCLUDES := $(INCLUDES) -I.. -I../../include -I-
101
102 CFLAGS =  -ansi -pedantic -O2 -fsigned-char -Wall -D_LINUX -g3
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = ../../../../config.h
105 CONFIG_CLEAN_FILES = 
106 LIBRARIES =  $(noinst_LIBRARIES)
107
108
109 DEFS = @DEFS@ -I. -I$(srcdir) -I../../../..
110 CPPFLAGS = @CPPFLAGS@
111 LDFLAGS = @LDFLAGS@
112 LIBS = @LIBS@
113 X_CFLAGS = @X_CFLAGS@
114 X_LIBS = @X_LIBS@
115 X_EXTRA_LIBS = @X_EXTRA_LIBS@
116 X_PRE_LIBS = @X_PRE_LIBS@
117 libstdClib_a_LIBADD = 
118 libstdClib_a_OBJECTS =  assert.$(OBJEXT) ctype.$(OBJEXT) \
119 dirent.$(OBJEXT) eicfftoa.$(OBJEXT) errno.$(OBJEXT) fcntl.$(OBJEXT) \
120 itoa.$(OBJEXT) math.$(OBJEXT) printf.$(OBJEXT) signal.$(OBJEXT) \
121 stat.$(OBJEXT) stdarg.$(OBJEXT) stdClib.$(OBJEXT) stdio.$(OBJEXT) \
122 stdlib.$(OBJEXT) string.$(OBJEXT) strrev.$(OBJEXT) strround.$(OBJEXT) \
123 termios.$(OBJEXT) time.$(OBJEXT) unistd.$(OBJEXT)
124 AR = ar
125 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
126 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
127 CCLD = $(CC)
128 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
129 HEADERS =  $(include_HEADERS) $(noinst_HEADERS)
130
131 DIST_COMMON =  README Makefile.am Makefile.in
132
133
134 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
135
136 TAR = gtar
137 GZIP_ENV = --best
138 SOURCES = $(libstdClib_a_SOURCES)
139 OBJECTS = $(libstdClib_a_OBJECTS)
140
141 all: all-redirect
142 .SUFFIXES:
143 .SUFFIXES: .S .c .lo .o .obj .s
144 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
145         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps apps/cvenv/EiC/stdClib/Makefile
146
147 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
148         cd $(top_builddir) \
149           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
150
151
152 mostlyclean-noinstLIBRARIES:
153
154 clean-noinstLIBRARIES:
155         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
156
157 distclean-noinstLIBRARIES:
158
159 maintainer-clean-noinstLIBRARIES:
160
161 .c.o:
162         $(COMPILE) -c $<
163
164 # FIXME: We should only use cygpath when building on Windows,
165 # and only if it is available.
166 .c.obj:
167         $(COMPILE) -c `cygpath -w $<`
168
169 .s.o:
170         $(COMPILE) -c $<
171
172 .S.o:
173         $(COMPILE) -c $<
174
175 mostlyclean-compile:
176         -rm -f *.o core *.core
177         -rm -f *.$(OBJEXT)
178
179 clean-compile:
180
181 distclean-compile:
182         -rm -f *.tab.c
183
184 maintainer-clean-compile:
185
186 .c.lo:
187         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
188
189 .s.lo:
190         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
191
192 .S.lo:
193         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
194
195 mostlyclean-libtool:
196         -rm -f *.lo
197
198 clean-libtool:
199         -rm -rf .libs _libs
200
201 distclean-libtool:
202
203 maintainer-clean-libtool:
204
205 libstdClib.a: $(libstdClib_a_OBJECTS) $(libstdClib_a_DEPENDENCIES)
206         -rm -f libstdClib.a
207         $(AR) cru libstdClib.a $(libstdClib_a_OBJECTS) $(libstdClib_a_LIBADD)
208         $(RANLIB) libstdClib.a
209
210 install-includeHEADERS: $(include_HEADERS)
211         @$(NORMAL_INSTALL)
212         $(mkinstalldirs) $(DESTDIR)$(includedir)
213         @list='$(include_HEADERS)'; for p in $$list; do \
214           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
215           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
216           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
217         done
218
219 uninstall-includeHEADERS:
220         @$(NORMAL_UNINSTALL)
221         list='$(include_HEADERS)'; for p in $$list; do \
222           rm -f $(DESTDIR)$(includedir)/$$p; \
223         done
224
225 tags: TAGS
226
227 ID: $(HEADERS) $(SOURCES) $(LISP)
228         list='$(SOURCES) $(HEADERS)'; \
229         unique=`for i in $$list; do echo $$i; done | \
230           awk '    { files[$$0] = 1; } \
231                END { for (i in files) print i; }'`; \
232         here=`pwd` && cd $(srcdir) \
233           && mkid -f$$here/ID $$unique $(LISP)
234
235 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
236         tags=; \
237         here=`pwd`; \
238         list='$(SOURCES) $(HEADERS)'; \
239         unique=`for i in $$list; do echo $$i; done | \
240           awk '    { files[$$0] = 1; } \
241                END { for (i in files) print i; }'`; \
242         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
243           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
244
245 mostlyclean-tags:
246
247 clean-tags:
248
249 distclean-tags:
250         -rm -f TAGS ID
251
252 maintainer-clean-tags:
253
254 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
255
256 subdir = apps/cvenv/EiC/stdClib
257
258 distdir: $(DISTFILES)
259         @for file in $(DISTFILES); do \
260           d=$(srcdir); \
261           if test -d $$d/$$file; then \
262             cp -pr $$d/$$file $(distdir)/$$file; \
263           else \
264             test -f $(distdir)/$$file \
265             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
266             || cp -p $$d/$$file $(distdir)/$$file || :; \
267           fi; \
268         done
269 assert.o: assert.c ../eic.h ../eicval.h stdliblocal.h
270 ctype.o: ctype.c ctype.h ../eic.h ../eicval.h stdliblocal.h
271 dirent.o: dirent.c ../eic.h ../eicval.h stdliblocal.h
272 eicfftoa.o: eicfftoa.c stdliblocal.h
273 errno.o: errno.c ../eic.h ../eicval.h stdliblocal.h
274 fcntl.o: fcntl.c ../eic.h ../eicval.h
275 itoa.o: itoa.c stdliblocal.h
276 math.o: math.c ../eic.h ../eicval.h
277 printf.o: printf.c stdliblocal.h
278 signal.o: signal.c ../eic.h ../eicval.h
279 stat.o: stat.c ../eic.h ../eicval.h stdliblocal.h
280 stdClib.o: stdClib.c
281 stdarg.o: stdarg.c ../eic.h ../eicval.h stdliblocal.h
282 stdio.o: stdio.c ../eic.h ../eicval.h stdliblocal.h
283 stdlib.o: stdlib.c ../eic.h ../eicval.h stdliblocal.h ../xalloc.h
284 string.o: string.c ../eic.h ../eicval.h stdliblocal.h ../xalloc.h
285 strrev.o: strrev.c
286 strround.o: strround.c
287 termios.o: termios.c ../eic.h ../eicval.h termios.h \
288         ../../include/sys/stdtypes.h ../../include/sys/termdefs.h \
289         ../../include/sys/termios.h
290 time.o: time.c ../eic.h ../eicval.h stdliblocal.h
291 unistd.o: unistd.c ../eic.h ../eicval.h stdliblocal.h
292
293 info-am:
294 info: info-am
295 dvi-am:
296 dvi: dvi-am
297 check-am: all-am
298 check: check-am
299 installcheck-am:
300 installcheck: installcheck-am
301 install-exec-am:
302 install-exec: install-exec-am
303
304 install-data-am: install-includeHEADERS
305 install-data: install-data-am
306
307 install-am: all-am
308         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
309 install: install-am
310 uninstall-am: uninstall-includeHEADERS
311 uninstall: uninstall-am
312 all-am: Makefile $(LIBRARIES) $(HEADERS)
313 all-redirect: all-am
314 install-strip:
315         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
316 installdirs:
317         $(mkinstalldirs)  $(DESTDIR)$(includedir)
318
319
320 mostlyclean-generic:
321
322 clean-generic:
323
324 distclean-generic:
325         -rm -f Makefile $(CONFIG_CLEAN_FILES)
326         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
327
328 maintainer-clean-generic:
329 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
330                 mostlyclean-libtool mostlyclean-tags \
331                 mostlyclean-generic
332
333 mostlyclean: mostlyclean-am
334
335 clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
336                 clean-generic mostlyclean-am
337
338 clean: clean-am
339
340 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
341                 distclean-libtool distclean-tags distclean-generic \
342                 clean-am
343         -rm -f libtool
344
345 distclean: distclean-am
346
347 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
348                 maintainer-clean-compile maintainer-clean-libtool \
349                 maintainer-clean-tags maintainer-clean-generic \
350                 distclean-am
351         @echo "This command is intended for maintainers to use;"
352         @echo "it deletes files that may require special tools to rebuild."
353
354 maintainer-clean: maintainer-clean-am
355
356 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
357 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
358 mostlyclean-compile distclean-compile clean-compile \
359 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
360 clean-libtool maintainer-clean-libtool uninstall-includeHEADERS \
361 install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
362 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
363 installcheck-am installcheck install-exec-am install-exec \
364 install-data-am install-data install-am install uninstall-am uninstall \
365 all-redirect all-am all installdirs mostlyclean-generic \
366 distclean-generic clean-generic maintainer-clean-generic clean \
367 mostlyclean distclean maintainer-clean
368
369
370 # Tell versions [3.59,3.63) of GNU make to not export all variables.
371 # Otherwise a system limit (for SysV at least) may be exceeded.
372 .NOEXPORT: