Changeset 120

Show
Ignore:
Timestamp:
03/09/09 15:19:52 (15 years ago)
Author:
bhilburn
Message:

Creating automake files for the various parts of the VTCROSS system. Got rid of
the components directory seemed it seemed unnecessary.

Location:
vtcross/branches/bhilburn
Files:
7 added
2 modified
5 copied
4 moved

Legend:

Unmodified
Added
Removed
  • vtcross/branches/bhilburn/Makefile.am

    r119 r120  
    11ACLOCAL_AMFLAGS = -I m4 
    22 
    3 bin_PROGRAMS = cbr_demo policy_demo shell_demo 
     3SUBDIRS = src doc 
    44 
    5 cbr_demo_SOURCES = components/case_based_reasoner/* 
    6 policy_demo_SOURCES = components/policy_engines/* 
    7 shell_demo_SOURCES = shell/* 
    8  
  • vtcross/branches/bhilburn/src/Makefile.am

    r117 r120  
     1SUBDIRS = case_based_reasoners policy_engines cognitive_engines \ 
     2                  service_management_layer libvtcross shell tinyxml include