[go: up one dir, main page]

Menu

[r1]: / Makefile.am  Maximize  Restore  History

Download this file

16 lines (11 with data), 572 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
bin_PROGRAMS = aambuilding
# set the include path found by configure
INCLUDES = -I/usr/include/boost -I/usr/local/include/opencv $(all_includes)
# the library search path.
aambuilding_LDFLAGS = $(all_libraries)
aambuilding_LDADD = -lboost_regex -lboost_filesystem -lml -lhighgui -lcxcore \
-lcv
noinst_HEADERS = lv_aambuilding.h lv_aamedge.h lv_aampoint2d.h lv_aampoint3d.h \
lv_aamshape2d.h lv_aamtexture2d3c.h lv_aamtriangle2d.h lv_io.h lv_triangle2d.h
aambuilding_SOURCES = aambuilding.cpp lv_aambuilding.cpp lv_aamshape2d.cpp \
lv_aamtexture2d3c.cpp lv_io.cpp