From: Christian P. <cp...@us...> - 2005-01-17 22:51:32
|
Update of /cvsroot/pclasses/pclasses2/src/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1865/src/System Modified Files: Makefile.am Log Message: Added build export macros. Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/System/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.am 16 Jan 2005 01:59:18 -0000 1.8 +++ Makefile.am 17 Jan 2005 22:50:39 -0000 1.9 @@ -69,6 +69,8 @@ Time_Sources = SystemClock.win32.cpp endif +#EventLoop_Sources = EventLoop.select.cpp + EXTRA_DIST = CriticalSection.generic.cpp CriticalSection.win32.cpp \ Mutex.solaris.cpp Mutex.posix.cpp Mutex.win32.cpp SharedMemory.sysv.cpp \ SharedMemory.posix.cpp SharedMemory.win32.cpp @@ -78,11 +80,14 @@ lib_LTLIBRARIES = libpclasses_system.la +CPPFLAGS = -DPSYSTEM_BUILD + libpclasses_system_la_SOURCES = timeout.cpp SystemError.cpp \ CriticalSection.cpp Mutex.cpp $(Thread_Sources) \ $(Semaphore_Sources) $(SharedMem_Sources) $(SharedLib_Sources) \ SharedLib.common.cpp FileInfo.common.cpp ProcessIO.cpp Process.common.cpp \ - $(IO_Sources) $(Time_Sources) PathFinder.cpp + $(IO_Sources) $(Time_Sources) PathFinder.cpp +# EventLoop.common.cpp $(EventLoop_Sources) libpclasses_system_la_LDFLAGS = -no-undefined |