Thread: [complement-svn] SF.net SVN: complement: [1850] trunk/complement/explore/app/SMTP-tools/ scgen
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2008-04-23 05:50:38
|
Revision: 1850 http://complement.svn.sourceforge.net/complement/?rev=1850&view=rev Author: complement Date: 2008-04-22 22:50:35 -0700 (Tue, 22 Apr 2008) Log Message: ----------- compiled within complement source tree Modified Paths: -------------- trunk/complement/explore/app/SMTP-tools/scgen/Makefile Property Changed: ---------------- trunk/complement/explore/app/SMTP-tools/scgen/ Property changes on: trunk/complement/explore/app/SMTP-tools/scgen ___________________________________________________________________ Name: svn:ignore + obj Modified: trunk/complement/explore/app/SMTP-tools/scgen/Makefile =================================================================== --- trunk/complement/explore/app/SMTP-tools/scgen/Makefile 2008-04-23 05:45:02 UTC (rev 1849) +++ trunk/complement/explore/app/SMTP-tools/scgen/Makefile 2008-04-23 05:50:35 UTC (rev 1850) @@ -1,28 +1,11 @@ -# -*- Makefile -*- Time-stamp: <03/09/08 14:55:56 ptr> -# $Id: Makefile,v 1.1 2003/09/11 10:33:15 ptr Exp $ +# -*- Makefile -*- Time-stamp: <08/04/23 09:49:02 ptr> -SRCROOT := ../../../../extern/complement -COMPILER_NAME := gcc +SRCROOT := ../../.. -ALL_TAGS := dbg-shared - include Makefile.inc -include ${SRCROOT}/Makefiles/top.mak +include ${SRCROOT}/Makefiles/gmake/top.mak +INCLUDES += -I$(SRCROOT)/include -I$(BOOST_INCLUDE_DIR) -INCLUDES += -I$(SRCROOT)/include -I$(STLPORT_INCLUDE_DIR) -I$(BOOST_INCLUDE_DIR) -release-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -L${CoMT_LIB_DIR} -stldbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -L${CoMT_LIB_DIR_STLDBG} -dbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -L${CoMT_LIB_DIR_DBG} -ifeq ($(OSNAME),sunos) -release-shared : LDLIBS = -lstlport_gcc -lrt -stldbg-shared : LDLIBS = -lstlport_gcc_stldebug -lrt -dbg-shared : LDLIBS = -lstlport_gcc -lrt -else -release-shared : LDLIBS = -lstlport_gcc -stldbg-shared : LDLIBS = -lstlport_gcc_stldebug -dbg-shared : LDLIBS = -lstlport_gcc -endif - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <com...@us...> - 2008-04-23 06:24:03
|
Revision: 1851 http://complement.svn.sourceforge.net/complement/?rev=1851&view=rev Author: complement Date: 2008-04-22 23:23:55 -0700 (Tue, 22 Apr 2008) Log Message: ----------- compiled within complement source tree Modified Paths: -------------- trunk/complement/explore/app/SMTP-tools/scgen/scgen-dropconn/Makefile trunk/complement/explore/app/SMTP-tools/scgen/ut/Makefile Property Changed: ---------------- trunk/complement/explore/app/SMTP-tools/scgen/scgen-dropconn/ trunk/complement/explore/app/SMTP-tools/scgen/ut/ Property changes on: trunk/complement/explore/app/SMTP-tools/scgen/scgen-dropconn ___________________________________________________________________ Name: svn:ignore + obj Modified: trunk/complement/explore/app/SMTP-tools/scgen/scgen-dropconn/Makefile =================================================================== --- trunk/complement/explore/app/SMTP-tools/scgen/scgen-dropconn/Makefile 2008-04-23 05:50:35 UTC (rev 1850) +++ trunk/complement/explore/app/SMTP-tools/scgen/scgen-dropconn/Makefile 2008-04-23 06:23:55 UTC (rev 1851) @@ -1,28 +1,8 @@ -# -*- Makefile -*- Time-stamp: <03/09/08 14:55:56 ptr> -# $Id: Makefile,v 1.1 2003/10/07 10:50:16 ptr Exp $ +# -*- Makefile -*- Time-stamp: <08/04/23 10:17:12 ptr> -SRCROOT := ../../../../../extern/complement -COMPILER_NAME := gcc +SRCROOT := ../../../.. -ALL_TAGS := dbg-shared - include Makefile.inc -include ${SRCROOT}/Makefiles/top.mak +include ${SRCROOT}/Makefiles/gmake/top.mak - -INCLUDES += -I$(SRCROOT)/include -I$(STLPORT_INCLUDE_DIR) -I$(BOOST_INCLUDE_DIR) -I.. - -release-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -L${CoMT_LIB_DIR} -stldbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -L${CoMT_LIB_DIR_STLDBG} -dbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -L${CoMT_LIB_DIR_DBG} - -ifeq ($(OSNAME),sunos) -release-shared : LDLIBS = -lstlport_gcc -lrt -stldbg-shared : LDLIBS = -lstlport_gcc_stldebug -lrt -dbg-shared : LDLIBS = -lstlport_gcc -lrt -else -release-shared : LDLIBS = -lstlport_gcc -stldbg-shared : LDLIBS = -lstlport_gcc_stldebug -dbg-shared : LDLIBS = -lstlport_gcc -endif - +INCLUDES += -I$(SRCROOT)/include -I$(BOOST_INCLUDE_DIR) -I.. Property changes on: trunk/complement/explore/app/SMTP-tools/scgen/ut ___________________________________________________________________ Name: svn:ignore + obj Modified: trunk/complement/explore/app/SMTP-tools/scgen/ut/Makefile =================================================================== --- trunk/complement/explore/app/SMTP-tools/scgen/ut/Makefile 2008-04-23 05:50:35 UTC (rev 1850) +++ trunk/complement/explore/app/SMTP-tools/scgen/ut/Makefile 2008-04-23 06:23:55 UTC (rev 1851) @@ -1,28 +1,20 @@ -# -*- Makefile -*- Time-stamp: <03/09/09 12:54:58 ptr> -# $Id: Makefile,v 1.1 2003/09/11 10:34:11 ptr Exp $ +# -*- Makefile -*- Time-stamp: <08/04/23 10:21:52 ptr> -SRCROOT := ../../../../../extern/complement -COMPILER_NAME := gcc +SRCROOT := ../../../.. -ALL_TAGS := dbg-shared - include Makefile.inc -include ${SRCROOT}/Makefiles/top.mak +include ${SRCROOT}/Makefiles/gmake/top.mak +INCLUDES += -I$(SRCROOT)/include -I$(BOOST_INCLUDE_DIR) -I.. -INCLUDES += -I$(SRCROOT)/include -I$(STLPORT_INCLUDE_DIR) -I$(BOOST_INCLUDE_DIR) -I.. - -release-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -L${CoMT_LIB_DIR} -stldbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -L${CoMT_LIB_DIR_STLDBG} -dbg-shared: LDSEARCH = -L${STLPORT_LIB_DIR} -L${CoMT_LIB_DIR_DBG} - -ifeq ($(OSNAME),sunos) -release-shared : LDLIBS = -lstlport_gcc -lrt -stldbg-shared : LDLIBS = -lstlport_gcc_stldebug -lrt -dbg-shared : LDLIBS = -lstlport_gcc -lrt -else -release-shared : LDLIBS = -lstlport_gcc -lboost_test_utf_gcc -stldbg-shared : LDLIBS = -lstlport_gcc_stldebug -lboost_test_utf_gcc_stl-g -dbg-shared : LDLIBS = -lstlport_gcc -lboost_test_utf_gcc-g +release-shared: LDSEARCH += -L${CoMT_LIB_DIR} +dbg-shared: LDSEARCH += -L${CoMT_LIB_DIR_DBG} +ifndef WITHOUT_STLPORT +stldbg-shared: LDSEARCH += -L${CoMT_LIB_DIR_STLDBG} endif +release-shared : LDLIBS = -lboost_test_utf +dbg-shared : LDLIBS = -lboost_test_utfg +ifndef WITHOUT_STLPORT +stldbg-shared : LDLIBS = -lboost_test_utfstlg +endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |