Move the sources to trunk
[opencv] / apps / vmdemotk / Makefile.am
1 noinst_PROGRAMS = vmdemotk
2
3 vmdemotk_SOURCES = CommandConcatenation.cpp DataandMorphing.cpp NewTclCommands.cpp VMDemoTk.cpp VMDemoTkInit.cpp
4
5 # here you should add all header files, which contains the functionality
6 # of your shared lib (published for the users)
7 include_HEADERS =
8
9 # here you should add all header files, which shouldn't be installed
10 noinst_HEADERS = CommandConcatenation.h DataandMorphing.h Globals.h NewTclCommands.h VMDemoTk.h VMDemoTkInit.h
11
12 EXTRA_DIST = iniparse.tcl interface.tcl media VMDemoTk.dsp
13
14 # add here the libraries which have to be include
15 # for building the shared lib
16 #
17 #  please consider also the usage of the make environment variables
18 #  like
19 #  $(LIB_KDEUI), $(LIB_QT), $(LIB_HTML), etc.
20 #  instead of the hardcoded entries, which have placed
21 #  in here.
22 #  The following line is only a suggestion!
23 #
24 vmdemotk_LDADD = 
25
26 INCLUDES = -I./include -I./ -I../../cv/include -I../../otherlibs/highgui @DEBUG@ $(X_CFLAGS)
27
28 LIBS = -ltcl8.3 -ltk8.3 -L../../cv/src -lopencv -L../../otherlibs/highgui -lhighgui $(X_LIBS)
29