root/vtcross/trunk/src/cognitive_engines/Makefile.am @ 218

Revision 218, 203 bytes (checked in by trnewman, 15 years ago)

Addec CE c++ report.

Line 
1INCLUDES = -I$(top_srcdir)/src/include
2
3AM_CXXFLAGS = -Wall -g
4
5bin_PROGRAMS = cbr_demo
6
7cbr_demo_SOURCES = CognitiveEngine.cpp cbr_demo.cpp
8cbr_demo_LDADD = -lsqlite3 ../lib/socketcomm/libsocketcomm.a
9
Note: See TracBrowser for help on using the browser.