Move the sources to trunk
[opencv] / apps / cvenv / EiC / 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 = libeic.a
90
91 libeic_a_SOURCES = callback.c cdecl.c eicmod.c emitter.c error.c func.c interpre.c lexer.c optomizer.c parser.c preexpr.c preproc.c readline.c reset.c signal.c stab.c starteic.c symbol.c typemod.c typesets.c ymem.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 = assertp.h cdecl.h datastruct.h eic.h eicval.h emitter.h error.h func.h global.h lexer.h MachSet.h metric.h modules.h parser.h preproc.h reset.h stab.h symbol.h symentry.h typemod.h typesets.h xalloc.h
99
100 EXTRA_DIST = 
101
102 SUBDIRS = stdClib
103
104 INCLUDES := $(INCLUDES) -I../../include -I-
105 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106 CONFIG_HEADER = ../../../config.h
107 CONFIG_CLEAN_FILES = 
108 LIBRARIES =  $(noinst_LIBRARIES)
109
110
111 DEFS = @DEFS@ -I. -I$(srcdir) -I../../..
112 CPPFLAGS = @CPPFLAGS@
113 LDFLAGS = @LDFLAGS@
114 LIBS = @LIBS@
115 X_CFLAGS = @X_CFLAGS@
116 X_LIBS = @X_LIBS@
117 X_EXTRA_LIBS = @X_EXTRA_LIBS@
118 X_PRE_LIBS = @X_PRE_LIBS@
119 libeic_a_LIBADD = 
120 libeic_a_OBJECTS =  callback.$(OBJEXT) cdecl.$(OBJEXT) eicmod.$(OBJEXT) \
121 emitter.$(OBJEXT) error.$(OBJEXT) func.$(OBJEXT) interpre.$(OBJEXT) \
122 lexer.$(OBJEXT) optomizer.$(OBJEXT) parser.$(OBJEXT) preexpr.$(OBJEXT) \
123 preproc.$(OBJEXT) readline.$(OBJEXT) reset.$(OBJEXT) signal.$(OBJEXT) \
124 stab.$(OBJEXT) starteic.$(OBJEXT) symbol.$(OBJEXT) typemod.$(OBJEXT) \
125 typesets.$(OBJEXT) ymem.$(OBJEXT)
126 AR = ar
127 CFLAGS = @CFLAGS@
128 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130 CCLD = $(CC)
131 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
132 HEADERS =  $(include_HEADERS) $(noinst_HEADERS)
133
134 DIST_COMMON =  Makefile.am Makefile.in
135
136
137 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
138
139 TAR = gtar
140 GZIP_ENV = --best
141 SOURCES = $(libeic_a_SOURCES)
142 OBJECTS = $(libeic_a_OBJECTS)
143
144 all: all-redirect
145 .SUFFIXES:
146 .SUFFIXES: .S .c .lo .o .obj .s
147 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
148         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps apps/cvenv/EiC/Makefile
149
150 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
151         cd $(top_builddir) \
152           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
153
154
155 mostlyclean-noinstLIBRARIES:
156
157 clean-noinstLIBRARIES:
158         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
159
160 distclean-noinstLIBRARIES:
161
162 maintainer-clean-noinstLIBRARIES:
163
164 .c.o:
165         $(COMPILE) -c $<
166
167 # FIXME: We should only use cygpath when building on Windows,
168 # and only if it is available.
169 .c.obj:
170         $(COMPILE) -c `cygpath -w $<`
171
172 .s.o:
173         $(COMPILE) -c $<
174
175 .S.o:
176         $(COMPILE) -c $<
177
178 mostlyclean-compile:
179         -rm -f *.o core *.core
180         -rm -f *.$(OBJEXT)
181
182 clean-compile:
183
184 distclean-compile:
185         -rm -f *.tab.c
186
187 maintainer-clean-compile:
188
189 .c.lo:
190         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
191
192 .s.lo:
193         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
194
195 .S.lo:
196         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
197
198 mostlyclean-libtool:
199         -rm -f *.lo
200
201 clean-libtool:
202         -rm -rf .libs _libs
203
204 distclean-libtool:
205
206 maintainer-clean-libtool:
207
208 libeic.a: $(libeic_a_OBJECTS) $(libeic_a_DEPENDENCIES)
209         -rm -f libeic.a
210         $(AR) cru libeic.a $(libeic_a_OBJECTS) $(libeic_a_LIBADD)
211         $(RANLIB) libeic.a
212
213 install-includeHEADERS: $(include_HEADERS)
214         @$(NORMAL_INSTALL)
215         $(mkinstalldirs) $(DESTDIR)$(includedir)
216         @list='$(include_HEADERS)'; for p in $$list; do \
217           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
218           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
219           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
220         done
221
222 uninstall-includeHEADERS:
223         @$(NORMAL_UNINSTALL)
224         list='$(include_HEADERS)'; for p in $$list; do \
225           rm -f $(DESTDIR)$(includedir)/$$p; \
226         done
227
228 # This directory's subdirectories are mostly independent; you can cd
229 # into them and run `make' without going through this Makefile.
230 # To change the values of `make' variables: instead of editing Makefiles,
231 # (1) if the variable is set in `config.status', edit `config.status'
232 #     (which will cause the Makefiles to be regenerated when you run `make');
233 # (2) otherwise, pass the desired values on the `make' command line.
234
235 @SET_MAKE@
236
237 all-recursive install-data-recursive install-exec-recursive \
238 installdirs-recursive install-recursive uninstall-recursive  \
239 check-recursive installcheck-recursive info-recursive dvi-recursive:
240         @set fnord $(MAKEFLAGS); amf=$$2; \
241         dot_seen=no; \
242         target=`echo $@ | sed s/-recursive//`; \
243         list='$(SUBDIRS)'; for subdir in $$list; do \
244           echo "Making $$target in $$subdir"; \
245           if test "$$subdir" = "."; then \
246             dot_seen=yes; \
247             local_target="$$target-am"; \
248           else \
249             local_target="$$target"; \
250           fi; \
251           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
252            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
253         done; \
254         if test "$$dot_seen" = "no"; then \
255           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
256         fi; test -z "$$fail"
257
258 mostlyclean-recursive clean-recursive distclean-recursive \
259 maintainer-clean-recursive:
260         @set fnord $(MAKEFLAGS); amf=$$2; \
261         dot_seen=no; \
262         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
263           rev="$$subdir $$rev"; \
264           test "$$subdir" != "." || dot_seen=yes; \
265         done; \
266         test "$$dot_seen" = "no" && rev=". $$rev"; \
267         target=`echo $@ | sed s/-recursive//`; \
268         for subdir in $$rev; do \
269           echo "Making $$target in $$subdir"; \
270           if test "$$subdir" = "."; then \
271             local_target="$$target-am"; \
272           else \
273             local_target="$$target"; \
274           fi; \
275           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
276            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
277         done && test -z "$$fail"
278 tags-recursive:
279         list='$(SUBDIRS)'; for subdir in $$list; do \
280           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
281         done
282
283 tags: TAGS
284
285 ID: $(HEADERS) $(SOURCES) $(LISP)
286         list='$(SOURCES) $(HEADERS)'; \
287         unique=`for i in $$list; do echo $$i; done | \
288           awk '    { files[$$0] = 1; } \
289                END { for (i in files) print i; }'`; \
290         here=`pwd` && cd $(srcdir) \
291           && mkid -f$$here/ID $$unique $(LISP)
292
293 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
294         tags=; \
295         here=`pwd`; \
296         list='$(SUBDIRS)'; for subdir in $$list; do \
297    if test "$$subdir" = .; then :; else \
298             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
299    fi; \
300         done; \
301         list='$(SOURCES) $(HEADERS)'; \
302         unique=`for i in $$list; do echo $$i; done | \
303           awk '    { files[$$0] = 1; } \
304                END { for (i in files) print i; }'`; \
305         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
306           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
307
308 mostlyclean-tags:
309
310 clean-tags:
311
312 distclean-tags:
313         -rm -f TAGS ID
314
315 maintainer-clean-tags:
316
317 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
318
319 subdir = apps/cvenv/EiC
320
321 distdir: $(DISTFILES)
322         @for file in $(DISTFILES); do \
323           d=$(srcdir); \
324           if test -d $$d/$$file; then \
325             cp -pr $$d/$$file $(distdir)/$$file; \
326           else \
327             test -f $(distdir)/$$file \
328             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
329             || cp -p $$d/$$file $(distdir)/$$file || :; \
330           fi; \
331         done
332         for subdir in $(SUBDIRS); do \
333           if test "$$subdir" = .; then :; else \
334             test -d $(distdir)/$$subdir \
335             || mkdir $(distdir)/$$subdir \
336             || exit 1; \
337             chmod 777 $(distdir)/$$subdir; \
338             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
339               || exit 1; \
340           fi; \
341         done
342 callback.o: callback.c MachSet.h global.h typemod.h datastruct.h stab.h \
343         eicval.h func.h xalloc.h typesets.h error.h symbol.h preproc.h \
344         eic.h emitter.h
345 cdecl.o: cdecl.c MachSet.h global.h typemod.h datastruct.h stab.h \
346         eicval.h lexer.h func.h xalloc.h cdecl.h preproc.h error.h \
347         typesets.h parser.h symbol.h
348 eicmod.o: eicmod.c typemod.h global.h datastruct.h stab.h eicval.h \
349         lexer.h func.h xalloc.h typesets.h preproc.h cdecl.h error.h \
350         emitter.h symbol.h
351 emitter.o: emitter.c MachSet.h global.h typemod.h datastruct.h stab.h \
352         eicval.h
353 error.o: error.c global.h typemod.h datastruct.h stab.h eicval.h lexer.h \
354         xalloc.h preproc.h error.h
355 func.o: func.c global.h typemod.h datastruct.h stab.h eicval.h func.h \
356         xalloc.h error.h symbol.h cdecl.h
357 interpre.o: interpre.c MachSet.h global.h typemod.h datastruct.h stab.h \
358         eicval.h xalloc.h symbol.h error.h
359 lexer.o: lexer.c global.h typemod.h datastruct.h stab.h eicval.h \
360         xalloc.h error.h symbol.h lexer.h preproc.h
361 optomizer.o: optomizer.c MachSet.h global.h typemod.h datastruct.h \
362         stab.h eicval.h typesets.h error.h
363 parser.o: parser.c MachSet.h global.h typemod.h datastruct.h stab.h \
364         eicval.h lexer.h func.h xalloc.h typesets.h cdecl.h error.h \
365         symbol.h parser.h
366 preexpr.o: preexpr.c xalloc.h preproc.h
367 preproc.o: preproc.c stab.h error.h func.h typemod.h datastruct.h \
368         eicval.h global.h xalloc.h preproc.h symbol.h
369 readline.o: readline.c
370 reset.o: reset.c global.h typemod.h datastruct.h stab.h eicval.h \
371         symbol.h xalloc.h error.h
372 signal.o: signal.c eic.h eicval.h
373 stab.o: stab.c xalloc.h stab.h
374 starteic.o: starteic.c MachSet.h global.h typemod.h datastruct.h stab.h \
375         eicval.h lexer.h func.h xalloc.h preproc.h emitter.h parser.h \
376         symbol.h error.h reset.h
377 symbol.o: symbol.c typemod.h MachSet.h global.h datastruct.h stab.h \
378         eicval.h lexer.h xalloc.h preproc.h symbol.h parser.h func.h
379 typemod.o: typemod.c global.h typemod.h datastruct.h stab.h eicval.h \
380         func.h xalloc.h metric.h cdecl.h
381 typesets.o: typesets.c MachSet.h global.h typemod.h datastruct.h stab.h \
382         eicval.h lexer.h xalloc.h typesets.h symbol.h parser.h error.h
383 ymem.o: ymem.c xalloc.h assertp.h global.h typemod.h datastruct.h stab.h \
384         eicval.h
385
386 info-am:
387 info: info-recursive
388 dvi-am:
389 dvi: dvi-recursive
390 check-am: all-am
391 check: check-recursive
392 installcheck-am:
393 installcheck: installcheck-recursive
394 install-exec-am:
395 install-exec: install-exec-recursive
396
397 install-data-am: install-includeHEADERS
398 install-data: install-data-recursive
399
400 install-am: all-am
401         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
402 install: install-recursive
403 uninstall-am: uninstall-includeHEADERS
404 uninstall: uninstall-recursive
405 all-am: Makefile $(LIBRARIES) $(HEADERS)
406 all-redirect: all-recursive
407 install-strip:
408         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
409 installdirs: installdirs-recursive
410 installdirs-am:
411         $(mkinstalldirs)  $(DESTDIR)$(includedir)
412
413
414 mostlyclean-generic:
415
416 clean-generic:
417
418 distclean-generic:
419         -rm -f Makefile $(CONFIG_CLEAN_FILES)
420         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
421
422 maintainer-clean-generic:
423 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
424                 mostlyclean-libtool mostlyclean-tags \
425                 mostlyclean-generic
426
427 mostlyclean: mostlyclean-recursive
428
429 clean-am:  clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
430                 clean-generic mostlyclean-am
431
432 clean: clean-recursive
433
434 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
435                 distclean-libtool distclean-tags distclean-generic \
436                 clean-am
437         -rm -f libtool
438
439 distclean: distclean-recursive
440
441 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
442                 maintainer-clean-compile maintainer-clean-libtool \
443                 maintainer-clean-tags maintainer-clean-generic \
444                 distclean-am
445         @echo "This command is intended for maintainers to use;"
446         @echo "it deletes files that may require special tools to rebuild."
447
448 maintainer-clean: maintainer-clean-recursive
449
450 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
451 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
452 mostlyclean-compile distclean-compile clean-compile \
453 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
454 clean-libtool maintainer-clean-libtool uninstall-includeHEADERS \
455 install-includeHEADERS install-data-recursive uninstall-data-recursive \
456 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
457 uninstalldirs-recursive all-recursive check-recursive \
458 installcheck-recursive info-recursive dvi-recursive \
459 mostlyclean-recursive distclean-recursive clean-recursive \
460 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
461 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
462 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
463 install-exec install-data-am install-data install-am install \
464 uninstall-am uninstall all-redirect all-am all installdirs-am \
465 installdirs mostlyclean-generic distclean-generic clean-generic \
466 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
467
468
469 #CFLAGS += -traditional -ansi -pedantic -O2 -fsigned-char -Wall -D_LINUX -g3
470
471 # Tell versions [3.59,3.63) of GNU make to not export all variables.
472 # Otherwise a system limit (for SysV at least) may be exceeded.
473 .NOEXPORT: