Changeset 123

Show
Ignore:
Timestamp:
03/10/09 13:14:20 (15 years ago)
Author:
bhilburn
Message:

Case-based reasoner is really a cognitive engine; putting that directory in the
right place and updating autofoo appropriately.

Location:
vtcross/branches/bhilburn
Files:
1 removed
3 modified
2 moved

Legend:

Unmodified
Added
Removed
  • vtcross/branches/bhilburn/configure.ac

    r122 r123  
    1010AC_PROG_INSTALL 
    1111AC_OUTPUT(Makefile doc/Makefile src/Makefile src/shell/Makefile 
    12           src/libvtcross/Makefile src/case_based_reasoners/Makefile 
    13           src/cognitive_engines/Makefile src/policy_engines/Makefile 
    14           src/service_management_layer/Makefile src/tinyxml/Makefile 
    15           src/include/Makefile) 
     12          src/libvtcross/Makefile src/cognitive_engines/Makefile  
     13          src/policy_engines/Makefile src/service_management_layer/Makefile  
     14          src/tinyxml/Makefile src/include/Makefile) 
    1615 
  • vtcross/branches/bhilburn/src/Makefile.am

    r120 r123  
    1 SUBDIRS = case_based_reasoners policy_engines cognitive_engines \ 
    2                   service_management_layer libvtcross shell tinyxml include 
     1SUBDIRS = policy_engines cognitive_engines service_management_layer libvtcross \ 
     2                  shell tinyxml include 
  • vtcross/branches/bhilburn/src/cognitive_engines/Makefile.am

    r120 r123  
     1bin_PROGRAMS = cbr_demo 
     2 
     3cbr_demo_SOURCES = cbr.c cbr_demo.c 
     4