[complement-svn] SF.net SVN: complement: [1868] trunk/complement/extern/custom
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2008-04-30 13:02:48
|
Revision: 1868 http://complement.svn.sourceforge.net/complement/?rev=1868&view=rev Author: complement Date: 2008-04-30 06:02:36 -0700 (Wed, 30 Apr 2008) Log Message: ----------- add example and sylog for fastcgi-daemon; custom build for Yandex Modified Paths: -------------- trunk/complement/extern/custom/fastcgi-daemon/library/Makefile.inc trunk/complement/extern/custom/fastcgi-daemon/main/Makefile trunk/complement/extern/custom/fastcgi-daemon/main/Makefile.inc trunk/complement/extern/custom/fcgi/libfcgi/Makefile.inc trunk/complement/extern/custom/fcgi/libfcgi++/Makefile.inc trunk/complement/extern/custom/log4cxx/src/Makefile.inc Added Paths: ----------- trunk/complement/extern/custom/fastcgi-daemon/example/ trunk/complement/extern/custom/fastcgi-daemon/example/Makefile trunk/complement/extern/custom/fastcgi-daemon/example/Makefile.inc trunk/complement/extern/custom/fastcgi-daemon/syslog/ trunk/complement/extern/custom/fastcgi-daemon/syslog/Makefile trunk/complement/extern/custom/fastcgi-daemon/syslog/Makefile.inc Property changes on: trunk/complement/extern/custom/fastcgi-daemon/example ___________________________________________________________________ Name: svn:ignore + obj Added: trunk/complement/extern/custom/fastcgi-daemon/example/Makefile =================================================================== --- trunk/complement/extern/custom/fastcgi-daemon/example/Makefile (rev 0) +++ trunk/complement/extern/custom/fastcgi-daemon/example/Makefile 2008-04-30 13:02:36 UTC (rev 1868) @@ -0,0 +1,9 @@ +# -*- makefile -*- Time-stamp: <08/04/29 11:15:40 yeti> + +SRCROOT := ../../../../explore +# POST_INSTALL = ln -sf ${SO_NAME} $(INSTALL_LIB_DIR)/libboost_date_time.so + +include Makefile.inc +include ${SRCROOT}/Makefiles/gmake/top.mak + +INCLUDES += -I${BOOST_INCLUDE_DIR} -I${FASTCGIDAEMON_SRC}/../include -I${FASTCGIDAEMON_SRC} -I../include -I/usr/include/libxml2 Added: trunk/complement/extern/custom/fastcgi-daemon/example/Makefile.inc =================================================================== --- trunk/complement/extern/custom/fastcgi-daemon/example/Makefile.inc (rev 0) +++ trunk/complement/extern/custom/fastcgi-daemon/example/Makefile.inc 2008-04-30 13:02:36 UTC (rev 1868) @@ -0,0 +1,9 @@ +# -*- makefile -*- Time-stamp: <08/04/29 11:13:44 yeti> + +FASTCGIDAEMON_SRC = /home/yeti/FCGID-1/library +LIBPREFIX = +LIBNAME = example +MAJOR = 0 +MINOR = 0 +PATCH = 0 +SRC_CPP = ${FASTCGIDAEMON_SRC}/../example/example.cpp Modified: trunk/complement/extern/custom/fastcgi-daemon/library/Makefile.inc =================================================================== --- trunk/complement/extern/custom/fastcgi-daemon/library/Makefile.inc 2008-04-29 14:12:55 UTC (rev 1867) +++ trunk/complement/extern/custom/fastcgi-daemon/library/Makefile.inc 2008-04-30 13:02:36 UTC (rev 1868) @@ -1,6 +1,6 @@ # -*- makefile -*- Time-stamp: <08/04/29 11:13:44 yeti> -FASTCGIDAEMON_SRC = /export/hostel/labs/FastCGI/fastcgi-daemon-FCGID-1/library +FASTCGIDAEMON_SRC = /home/yeti/FCGID-1/library LIBNAME = fastcgi-daemon MAJOR = 0 MINOR = 0 Modified: trunk/complement/extern/custom/fastcgi-daemon/main/Makefile =================================================================== --- trunk/complement/extern/custom/fastcgi-daemon/main/Makefile 2008-04-29 14:12:55 UTC (rev 1867) +++ trunk/complement/extern/custom/fastcgi-daemon/main/Makefile 2008-04-30 13:02:36 UTC (rev 1868) @@ -3,7 +3,7 @@ SRCROOT := ../../../../explore # POST_INSTALL = ln -sf ${SO_NAME} $(INSTALL_LIB_DIR)/libboost_date_time.so -FCGI_SRC = /export/hostel/labs/FastCGI/fcgi-2.4.0 +FCGI_SRC = /home/yeti/fcgi-2.4.0 include Makefile.inc include ${SRCROOT}/Makefiles/gmake/top.mak Modified: trunk/complement/extern/custom/fastcgi-daemon/main/Makefile.inc =================================================================== --- trunk/complement/extern/custom/fastcgi-daemon/main/Makefile.inc 2008-04-29 14:12:55 UTC (rev 1867) +++ trunk/complement/extern/custom/fastcgi-daemon/main/Makefile.inc 2008-04-30 13:02:36 UTC (rev 1868) @@ -1,6 +1,6 @@ # -*- makefile -*- Time-stamp: <08/04/29 11:20:02 yeti> -FASTCGIDAEMON_SRC = /export/hostel/labs/FastCGI/fastcgi-daemon-FCGID-1/library +FASTCGIDAEMON_SRC = /home/yeti/FCGID-1/library PRGNAME = fastcgi-daemon SRC_CPP = ${FASTCGIDAEMON_SRC}/../main/main.cpp \ ${FASTCGIDAEMON_SRC}/../main/server.cpp Property changes on: trunk/complement/extern/custom/fastcgi-daemon/syslog ___________________________________________________________________ Name: svn:ignore + obj Added: trunk/complement/extern/custom/fastcgi-daemon/syslog/Makefile =================================================================== --- trunk/complement/extern/custom/fastcgi-daemon/syslog/Makefile (rev 0) +++ trunk/complement/extern/custom/fastcgi-daemon/syslog/Makefile 2008-04-30 13:02:36 UTC (rev 1868) @@ -0,0 +1,9 @@ +# -*- makefile -*- Time-stamp: <08/04/29 11:15:40 yeti> + +SRCROOT := ../../../../explore +# POST_INSTALL = ln -sf ${SO_NAME} $(INSTALL_LIB_DIR)/libboost_date_time.so + +include Makefile.inc +include ${SRCROOT}/Makefiles/gmake/top.mak + +INCLUDES += -I${BOOST_INCLUDE_DIR} -I${FASTCGIDAEMON_SRC}/../include -I${FASTCGIDAEMON_SRC} -I../include -I/usr/include/libxml2 Added: trunk/complement/extern/custom/fastcgi-daemon/syslog/Makefile.inc =================================================================== --- trunk/complement/extern/custom/fastcgi-daemon/syslog/Makefile.inc (rev 0) +++ trunk/complement/extern/custom/fastcgi-daemon/syslog/Makefile.inc 2008-04-30 13:02:36 UTC (rev 1868) @@ -0,0 +1,9 @@ +# -*- makefile -*- Time-stamp: <08/04/29 11:13:44 yeti> + +FASTCGIDAEMON_SRC = /home/yeti/FCGID-1/library +LIBPREFIX = +LIBNAME = fastcgi-syslog +MAJOR = 0 +MINOR = 0 +PATCH = 0 +SRC_CPP = ${FASTCGIDAEMON_SRC}/../syslog/syslog-logger.cpp Modified: trunk/complement/extern/custom/fcgi/libfcgi/Makefile.inc =================================================================== --- trunk/complement/extern/custom/fcgi/libfcgi/Makefile.inc 2008-04-29 14:12:55 UTC (rev 1867) +++ trunk/complement/extern/custom/fcgi/libfcgi/Makefile.inc 2008-04-30 13:02:36 UTC (rev 1868) @@ -1,6 +1,6 @@ # -*- makefile -*- Time-stamp: <08/04/29 12:12:25 yeti> -FCGI_SRC = /export/hostel/labs/FastCGI/fcgi-2.4.0/libfcgi +FCGI_SRC = /home/yeti/fcgi-2.4.0/libfcgi LIBNAME = fcgi MAJOR = 2 MINOR = 4 Modified: trunk/complement/extern/custom/fcgi/libfcgi++/Makefile.inc =================================================================== --- trunk/complement/extern/custom/fcgi/libfcgi++/Makefile.inc 2008-04-29 14:12:55 UTC (rev 1867) +++ trunk/complement/extern/custom/fcgi/libfcgi++/Makefile.inc 2008-04-30 13:02:36 UTC (rev 1868) @@ -1,6 +1,6 @@ # -*- makefile -*- Time-stamp: <08/04/29 12:12:25 yeti> -FCGI_SRC = /export/hostel/labs/FastCGI/fcgi-2.4.0/libfcgi +FCGI_SRC = /home/yeti/fcgi-2.4.0/libfcgi LIBNAME = fcgi++ MAJOR = 2 MINOR = 4 Modified: trunk/complement/extern/custom/log4cxx/src/Makefile.inc =================================================================== --- trunk/complement/extern/custom/log4cxx/src/Makefile.inc 2008-04-29 14:12:55 UTC (rev 1867) +++ trunk/complement/extern/custom/log4cxx/src/Makefile.inc 2008-04-30 13:02:36 UTC (rev 1868) @@ -1,6 +1,6 @@ # -*- makefile -*- Time-stamp: <08/04/28 16:11:18 yeti> -LOG4CXX_SRC = /export/hostel/labs/FastCGI/log4cxx-0.9.7/src +LOG4CXX_SRC = /home/yeti/log4cxx-0.9.7/src LIBNAME = log4cxx MAJOR = 0 MINOR = 9 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |