certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/RTIA CMakeLists.txt


From: certi-cvs
Subject: [certi-cvs] certi/RTIA CMakeLists.txt
Date: Wed, 07 May 2008 14:14:27 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Mathé <jmm>    08/05/07 14:14:27

Modified files:
        RTIA           : CMakeLists.txt 

Log message:
        Remove old comment garbage at the end of the file

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/RTIA/CMakeLists.txt?cvsroot=certi&r1=1.3&r2=1.4

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/RTIA/CMakeLists.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- CMakeLists.txt      25 Jun 2007 13:09:58 -0000      1.3
+++ CMakeLists.txt      7 May 2008 14:14:27 -0000       1.4
@@ -2,8 +2,6 @@
 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/libCERTI)
 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/libRTI)
 
-########### next target ###############
-
 SET(rtia_SRCS
   Communications.cc
   DataDistribution.cc
@@ -20,7 +18,6 @@
   TimeManagement.cc
   )
 
-
 ADD_EXECUTABLE(rtia ${rtia_SRCS})
 
 TARGET_LINK_LIBRARIES(rtia ${SOCKET_LIBRARY} ${LIBXML2_LIBRARIES} CERTI RTI)
@@ -29,35 +26,3 @@
     RUNTIME DESTINATION bin
     LIBRARY DESTINATION lib
     ARCHIVE DESTINATION lib)
-
-
-########### install files ###############
-
-
-#original Makefile.am contents follow:
-
-### $Id: CMakeLists.txt,v 1.3 2007/06/25 13:09:58 erk Exp $
-###
-### Process this file with automake to produce Makefile.in
-#
-## @configure_input@
-#
-#MAINTAINERCLEANFILES = Makefile.in
-#
-#INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/libCERTI   \
address@hidden@ @HAVE_XML@ @WITH_CYGWIN@
-#
-#bin_PROGRAMS = rtia
-#
-#noinst_HEADERS = Communications.hh DataDistribution.hh                        
\
-#DeclarationManagement.hh FederationManagement.hh Files.hh             \
-#ObjectManagement.hh OwnershipManagement.hh RTIA.hh Statistics.hh      \
-#TimeManagement.hh
-#
-#rtia_SOURCES = Communications.cc DataDistribution.cc                  \
-#DeclarationManagement.cc FederationManagement.cc Files.cc main.cc     \
-#ObjectManagement.cc OwnershipManagement.cc RTIA.cc RTIA_federate.cc   \
-#RTIA_network.cc Statistics.cc TimeManagement.cc
-#
-#LDADD = -L$(top_builddir)/libCERTI -lCERTI @ETR_SOCKET_LIBS@  \
address@hidden@ @LEXLIB@




reply via email to

[Prev in Thread] Current Thread [Next in Thread]