Update the changelog
[opencv] / apps / cvcsdemo / Makefile.am
1 noinst_PROGRAMS = cvcsdemo
2 #seance
3
4 cvcsdemo_SOURCES = csdemoview.cpp cvcsdemo.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 = csdemoview.h cvcsdemo.h
14
15 EXTRA_DIST = cvcsdemo.tcl cvcsdemo.dsp
16
17 INCLUDES = -O -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 cvcsdemo_LDADD = -ltcl8.3 -ltk8.3 -L../../cv/src -lopencv -L../../otherlibs/highgui -lhighgui -L../../otherlibs/cvcam/src/unix -lcvcam
29 CFLAGS = @CFLAGS@ @DEBUG@
30 CXXFLAGS = @CXXFLAGS@ @DEBUG@
31
32 #cvcsdemo_LIBS =