Thread: [complement-svn] SF.net SVN: complement: [1863] trunk/complement/extern/custom
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2008-04-28 17:15:56
|
Revision: 1863 http://complement.svn.sourceforge.net/complement/?rev=1863&view=rev Author: complement Date: 2008-04-28 09:56:16 -0700 (Mon, 28 Apr 2008) Log Message: ----------- log4cxx and fcgi custom builds Added Paths: ----------- trunk/complement/extern/custom/fcgi/ trunk/complement/extern/custom/fcgi/include/ trunk/complement/extern/custom/fcgi/include/fcgi_config.h trunk/complement/extern/custom/fcgi/libfcgi/ trunk/complement/extern/custom/fcgi/libfcgi/Makefile trunk/complement/extern/custom/fcgi/libfcgi/Makefile.inc trunk/complement/extern/custom/log4cxx/ trunk/complement/extern/custom/log4cxx/include/ trunk/complement/extern/custom/log4cxx/include/log4cxx/ trunk/complement/extern/custom/log4cxx/include/log4cxx/config_auto.h trunk/complement/extern/custom/log4cxx/src/ trunk/complement/extern/custom/log4cxx/src/Makefile trunk/complement/extern/custom/log4cxx/src/Makefile.inc Added: trunk/complement/extern/custom/fcgi/include/fcgi_config.h =================================================================== --- trunk/complement/extern/custom/fcgi/include/fcgi_config.h (rev 0) +++ trunk/complement/extern/custom/fcgi/include/fcgi_config.h 2008-04-28 16:56:16 UTC (rev 1863) @@ -0,0 +1,111 @@ +/* fcgi_config.h.in. Generated automatically from configure.in by autoheader. */ + +/* Define if you have the <arpa/inet.h> header file. */ +#define HAVE_ARPA_INET_H + +/* Define if you have the <dlfcn.h> header file. */ +#define HAVE_DLFCN_H + +/* Define if there's a fileno() prototype in stdio.h */ +#define HAVE_FILENO_PROTO + +/* Define if the fpos_t typedef is in stdio.h */ +#define HAVE_FPOS + +/* Define if you have the <inttypes.h> header file. */ +#undef HAVE_INTTYPES_H + +/* Define if cin/cout/cerr has a streambuf assignment operator */ +#undef HAVE_IOSTREAM_WITHASSIGN_STREAMBUF + +/* Define if you have the `nsl' library (-lnsl). */ +#undef HAVE_LIBNSL + +/* Define if you have the `socket' library (-lsocket). */ +#undef HAVE_LIBSOCKET + +/* Define if you have the <limits.h> header file. */ +#define HAVE_LIMITS_H + +/* Define if you have the <memory.h> header file. */ +#undef HAVE_MEMORY_H + +/* Define if you have the <netdb.h> header file. */ +#define HAVE_NETDB_H + +/* Define if you have the <netinet/in.h> header file. */ +#define HAVE_NETINET_IN_H + +/* Define if you have POSIX threads libraries and header files. */ +#define HAVE_PTHREAD + +/* Define if sockaddr_un in sys/un.h contains a sun_len component */ +#undef HAVE_SOCKADDR_UN_SUN_LEN + +/* Define if the socklen_t typedef is in sys/socket.h */ +#define HAVE_SOCKLEN + +/* Define if you have the <stdint.h> header file. */ +#undef HAVE_STDINT_H + +/* Define if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* Define if char_type is defined in the context of streambuf */ +#define HAVE_STREAMBUF_CHAR_TYPE + +/* Define if you have the `strerror' function. */ +#undef HAVE_STRERROR + +/* Define if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H + +/* Define if you have the <string.h> header file. */ +#undef HAVE_STRING_H + +/* Define if you have the <sys/param.h> header file. */ +#undef HAVE_SYS_PARAM_H + +/* Define if you have the <sys/socket.h> header file. */ +#define HAVE_SYS_SOCKET_H + +/* Define if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + +/* Define if you have the <sys/time.h> header file. */ +#define HAVE_SYS_TIME_H + +/* Define if you have the <sys/types.h> header file. */ +#define HAVE_SYS_TYPES_H + +/* Define if you have the <unistd.h> header file. */ +#define HAVE_UNISTD_H + +/* Define if va_arg(arg, long double) crashes the compiler */ +#undef HAVE_VA_ARG_LONG_DOUBLE_BUG + +/* Name of package */ +#undef PACKAGE + +/* Define to the necessary symbol if this constant uses a non-standard name on + your system. */ +#undef PTHREAD_CREATE_JOINABLE + +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define if cross-process locking is required by accept() */ +#undef USE_LOCKING + +/* Version number of package */ +#undef VERSION + +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const + +/* Define as `__inline' if that's what the C compiler calls it, or to nothing + if it is not supported. */ +#undef inline + +/* Define to `int' if <sys/types.h> does not define. */ +#undef ssize_t Property changes on: trunk/complement/extern/custom/fcgi/libfcgi ___________________________________________________________________ Name: svn:ignore + obj Added: trunk/complement/extern/custom/fcgi/libfcgi/Makefile =================================================================== --- trunk/complement/extern/custom/fcgi/libfcgi/Makefile (rev 0) +++ trunk/complement/extern/custom/fcgi/libfcgi/Makefile 2008-04-28 16:56:16 UTC (rev 1863) @@ -0,0 +1,9 @@ +# -*- makefile -*- Time-stamp: <08/04/28 19:39:18 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${FCGI_SRC}/../include -I../include Added: trunk/complement/extern/custom/fcgi/libfcgi/Makefile.inc =================================================================== --- trunk/complement/extern/custom/fcgi/libfcgi/Makefile.inc (rev 0) +++ trunk/complement/extern/custom/fcgi/libfcgi/Makefile.inc 2008-04-28 16:56:16 UTC (rev 1863) @@ -0,0 +1,10 @@ +# -*- makefile -*- Time-stamp: <08/04/28 19:49:29 yeti> + +FCGI_SRC = /export/hostel/labs/FastCGI/fcgi-2.4.0/libfcgi +LIBNAME = fcgi +MAJOR = 2 +MINOR = 4 +PATCH = 0 +SRC_C = ${FCGI_SRC}/fcgiapp.c \ + ${FCGI_SRC}/fcgi_stdio.c \ + ${FCGI_SRC}/os_unix.c Added: trunk/complement/extern/custom/log4cxx/include/log4cxx/config_auto.h =================================================================== --- trunk/complement/extern/custom/log4cxx/include/log4cxx/config_auto.h (rev 0) +++ trunk/complement/extern/custom/log4cxx/include/log4cxx/config_auto.h 2008-04-28 16:56:16 UTC (rev 1863) @@ -0,0 +1,142 @@ +/* include/log4cxx/config_auto.h.in. Generated from configure.in by autoheader. */ + +/* Define to 1 if you have the <alloca.h> header file. */ +#undef HAVE_ALLOCA_H + +/* Define to 1 if you have the <boost/regex.hpp> header file. */ +#define HAVE_BOOST_REGEX_HPP + +/* SMTP support through Microsoft CDO. */ +#undef HAVE_CDO_SMTP + +/* Define to 1 if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the `ftime' function. */ +#undef HAVE_FTIME + +/* Define to 1 if you have the `gethostbyname' function. */ +#define HAVE_GETHOSTBYNAME + +/* Define to 1 if you have the `gettimeofday' function. */ +#define HAVE_GETTIMEOFDAY + +/* Define to 1 if you have the <inttypes.h> header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the <io.h> header file. */ +#undef HAVE_IO_H + +/* ODBC support through iODBC. */ +#undef HAVE_I_ODBC + +/* Define to 1 if you have the `boost_regex' library (-lboost_regex). */ +#undef HAVE_LIBBOOST_REGEX + +/* Define to 1 if you have the `nsl' library (-lnsl). */ +#undef HAVE_LIBNSL + +/* SMTP support through libsmtp library. */ +#undef HAVE_LIBSMTP + +/* Define to 1 if you have the `smtp_mime' library (-lsmtp_mime). */ +#undef HAVE_LIBSMTP_MIME + +/* Define to 1 if you have the `socket' library (-lsocket). */ +#undef HAVE_LIBSOCKET + +/* XML support through libxml2. */ +#define HAVE_LIBXML2 + +/* Define to 1 if you have the <memory.h> header file. */ +#undef HAVE_MEMORY_H + +/* ODBC support through Microsoft ODBC. */ +#undef HAVE_MS_ODBC + +/* thread support through Microsoft threads. */ +#undef HAVE_MS_THREAD + +/* ODBC support through Microsoft XML. */ +#undef HAVE_MS_XML + +/* no explicit exports */ +#define LOG4CXX_EXPORT + +/* ODBC support */ +#undef HAVE_ODBC + +/* thread support through pthread library. */ +#define HAVE_PTHREAD + +/* Define to 1 if you have the `setenv' function. */ +#define HAVE_SETENV + +/* Define to 1 if you have the `setsockopt' function. */ +#undef HAVE_SETSOCKOPT + +/* SMTP support */ +/* #define HAVE_SMTP */ + +/* Define to 1 if you have the <stdint.h> header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the <string.h> header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the `syslog' function. */ +#define HAVE_SYSLOG + +/* Define to 1 if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + +/* thread support */ +#undef HAVE_THREAD + +/* Define to 1 if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H + +/* ODBC support through unixODBC. */ +#undef HAVE_UNIX_ODBC + +/* XML support */ +#define HAVE_XML + +/* Defined to 1 if macro _T has to be undefined */ +#undef MUST_UNDEF_T + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* UTF-16 Unicode support. */ +#undef UNICODE + +/* Version number of package */ +#undef VERSION Property changes on: trunk/complement/extern/custom/log4cxx/include/log4cxx/config_auto.h ___________________________________________________________________ Name: svn:executable + * Property changes on: trunk/complement/extern/custom/log4cxx/src ___________________________________________________________________ Name: svn:ignore + obj Added: trunk/complement/extern/custom/log4cxx/src/Makefile =================================================================== --- trunk/complement/extern/custom/log4cxx/src/Makefile (rev 0) +++ trunk/complement/extern/custom/log4cxx/src/Makefile 2008-04-28 16:56:16 UTC (rev 1863) @@ -0,0 +1,9 @@ +# -*- makefile -*- Time-stamp: <08/04/28 16:32:55 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${LOG4CXX_SRC}/../include -I../include -I/usr/include/libxml2 Added: trunk/complement/extern/custom/log4cxx/src/Makefile.inc =================================================================== --- trunk/complement/extern/custom/log4cxx/src/Makefile.inc (rev 0) +++ trunk/complement/extern/custom/log4cxx/src/Makefile.inc 2008-04-28 16:56:16 UTC (rev 1863) @@ -0,0 +1,89 @@ +# -*- makefile -*- Time-stamp: <08/04/28 16:11:18 yeti> + +LOG4CXX_SRC = /export/hostel/labs/FastCGI/log4cxx-0.9.7/src +LIBNAME = log4cxx +MAJOR = 0 +MINOR = 9 +PATCH = 7 +SRC_CPP = ${LOG4CXX_SRC}/appenderattachableimpl.cpp \ + ${LOG4CXX_SRC}/appenderskeleton.cpp \ + ${LOG4CXX_SRC}/asyncappender.cpp \ + ${LOG4CXX_SRC}/basicconfigurator.cpp \ + ${LOG4CXX_SRC}/boundedfifo.cpp \ + ${LOG4CXX_SRC}/class.cpp \ + ${LOG4CXX_SRC}/condition.cpp \ + ${LOG4CXX_SRC}/configurator.cpp \ + ${LOG4CXX_SRC}/consoleappender.cpp \ + ${LOG4CXX_SRC}/criticalsection.cpp \ + ${LOG4CXX_SRC}/cyclicbuffer.cpp \ + ${LOG4CXX_SRC}/dailyrollingfileappender.cpp \ + ${LOG4CXX_SRC}/datagrampacket.cpp \ + ${LOG4CXX_SRC}/datagramsocket.cpp \ + ${LOG4CXX_SRC}/datelayout.cpp \ + ${LOG4CXX_SRC}/dateformat.cpp \ + ${LOG4CXX_SRC}/defaultcategoryfactory.cpp \ + ${LOG4CXX_SRC}/domconfigurator.cpp \ + ${LOG4CXX_SRC}/event.cpp \ + ${LOG4CXX_SRC}/fallbackerrorhandler.cpp \ + ${LOG4CXX_SRC}/fileappender.cpp \ + ${LOG4CXX_SRC}/filewatchdog.cpp \ + ${LOG4CXX_SRC}/formattinginfo.cpp \ + ${LOG4CXX_SRC}/gnomexml.cpp \ + ${LOG4CXX_SRC}/hierarchy.cpp \ + ${LOG4CXX_SRC}/htmllayout.cpp \ + ${LOG4CXX_SRC}/inetaddress.cpp \ + ${LOG4CXX_SRC}/layout.cpp\ + ${LOG4CXX_SRC}/level.cpp \ + ${LOG4CXX_SRC}/levelmatchfilter.cpp \ + ${LOG4CXX_SRC}/levelrangefilter.cpp \ + ${LOG4CXX_SRC}/loader.cpp\ + ${LOG4CXX_SRC}/locale.cpp\ + ${LOG4CXX_SRC}/logger.cpp \ + ${LOG4CXX_SRC}/loggingevent.cpp \ + ${LOG4CXX_SRC}/loglog.cpp \ + ${LOG4CXX_SRC}/logmanager.cpp \ + ${LOG4CXX_SRC}/msxml.cpp \ + ${LOG4CXX_SRC}/mutex.cpp \ + ${LOG4CXX_SRC}/ndc.cpp \ + ${LOG4CXX_SRC}/mdc.cpp \ + ${LOG4CXX_SRC}/nteventlogappender.cpp \ + ${LOG4CXX_SRC}/objectimpl.cpp \ + ${LOG4CXX_SRC}/odbcappender.cpp \ + ${LOG4CXX_SRC}/onlyonceerrorhandler.cpp \ + ${LOG4CXX_SRC}/optionconverter.cpp \ + ${LOG4CXX_SRC}/patternconverter.cpp \ + ${LOG4CXX_SRC}/patternlayout.cpp \ + ${LOG4CXX_SRC}/patternparser.cpp \ + ${LOG4CXX_SRC}/properties.cpp \ + ${LOG4CXX_SRC}/propertyconfigurator.cpp \ + ${LOG4CXX_SRC}/propertyresourcebundle.cpp \ + ${LOG4CXX_SRC}/propertysetter.cpp \ + ${LOG4CXX_SRC}/resourcebundle.cpp \ + ${LOG4CXX_SRC}/rollingfileappender.cpp \ + ${LOG4CXX_SRC}/rootcategory.cpp \ + ${LOG4CXX_SRC}/serversocket.cpp \ + ${LOG4CXX_SRC}/semaphore.cpp \ + ${LOG4CXX_SRC}/simplelayout.cpp \ + ${LOG4CXX_SRC}/smtpappender.cpp \ + ${LOG4CXX_SRC}/socket.cpp \ + ${LOG4CXX_SRC}/socketappender.cpp \ + ${LOG4CXX_SRC}/sockethubappender.cpp \ + ${LOG4CXX_SRC}/socketimpl.cpp \ + ${LOG4CXX_SRC}/socketinputstream.cpp \ + ${LOG4CXX_SRC}/socketnode.cpp \ + ${LOG4CXX_SRC}/socketoutputstream.cpp \ + ${LOG4CXX_SRC}/stringhelper.cpp \ + ${LOG4CXX_SRC}/stringmatchfilter.cpp \ + ${LOG4CXX_SRC}/stringtokenizer.cpp \ + ${LOG4CXX_SRC}/syslogappender.cpp \ + ${LOG4CXX_SRC}/syslogwriter.cpp \ + ${LOG4CXX_SRC}/system.cpp \ + ${LOG4CXX_SRC}/telnetappender.cpp \ + ${LOG4CXX_SRC}/timezone.cpp \ + ${LOG4CXX_SRC}/transform.cpp \ + ${LOG4CXX_SRC}/thread.cpp \ + ${LOG4CXX_SRC}/threadspecificdata.cpp \ + ${LOG4CXX_SRC}/ttcclayout.cpp \ + ${LOG4CXX_SRC}/writerappender.cpp \ + ${LOG4CXX_SRC}/xmllayout.cpp\ + ${LOG4CXX_SRC}/xmlsocketappender.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <com...@us...> - 2008-04-29 09:22:27
|
Revision: 1864 http://complement.svn.sourceforge.net/complement/?rev=1864&view=rev Author: complement Date: 2008-04-29 02:22:25 -0700 (Tue, 29 Apr 2008) Log Message: ----------- custom for libfcgi++ and fastcgi-daemon Modified Paths: -------------- trunk/complement/extern/custom/fcgi/libfcgi/Makefile.inc Added Paths: ----------- trunk/complement/extern/custom/fastcgi-daemon/ trunk/complement/extern/custom/fastcgi-daemon/include/ trunk/complement/extern/custom/fastcgi-daemon/include/settings.h trunk/complement/extern/custom/fastcgi-daemon/library/ trunk/complement/extern/custom/fastcgi-daemon/library/Makefile trunk/complement/extern/custom/fastcgi-daemon/library/Makefile.inc trunk/complement/extern/custom/fastcgi-daemon/main/ trunk/complement/extern/custom/fastcgi-daemon/main/Makefile trunk/complement/extern/custom/fastcgi-daemon/main/Makefile.inc trunk/complement/extern/custom/fcgi/libfcgi++/ trunk/complement/extern/custom/fcgi/libfcgi++/Makefile trunk/complement/extern/custom/fcgi/libfcgi++/Makefile.inc Added: trunk/complement/extern/custom/fastcgi-daemon/include/settings.h =================================================================== --- trunk/complement/extern/custom/fastcgi-daemon/include/settings.h (rev 0) +++ trunk/complement/extern/custom/fastcgi-daemon/include/settings.h 2008-04-29 09:22:25 UTC (rev 1864) @@ -0,0 +1,7 @@ + +#ifndef __SETTINGS_H +#define __SETTINGS_H + +#define HAVE_STLPORT_HASHMAP + +#endif // __SETTINGS_H Property changes on: trunk/complement/extern/custom/fastcgi-daemon/library ___________________________________________________________________ Name: svn:ignore + obj Added: trunk/complement/extern/custom/fastcgi-daemon/library/Makefile =================================================================== --- trunk/complement/extern/custom/fastcgi-daemon/library/Makefile (rev 0) +++ trunk/complement/extern/custom/fastcgi-daemon/library/Makefile 2008-04-29 09:22:25 UTC (rev 1864) @@ -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/library/Makefile.inc =================================================================== --- trunk/complement/extern/custom/fastcgi-daemon/library/Makefile.inc (rev 0) +++ trunk/complement/extern/custom/fastcgi-daemon/library/Makefile.inc 2008-04-29 09:22:25 UTC (rev 1864) @@ -0,0 +1,27 @@ +# -*- makefile -*- Time-stamp: <08/04/29 11:13:44 yeti> + +FASTCGIDAEMON_SRC = /export/hostel/labs/FastCGI/fastcgi-daemon-FCGID-1/library +LIBNAME = fastcgi-daemon +MAJOR = 0 +MINOR = 0 +PATCH = 0 +SRC_CPP = ${FASTCGIDAEMON_SRC}/component.cpp \ + ${FASTCGIDAEMON_SRC}/config.cpp \ + ${FASTCGIDAEMON_SRC}/cookie.cpp \ + ${FASTCGIDAEMON_SRC}/except.cpp \ + ${FASTCGIDAEMON_SRC}/functors.cpp \ + ${FASTCGIDAEMON_SRC}/handler.cpp \ + ${FASTCGIDAEMON_SRC}/handlerset.cpp \ + ${FASTCGIDAEMON_SRC}/helpers.cpp \ + ${FASTCGIDAEMON_SRC}/loader.cpp \ + ${FASTCGIDAEMON_SRC}/logger.cpp \ + ${FASTCGIDAEMON_SRC}/parser.cpp \ + ${FASTCGIDAEMON_SRC}/range.cpp \ + ${FASTCGIDAEMON_SRC}/request.cpp \ + ${FASTCGIDAEMON_SRC}/requestimpl.cpp \ + ${FASTCGIDAEMON_SRC}/stream.cpp \ + ${FASTCGIDAEMON_SRC}/util.cpp \ + ${FASTCGIDAEMON_SRC}/xml.cpp \ + ${FASTCGIDAEMON_SRC}/componentset.cpp \ + ${FASTCGIDAEMON_SRC}/component_factory.cpp \ + ${FASTCGIDAEMON_SRC}/component_context.cpp Property changes on: trunk/complement/extern/custom/fastcgi-daemon/main ___________________________________________________________________ Name: svn:ignore + obj Added: trunk/complement/extern/custom/fastcgi-daemon/main/Makefile =================================================================== --- trunk/complement/extern/custom/fastcgi-daemon/main/Makefile (rev 0) +++ trunk/complement/extern/custom/fastcgi-daemon/main/Makefile 2008-04-29 09:22:25 UTC (rev 1864) @@ -0,0 +1,15 @@ +# -*- makefile -*- Time-stamp: <08/04/29 12:25:34 yeti> + +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 + +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 -I${FCGI_SRC}/include + +release-shared: LDLIBS += -L../../boost/libs/thread/${OUTPUT_DIR} -lboost_thread -L../../boost/libs/regex/${OUTPUT_DIR} -lboost_regex -L../../fcgi/libfcgi/${OUTPUT_DIR} -lfcgi -L../../fcgi/libfcgi++/${OUTPUT_DIR} -lfcgi++ -L../library/${OUTPUT_DIR} -lfastcgi-daemon -ldl -lxml2 + +# \ No newline at end of file Added: trunk/complement/extern/custom/fastcgi-daemon/main/Makefile.inc =================================================================== --- trunk/complement/extern/custom/fastcgi-daemon/main/Makefile.inc (rev 0) +++ trunk/complement/extern/custom/fastcgi-daemon/main/Makefile.inc 2008-04-29 09:22:25 UTC (rev 1864) @@ -0,0 +1,6 @@ +# -*- makefile -*- Time-stamp: <08/04/29 11:20:02 yeti> + +FASTCGIDAEMON_SRC = /export/hostel/labs/FastCGI/fastcgi-daemon-FCGID-1/library +PRGNAME = fastcgi-daemon +SRC_CPP = ${FASTCGIDAEMON_SRC}/../main/main.cpp \ + ${FASTCGIDAEMON_SRC}/../main/server.cpp Modified: trunk/complement/extern/custom/fcgi/libfcgi/Makefile.inc =================================================================== --- trunk/complement/extern/custom/fcgi/libfcgi/Makefile.inc 2008-04-28 16:56:16 UTC (rev 1863) +++ trunk/complement/extern/custom/fcgi/libfcgi/Makefile.inc 2008-04-29 09:22:25 UTC (rev 1864) @@ -1,4 +1,4 @@ -# -*- makefile -*- Time-stamp: <08/04/28 19:49:29 yeti> +# -*- makefile -*- Time-stamp: <08/04/29 12:12:25 yeti> FCGI_SRC = /export/hostel/labs/FastCGI/fcgi-2.4.0/libfcgi LIBNAME = fcgi Property changes on: trunk/complement/extern/custom/fcgi/libfcgi++ ___________________________________________________________________ Name: svn:ignore + obj Added: trunk/complement/extern/custom/fcgi/libfcgi++/Makefile =================================================================== --- trunk/complement/extern/custom/fcgi/libfcgi++/Makefile (rev 0) +++ trunk/complement/extern/custom/fcgi/libfcgi++/Makefile 2008-04-29 09:22:25 UTC (rev 1864) @@ -0,0 +1,9 @@ +# -*- makefile -*- Time-stamp: <08/04/28 19:39:18 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${FCGI_SRC}/../include -I../include Added: trunk/complement/extern/custom/fcgi/libfcgi++/Makefile.inc =================================================================== --- trunk/complement/extern/custom/fcgi/libfcgi++/Makefile.inc (rev 0) +++ trunk/complement/extern/custom/fcgi/libfcgi++/Makefile.inc 2008-04-29 09:22:25 UTC (rev 1864) @@ -0,0 +1,8 @@ +# -*- makefile -*- Time-stamp: <08/04/29 12:12:25 yeti> + +FCGI_SRC = /export/hostel/labs/FastCGI/fcgi-2.4.0/libfcgi +LIBNAME = fcgi++ +MAJOR = 2 +MINOR = 4 +PATCH = 0 +SRC_CPP = ${FCGI_SRC}/fcgio.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |