Update the changelog
[opencv] / apps / cvcsdemo / 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 = cvcsdemo
90 #seance
91
92 cvcsdemo_SOURCES = csdemoview.cpp cvcsdemo.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 = csdemoview.h cvcsdemo.h
102
103 EXTRA_DIST = cvcsdemo.tcl
104
105 INCLUDES = -O -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 cvcsdemo_LDADD = -ltcl8.3 -ltk8.3 -L../../cv/src -lopencv -L../../otherlibs/highgui -lhighgui -L../../otherlibs/cvcam/src/unix -lcvvideo
117 CFLAGS =  @DEBUG@
118 CXXFLAGS =  @DEBUG@
119 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
120 CONFIG_HEADER = ../../config.h
121 CONFIG_CLEAN_FILES = 
122 noinst_PROGRAMS =  cvcsdemo$(EXEEXT)
123 PROGRAMS =  $(noinst_PROGRAMS)
124
125
126 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
127 CPPFLAGS = @CPPFLAGS@
128 LDFLAGS = @LDFLAGS@
129 LIBS = @LIBS@
130 X_CFLAGS = @X_CFLAGS@
131 X_LIBS = @X_LIBS@
132 X_EXTRA_LIBS = @X_EXTRA_LIBS@
133 X_PRE_LIBS = @X_PRE_LIBS@
134 cvcsdemo_OBJECTS =  csdemoview.$(OBJEXT) cvcsdemo.$(OBJEXT)
135 cvcsdemo_DEPENDENCIES = 
136 cvcsdemo_LDFLAGS = 
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 = $(cvcsdemo_SOURCES)
151 OBJECTS = $(cvcsdemo_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/cvcsdemo/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 cvcsdemo$(EXEEXT): $(cvcsdemo_OBJECTS) $(cvcsdemo_DEPENDENCIES)
218         @rm -f cvcsdemo$(EXEEXT)
219         $(CXXLINK) $(cvcsdemo_LDFLAGS) $(cvcsdemo_OBJECTS) $(cvcsdemo_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 # This directory's subdirectories are mostly independent; you can cd
243 # into them and run `make' without going through this Makefile.
244 # To change the values of `make' variables: instead of editing Makefiles,
245 # (1) if the variable is set in `config.status', edit `config.status'
246 #     (which will cause the Makefiles to be regenerated when you run `make');
247 # (2) otherwise, pass the desired values on the `make' command line.
248
249 @SET_MAKE@
250
251 all-recursive install-data-recursive install-exec-recursive \
252 installdirs-recursive install-recursive uninstall-recursive  \
253 check-recursive installcheck-recursive info-recursive dvi-recursive:
254         @set fnord $(MAKEFLAGS); amf=$$2; \
255         dot_seen=no; \
256         target=`echo $@ | sed s/-recursive//`; \
257         list='$(SUBDIRS)'; for subdir in $$list; do \
258           echo "Making $$target in $$subdir"; \
259           if test "$$subdir" = "."; then \
260             dot_seen=yes; \
261             local_target="$$target-am"; \
262           else \
263             local_target="$$target"; \
264           fi; \
265           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
266            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
267         done; \
268         if test "$$dot_seen" = "no"; then \
269           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
270         fi; test -z "$$fail"
271
272 mostlyclean-recursive clean-recursive distclean-recursive \
273 maintainer-clean-recursive:
274         @set fnord $(MAKEFLAGS); amf=$$2; \
275         dot_seen=no; \
276         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
277           rev="$$subdir $$rev"; \
278           test "$$subdir" != "." || dot_seen=yes; \
279         done; \
280         test "$$dot_seen" = "no" && rev=". $$rev"; \
281         target=`echo $@ | sed s/-recursive//`; \
282         for subdir in $$rev; do \
283           echo "Making $$target in $$subdir"; \
284           if test "$$subdir" = "."; then \
285             local_target="$$target-am"; \
286           else \
287             local_target="$$target"; \
288           fi; \
289           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
290            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
291         done && test -z "$$fail"
292 tags-recursive:
293         list='$(SUBDIRS)'; for subdir in $$list; do \
294           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
295         done
296
297 tags: TAGS
298
299 ID: $(HEADERS) $(SOURCES) $(LISP)
300         list='$(SOURCES) $(HEADERS)'; \
301         unique=`for i in $$list; do echo $$i; done | \
302           awk '    { files[$$0] = 1; } \
303                END { for (i in files) print i; }'`; \
304         here=`pwd` && cd $(srcdir) \
305           && mkid -f$$here/ID $$unique $(LISP)
306
307 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
308         tags=; \
309         here=`pwd`; \
310         list='$(SUBDIRS)'; for subdir in $$list; do \
311    if test "$$subdir" = .; then :; else \
312             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
313    fi; \
314         done; \
315         list='$(SOURCES) $(HEADERS)'; \
316         unique=`for i in $$list; do echo $$i; done | \
317           awk '    { files[$$0] = 1; } \
318                END { for (i in files) print i; }'`; \
319         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
320           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
321
322 mostlyclean-tags:
323
324 clean-tags:
325
326 distclean-tags:
327         -rm -f TAGS ID
328
329 maintainer-clean-tags:
330
331 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
332
333 subdir = apps/cvcsdemo
334
335 distdir: $(DISTFILES)
336         @for file in $(DISTFILES); do \
337           d=$(srcdir); \
338           if test -d $$d/$$file; then \
339             cp -pr $$d/$$file $(distdir)/$$file; \
340           else \
341             test -f $(distdir)/$$file \
342             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
343             || cp -p $$d/$$file $(distdir)/$$file || :; \
344           fi; \
345         done
346         for subdir in $(SUBDIRS); do \
347           if test "$$subdir" = .; then :; else \
348             test -d $(distdir)/$$subdir \
349             || mkdir $(distdir)/$$subdir \
350             || exit 1; \
351             chmod 777 $(distdir)/$$subdir; \
352             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
353               || exit 1; \
354           fi; \
355         done
356 csdemoview.o: csdemoview.cpp csdemoview.h ../../cv/include/cv.hpp \
357         ../../cv/include/cv.h ../../cv/include/ipl.h \
358         ../../cv/include/iplerror.h ../../cv/include/iplmisc.h \
359         ../../cv/include/cvpixelaccess.h ../../cv/include/cvtypes.h \
360         ../../cv/include/cverror.h ../../cv/include/cvcompat.h \
361         ../../cv/include/cvstorage.hpp
362 cvcsdemo.o: cvcsdemo.cpp ../../otherlibs/cvcam/include/cvcam.h \
363         csdemoview.h ../../cv/include/cv.hpp ../../cv/include/cv.h \
364         ../../cv/include/ipl.h ../../cv/include/iplerror.h \
365         ../../cv/include/iplmisc.h ../../cv/include/cvpixelaccess.h \
366         ../../cv/include/cvtypes.h ../../cv/include/cverror.h \
367         ../../cv/include/cvcompat.h ../../cv/include/cvstorage.hpp
368
369 info-am:
370 info: info-recursive
371 dvi-am:
372 dvi: dvi-recursive
373 check-am: all-am
374 check: check-recursive
375 installcheck-am:
376 installcheck: installcheck-recursive
377 install-exec-am:
378 install-exec: install-exec-recursive
379
380 install-data-am: install-includeHEADERS
381 install-data: install-data-recursive
382
383 install-am: all-am
384         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
385 install: install-recursive
386 uninstall-am: uninstall-includeHEADERS
387 uninstall: uninstall-recursive
388 all-am: Makefile $(PROGRAMS) $(HEADERS)
389 all-redirect: all-recursive
390 install-strip:
391         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
392 installdirs: installdirs-recursive
393 installdirs-am:
394         $(mkinstalldirs)  $(DESTDIR)$(includedir)
395
396
397 mostlyclean-generic:
398
399 clean-generic:
400
401 distclean-generic:
402         -rm -f Makefile $(CONFIG_CLEAN_FILES)
403         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
404
405 maintainer-clean-generic:
406 mostlyclean-am:  mostlyclean-noinstPROGRAMS mostlyclean-compile \
407                 mostlyclean-libtool mostlyclean-tags \
408                 mostlyclean-generic
409
410 mostlyclean: mostlyclean-recursive
411
412 clean-am:  clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
413                 clean-generic mostlyclean-am
414
415 clean: clean-recursive
416
417 distclean-am:  distclean-noinstPROGRAMS distclean-compile \
418                 distclean-libtool distclean-tags distclean-generic \
419                 clean-am
420         -rm -f libtool
421
422 distclean: distclean-recursive
423
424 maintainer-clean-am:  maintainer-clean-noinstPROGRAMS \
425                 maintainer-clean-compile maintainer-clean-libtool \
426                 maintainer-clean-tags maintainer-clean-generic \
427                 distclean-am
428         @echo "This command is intended for maintainers to use;"
429         @echo "it deletes files that may require special tools to rebuild."
430
431 maintainer-clean: maintainer-clean-recursive
432
433 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
434 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
435 mostlyclean-compile distclean-compile clean-compile \
436 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
437 clean-libtool maintainer-clean-libtool uninstall-includeHEADERS \
438 install-includeHEADERS install-data-recursive uninstall-data-recursive \
439 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
440 uninstalldirs-recursive all-recursive check-recursive \
441 installcheck-recursive info-recursive dvi-recursive \
442 mostlyclean-recursive distclean-recursive clean-recursive \
443 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
444 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
445 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
446 install-exec install-data-am install-data install-am install \
447 uninstall-am uninstall all-redirect all-am all installdirs-am \
448 installdirs mostlyclean-generic distclean-generic clean-generic \
449 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
450
451
452 #cvcsdemo_LIBS = 
453
454 # Tell versions [3.59,3.63) of GNU make to not export all variables.
455 # Otherwise a system limit (for SysV at least) may be exceeded.
456 .NOEXPORT: