From: <den...@us...> - 2009-12-30 16:08:30
|
Revision: 40 http://dsim.svn.sourceforge.net/dsim/?rev=40&view=rev Author: denis_arnaud Date: 2009-12-30 16:08:23 +0000 (Wed, 30 Dec 2009) Log Message: ----------- [Struct] Added the Travel-CCM project. Modified Paths: -------------- trunk/dsim/Makefile.am trunk/dsim/configure.ac trunk/dsim/test/Makefile.am Property Changed: ---------------- trunk/dsim/test/ Modified: trunk/dsim/Makefile.am =================================================================== --- trunk/dsim/Makefile.am 2009-12-30 15:14:59 UTC (rev 39) +++ trunk/dsim/Makefile.am 2009-12-30 16:08:23 UTC (rev 40) @@ -21,11 +21,10 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure \ config-h.in sic/stamp-h.in autogen.sh bootstrap -#EXTRA_DIST = @PACKAGE@.spec @PACKAGE@.m4 @PACKAGE@.pc Makefile.common -EXTRA_DIST = +EXTRA_DIST = @PACKAGE@.spec @PACKAGE@.m4 @PACKAGE@.pc Makefile.common # Build in these directories: -SUBDIRS = stdair trademgen airsched airinv simcrs rmol dsim \ +SUBDIRS = stdair trademgen airsched airinv simcrs rmol travelccm dsim \ extracppunit $(TEST_DIR) Modified: trunk/dsim/configure.ac =================================================================== --- trunk/dsim/configure.ac 2009-12-30 15:14:59 UTC (rev 39) +++ trunk/dsim/configure.ac 2009-12-30 16:08:23 UTC (rev 40) @@ -454,6 +454,15 @@ rmol/config/Makefile rmol/core/Makefile rmol/batches/Makefile + travelccm/Makefile + travelccm/basic/Makefile + travelccm/bom/Makefile + travelccm/factory/Makefile + travelccm/command/Makefile + travelccm/service/Makefile + travelccm/core/Makefile + travelccm/config/Makefile + travelccm/batches/Makefile dsim/Makefile dsim/basic/Makefile dsim/bom/Makefile @@ -483,6 +492,7 @@ test/airinv/Makefile test/rmol/Makefile test/simcrs/Makefile + test/travelccm/Makefile test/dsim/Makefile ) AC_OUTPUT Property changes on: trunk/dsim/test ___________________________________________________________________ Modified: svn:externals - samples https://stdair.svn.sourceforge.net/svnroot/stdair/trunk/stdair/test/samples stdair https://stdair.svn.sourceforge.net/svnroot/stdair/trunk/stdair/test/stdair airsched https://air-sched.svn.sourceforge.net/svnroot/air-sched/trunk/airsched/test/airsched airinv https://airinv.svn.sourceforge.net/svnroot/airinv/trunk/airinv/test/airinv rmol https://rmol.svn.sourceforge.net/svnroot/rmol/trunk/rmol/test/rmol simcrs https://simcrs.svn.sourceforge.net/svnroot/simcrs/trunk/simcrs/test/simcrs trademgen https://trademgen.svn.sourceforge.net/svnroot/trademgen/trunk/trademgen/test/trademgen + samples https://stdair.svn.sourceforge.net/svnroot/stdair/trunk/stdair/test/samples stdair https://stdair.svn.sourceforge.net/svnroot/stdair/trunk/stdair/test/stdair airsched https://air-sched.svn.sourceforge.net/svnroot/air-sched/trunk/airsched/test/airsched airinv https://airinv.svn.sourceforge.net/svnroot/airinv/trunk/airinv/test/airinv rmol https://rmol.svn.sourceforge.net/svnroot/rmol/trunk/rmol/test/rmol simcrs https://simcrs.svn.sourceforge.net/svnroot/simcrs/trunk/simcrs/test/simcrs trademgen https://trademgen.svn.sourceforge.net/svnroot/trademgen/trunk/trademgen/test/trademgen travelccm https://travel-ccm.svn.sourceforge.net/svnroot/travel-ccm/trunk/travelccm/test/travelccm Modified: trunk/dsim/test/Makefile.am =================================================================== --- trunk/dsim/test/Makefile.am 2009-12-30 15:14:59 UTC (rev 39) +++ trunk/dsim/test/Makefile.am 2009-12-30 16:08:23 UTC (rev 40) @@ -4,7 +4,8 @@ MAINTAINERCLEANFILES = Makefile.in ## -SUBDIRS = boost samples stdair trademgen airsched airinv rmol simcrs dsim +SUBDIRS = boost samples \ + stdair trademgen airsched airinv rmol simcrs travelccm dsim EXTRA_DIST = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |