Changeset 429

Show
Ignore:
Timestamp:
08/24/09 17:00:03 (15 years ago)
Author:
bhilburn
Message:

Reworked the build process for libvtcross so that it would build in the
proper order with good autofoo. Also, added output to 'reconf'.

Location:
vtcross/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/configure.ac

    r416 r429  
    3636 
    3737AC_CONFIG_FILES(Makefile doc/Makefile src/Makefile src/shell/Makefile 
    38           src/libvtcross/Makefile src/cognitive_engines/Makefile 
    39           src/cognitive_engines/CBR_CE/Makefile  
    40           src/cognitive_engines/OSSIE_DEMO_CE/Makefile  
    41           src/cognitive_engines/DSA_CE/Makefile  
    42           src/policy_engines/Makefile src/service_management_layer/Makefile  
    43           src/lib/tinyxml/Makefile  src/lib/socketcomm/Makefile src/include/Makefile 
    44           src/include/vtcross/Makefile src/include/tinyxml/Makefile 
    45           src/lib/Makefile src/libvtcross/swig/Makefile) 
     38                src/libvtcross/Makefile 
     39                src/cognitive_engines/Makefile src/cognitive_engines/CBR_CE/Makefile  
     40                src/cognitive_engines/OSSIE_DEMO_CE/Makefile src/cognitive_engines/DSA_CE/Makefile  
     41                src/policy_engines/Makefile src/service_management_layer/Makefile  
     42                src/lib/tinyxml/Makefile  src/lib/socketcomm/Makefile src/include/Makefile 
     43                src/include/vtcross/Makefile src/include/tinyxml/Makefile 
     44                src/lib/Makefile src/libvtcross/swig/Makefile) 
    4645AC_OUTPUT 
    4746 
  • vtcross/trunk/reconf

    r411 r429  
    1414# limitations under the License.  
    1515 
     16echo -n "Running libtoolize... " 
    1617libtoolize && \ 
     18echo " done!" 
     19 
     20echo -n "Running aclocal... " 
    1721aclocal -I config&& \ 
     22echo " done!" 
     23 
     24echo -n "Running autoconf... " 
    1825autoconf && \ 
     26echo " done!" 
     27 
     28echo -n "Running autoheader... " 
    1929autoheader && \ 
     30echo " done!" 
     31 
     32echo -n "Running automake... " 
    2033automake --add-missing 
     34echo " done!" 
  • vtcross/trunk/src/Makefile.am

    r411 r429  
    1717 
    1818SUBDIRS = lib include policy_engines cognitive_engines service_management_layer \ 
    19                   libvtcross libvtcross/swig shell 
     19                  libvtcross shell 
  • vtcross/trunk/src/libvtcross/Makefile.am

    r412 r429  
    3030libvtcross_demo_sml_LDADD = $(CROSS_LA) 
    3131 
     32SUBDIRS = . swig