90f54268add422eba9e767f9b4806c264304d672
[opencv] / apps / HaarFaceDetect / Makefile.am
1 # here it is our binary program
2 bin_PROGRAMS = HaarFaceDetect
3
4 HaarFaceDetect_SOURCES = facedetect.cpp
5
6 # here you should add all header files, which shouldn't be installed
7 noinst_HEADERS = cvfltk.h
8
9 SUBDIRS =
10
11 EXTRA_DIST = SampleBase HaarFaceDetect.dsp
12
13 # add here the libraries which have to be include
14 # for building the shared lib
15 #
16 #  please consider also the usage of the make environment variables
17 #  like
18 #  $(LIB_KDEUI), $(LIB_QT), $(LIB_HTML), etc.
19 #  instead of the hardcoded entries, which have placed
20 #  in here.
21 #  The following line is only a suggestion!
22 #
23 HaarFaceDetect_LDADD = 
24
25 # INCLUDES +=  -I./ -I../../cv/include -I../../cvaux/include @DEBUG@ $(X_CFLAGS)
26 INCLUDES = -I../../cv/include -I./ -I../../cvaux/include -I../../otherlibs/highgui `@FLTKCONFIG@ --cxxflags`
27 LIBS = -L../../cv/src -lopencv -L../../cvaux/src -lcvaux -L../../otherlibs/highgui -lhighgui `@FLTKCONFIG@ --ldflags`