From: stephan b. <sg...@us...> - 2005-02-26 16:53:46
|
Update of /cvsroot/pclasses/pclasses2/src/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22307 Modified Files: Makefile.toc Log Message: brought in sync with Makefile.am Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/System/Makefile.toc,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- Makefile.toc 18 Jan 2005 18:04:17 -0000 1.19 +++ Makefile.toc 26 Feb 2005 16:53:35 -0000 1.20 @@ -51,17 +51,24 @@ SOURCES_POSIX = \ Condition.posix.cpp \ Directory.posix.cpp \ + FdListener.posix.cpp \ File.posix.cpp \ FileInfo.posix.cpp \ + IOHandle.posix.cpp \ Mutex.posix.cpp \ Pipe.posix.cpp \ Process.posix.cpp \ Semaphore.posix.cpp \ SharedMemory.posix.cpp \ + SignalListener.posix.cpp \ SystemClock.posix.cpp \ Thread.posix.cpp \ ThreadKey.posix.cpp +SOURCES_LINUX = CdRomDevice.linux.cpp \ + Ps2Device.linux.cpp \ + SerialDevice.linux.cpp + SOURCES_WIN32 = Condition.win32.cpp \ CriticalSection.win32.cpp \ Mutex.win32.cpp \ @@ -75,6 +82,7 @@ BUILD_SOURCES = $(SOURCES_COMMON) BUILD_SOURCES += $(SOURCES_$(SOURCES_PLATFORM)) BUILD_SOURCES += $(SOURCES_SHAREDLIB) +BUILD_SOURCES += $(SOURCES_LINUX) ############################################## DIST_FILES += $(wildcard *.cpp *.h) |