root/vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am @ 375

Revision 375, 260 bytes (checked in by trnewman, 15 years ago)

Added DSA CE files, and moved XML configurations to the shell directory.

Line 
1include $(top_srcdir)/Makefile.common
2
3INCLUDES = -I$(top_srcdir)/src/include
4
5AM_CXXFLAGS = -Wall -g
6
7bin_PROGRAMS = DSA_Demo
8include_HEADERS = cbr.c
9
10cbr_demo_SOURCES = DSA_CognitiveEngine.cpp DSA_Demo.cpp
11cbr_demo_LDADD = -lsqlite3 $(CROSS_SOCKETCOMM_LA)
12
Note: See TracBrowser for help on using the browser.