Move the sources to trunk
[opencv] / apps / vmdemotk / 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_PROGRAMS = vmdemotk
90
91 vmdemotk_SOURCES = CommandConcatenation.cpp DataandMorphing.cpp NewTclCommands.cpp VMDemoTk.cpp VMDemoTkInit.cpp
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 = CommandConcatenation.h DataandMorphing.h Globals.h NewTclCommands.h VMDemoTk.h VMDemoTkInit.h
99
100 EXTRA_DIST = iniparse.tcl interface.tcl media
101
102 # add here the libraries which have to be include
103 # for building the shared lib
104 #
105 #  please consider also the usage of the make environment variables
106 #  like
107 #  $(LIB_KDEUI), $(LIB_QT), $(LIB_HTML), etc.
108 #  instead of the hardcoded entries, which have placed
109 #  in here.
110 #  The following line is only a suggestion!
111 #
112 vmdemotk_LDADD = 
113
114 INCLUDES =  -I./include -I./ -I../../cv/include -I../../otherlibs/highgui @DEBUG@ $(X_CFLAGS)
115
116 LIBS =  -ltcl8.3 -ltk8.3 -L../../cv/src -lopencv -L../../otherlibs/highgui -lhighgui $(X_LIBS)
117 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
118 CONFIG_HEADER = ../../config.h
119 CONFIG_CLEAN_FILES = 
120 noinst_PROGRAMS =  vmdemotk$(EXEEXT)
121 PROGRAMS =  $(noinst_PROGRAMS)
122
123
124 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
125 CPPFLAGS = @CPPFLAGS@
126 LDFLAGS = @LDFLAGS@
127 X_CFLAGS = @X_CFLAGS@
128 X_LIBS = @X_LIBS@
129 X_EXTRA_LIBS = @X_EXTRA_LIBS@
130 X_PRE_LIBS = @X_PRE_LIBS@
131 vmdemotk_OBJECTS =  CommandConcatenation.$(OBJEXT) \
132 DataandMorphing.$(OBJEXT) NewTclCommands.$(OBJEXT) VMDemoTk.$(OBJEXT) \
133 VMDemoTkInit.$(OBJEXT)
134 vmdemotk_DEPENDENCIES = 
135 vmdemotk_LDFLAGS = 
136 CXXFLAGS = @CXXFLAGS@
137 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
138 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
139 CXXLD = $(CXX)
140 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
141 HEADERS =  $(include_HEADERS) $(noinst_HEADERS)
142
143 DIST_COMMON =  Makefile.am Makefile.in
144
145
146 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
147
148 TAR = gtar
149 GZIP_ENV = --best
150 SOURCES = $(vmdemotk_SOURCES)
151 OBJECTS = $(vmdemotk_OBJECTS)
152
153 all: all-redirect
154 .SUFFIXES:
155 .SUFFIXES: .S .c .cpp .lo .o .obj .s
156 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
157         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps apps/vmdemotk/Makefile
158
159 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
160         cd $(top_builddir) \
161           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
162
163
164 mostlyclean-noinstPROGRAMS:
165
166 clean-noinstPROGRAMS:
167         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
168
169 distclean-noinstPROGRAMS:
170
171 maintainer-clean-noinstPROGRAMS:
172
173 .c.o:
174         $(COMPILE) -c $<
175
176 # FIXME: We should only use cygpath when building on Windows,
177 # and only if it is available.
178 .c.obj:
179         $(COMPILE) -c `cygpath -w $<`
180
181 .s.o:
182         $(COMPILE) -c $<
183
184 .S.o:
185         $(COMPILE) -c $<
186
187 mostlyclean-compile:
188         -rm -f *.o core *.core
189         -rm -f *.$(OBJEXT)
190
191 clean-compile:
192
193 distclean-compile:
194         -rm -f *.tab.c
195
196 maintainer-clean-compile:
197
198 .c.lo:
199         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
200
201 .s.lo:
202         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
203
204 .S.lo:
205         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
206
207 mostlyclean-libtool:
208         -rm -f *.lo
209
210 clean-libtool:
211         -rm -rf .libs _libs
212
213 distclean-libtool:
214
215 maintainer-clean-libtool:
216
217 vmdemotk$(EXEEXT): $(vmdemotk_OBJECTS) $(vmdemotk_DEPENDENCIES)
218         @rm -f vmdemotk$(EXEEXT)
219         $(CXXLINK) $(vmdemotk_LDFLAGS) $(vmdemotk_OBJECTS) $(vmdemotk_LDADD) $(LIBS)
220 .cpp.o:
221         $(CXXCOMPILE) -c $<
222 .cpp.obj:
223         $(CXXCOMPILE) -c `cygpath -w $<`
224 .cpp.lo:
225         $(LTCXXCOMPILE) -c $<
226
227 install-includeHEADERS: $(include_HEADERS)
228         @$(NORMAL_INSTALL)
229         $(mkinstalldirs) $(DESTDIR)$(includedir)
230         @list='$(include_HEADERS)'; for p in $$list; do \
231           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
232           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
233           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
234         done
235
236 uninstall-includeHEADERS:
237         @$(NORMAL_UNINSTALL)
238         list='$(include_HEADERS)'; for p in $$list; do \
239           rm -f $(DESTDIR)$(includedir)/$$p; \
240         done
241
242 tags: TAGS
243
244 ID: $(HEADERS) $(SOURCES) $(LISP)
245         list='$(SOURCES) $(HEADERS)'; \
246         unique=`for i in $$list; do echo $$i; done | \
247           awk '    { files[$$0] = 1; } \
248                END { for (i in files) print i; }'`; \
249         here=`pwd` && cd $(srcdir) \
250           && mkid -f$$here/ID $$unique $(LISP)
251
252 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
253         tags=; \
254         here=`pwd`; \
255         list='$(SOURCES) $(HEADERS)'; \
256         unique=`for i in $$list; do echo $$i; done | \
257           awk '    { files[$$0] = 1; } \
258                END { for (i in files) print i; }'`; \
259         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
260           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
261
262 mostlyclean-tags:
263
264 clean-tags:
265
266 distclean-tags:
267         -rm -f TAGS ID
268
269 maintainer-clean-tags:
270
271 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
272
273 subdir = apps/vmdemotk
274
275 distdir: $(DISTFILES)
276         @for file in $(DISTFILES); do \
277           d=$(srcdir); \
278           if test -d $$d/$$file; then \
279             cp -pr $$d/$$file $(distdir)/$$file; \
280           else \
281             test -f $(distdir)/$$file \
282             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
283             || cp -p $$d/$$file $(distdir)/$$file || :; \
284           fi; \
285         done
286 CommandConcatenation.o: CommandConcatenation.cpp CommandConcatenation.h
287 DataandMorphing.o: DataandMorphing.cpp DataandMorphing.h VMDemoTk.h \
288         ../../cv/include/cv.h ../../cv/include/ipl.h \
289         ../../cv/include/iplerror.h ../../cv/include/iplmisc.h \
290         ../../cv/include/cvpixelaccess.h ../../cv/include/cvtypes.h \
291         ../../cv/include/cverror.h ../../cv/include/cvcompat.h \
292         Globals.h ../../otherlibs/highgui/highgui.h
293 NewTclCommands.o: NewTclCommands.cpp VMDemoTk.h ../../cv/include/cv.h \
294         ../../cv/include/ipl.h ../../cv/include/iplerror.h \
295         ../../cv/include/iplmisc.h ../../cv/include/cvpixelaccess.h \
296         ../../cv/include/cvtypes.h ../../cv/include/cverror.h \
297         ../../cv/include/cvcompat.h NewTclCommands.h DataandMorphing.h \
298         Globals.h CommandConcatenation.h \
299         ../../otherlibs/highgui/highgui.h
300 VMDemoTk.o: VMDemoTk.cpp VMDemoTk.h ../../cv/include/cv.h \
301         ../../cv/include/ipl.h ../../cv/include/iplerror.h \
302         ../../cv/include/iplmisc.h ../../cv/include/cvpixelaccess.h \
303         ../../cv/include/cvtypes.h ../../cv/include/cverror.h \
304         ../../cv/include/cvcompat.h VMDemoTkInit.h
305 VMDemoTkInit.o: VMDemoTkInit.cpp VMDemoTkInit.h VMDemoTk.h \
306         ../../cv/include/cv.h ../../cv/include/ipl.h \
307         ../../cv/include/iplerror.h ../../cv/include/iplmisc.h \
308         ../../cv/include/cvpixelaccess.h ../../cv/include/cvtypes.h \
309         ../../cv/include/cverror.h ../../cv/include/cvcompat.h \
310         NewTclCommands.h ../../otherlibs/highgui/highgui.h
311
312 info-am:
313 info: info-am
314 dvi-am:
315 dvi: dvi-am
316 check-am: all-am
317 check: check-am
318 installcheck-am:
319 installcheck: installcheck-am
320 install-exec-am:
321 install-exec: install-exec-am
322
323 install-data-am: install-includeHEADERS
324 install-data: install-data-am
325
326 install-am: all-am
327         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
328 install: install-am
329 uninstall-am: uninstall-includeHEADERS
330 uninstall: uninstall-am
331 all-am: Makefile $(PROGRAMS) $(HEADERS)
332 all-redirect: all-am
333 install-strip:
334         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
335 installdirs:
336         $(mkinstalldirs)  $(DESTDIR)$(includedir)
337
338
339 mostlyclean-generic:
340
341 clean-generic:
342
343 distclean-generic:
344         -rm -f Makefile $(CONFIG_CLEAN_FILES)
345         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
346
347 maintainer-clean-generic:
348 mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
349                 mostlyclean-libtool mostlyclean-tags \
350                 mostlyclean-generic
351
352 mostlyclean: mostlyclean-am
353
354 clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
355                 clean-generic mostlyclean-am
356
357 clean: clean-am
358
359 distclean-am:  distclean-noinstPROGRAMS distclean-compile \
360                 distclean-libtool distclean-tags distclean-generic \
361                 clean-am
362         -rm -f libtool
363
364 distclean: distclean-am
365
366 maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
367                 maintainer-clean-compile maintainer-clean-libtool \
368                 maintainer-clean-tags maintainer-clean-generic \
369                 distclean-am
370         @echo "This command is intended for maintainers to use;"
371         @echo "it deletes files that may require special tools to rebuild."
372
373 maintainer-clean: maintainer-clean-am
374
375 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
376 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
377 mostlyclean-compile distclean-compile clean-compile \
378 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
379 clean-libtool maintainer-clean-libtool uninstall-includeHEADERS \
380 install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
381 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
382 installcheck-am installcheck install-exec-am install-exec \
383 install-data-am install-data install-am install uninstall-am uninstall \
384 all-redirect all-am all installdirs mostlyclean-generic \
385 distclean-generic clean-generic maintainer-clean-generic clean \
386 mostlyclean distclean maintainer-clean
387
388
389 # Tell versions [3.59,3.63) of GNU make to not export all variables.
390 # Otherwise a system limit (for SysV at least) may be exceeded.
391 .NOEXPORT: