Show
Ignore:
Timestamp:
01/04/10 15:14:18 (14 years ago)
Author:
bhilburn
Message:

Recreated the CognitiveEngine? class, inherited and implemented it with
the CBR_CE test class. Seems to be working so far.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/cognitive_engines/Makefile.am

    r416 r532  
    1515include $(top_srcdir)/Makefile.common 
    1616 
    17 SUBDIRS = CBR_CE DSA_CE OSSIE_DEMO_CE 
     17INCLUDES = -I$(top_srcdir)/src/include 
     18 
     19AM_CXXFLAGS = -Wall -g 
     20 
     21noinst_LIBRARIES = libce.a 
     22libce_a_SOURCES = CognitiveEngine.cpp 
     23 
     24SUBDIRS = . CBR_CE #DSA_CE OSSIE_DEMO_CE