Move the sources to trunk
[opencv] / apps / cvlkdemo / Makefile.am
1 noinst_PROGRAMS = cvlkdemo
2 #seance
3
4 cvlkdemo_SOURCES = cvlkdemo.cpp demoview.cpp tracker.cpp
5
6 # here you should add all header files, which contains the functionality
7 # of your shared lib (published for the users)
8 include_HEADERS =
9
10 SUBDIRS = pictures
11
12 # here you should add all header files, which shouldn't be installed
13 noinst_HEADERS = cvlkdemo.h demoview.h tracker.h
14
15 EXTRA_DIST = cvlkdemo.tcl cvlkdemo.dsp
16
17 INCLUDES = -I../../otherlibs/highgui -I../../otherlibs/cvcam/include -I../../cv/include
18 # add here the libraries which have to be include
19 # for building the shared lib
20 #
21 #  please consider also the usage of the make environment variables
22 #  like
23 #  $(LIB_KDEUI), $(LIB_QT), $(LIB_HTML), etc.
24 #  instead of the hardcoded entries, which have placed
25 #  in here.
26 #  The following line is only a suggestion!
27 #
28 cvlkdemo_LDADD = -ltcl8.3 -ltk8.3 -L../../cv/src -lopencv -L../../otherlibs/highgui -lhighgui -L../../otherlibs/cvcam/src/unix -lcvcam
29
30 CFLAGS = @CFLAGS@ @DEBUG@
31 CXXFLAGS = @CXXFLAGS@ @DEBUG@
32
33 #cvlkdemo_LIBS =