Move the sources to trunk
[opencv] / apps / cvenv / Makefile.am
1 noinst_PROGRAMS = cvenv
2 #seance
3
4 cvenv_SOURCES = add.cpp colorer.cpp cvenv2.cpp filelist.cpp initeic.cpp main.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
11 SUBDIRS = pictures EiC include samples
12
13 # here you should add all header files, which shouldn't be installed
14 noinst_HEADERS = colorer.h cvenv.h filelist.h initeic.h
15
16 EXTRA_DIST = cvenv.tcl plugins.conf cvenv.dsp seance.dsp
17
18 INCLUDES = -I EiC
19 # add here the libraries which have to be include
20 # for building the shared lib
21 #
22 #  please consider also the usage of the make environment variables
23 #  like
24 #  $(LIB_KDEUI), $(LIB_QT), $(LIB_HTML), etc.
25 #  instead of the hardcoded entries, which have placed
26 #  in here.
27 #  The following line is only a suggestion!
28 #
29 cvenv_LDADD = @TCLTKLIB@ -lpthread -LEiC -LEiC/stdClib -leic -lstdClib -ldl
30
31 CFLAGS += @DEBUG@