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