From: stephan b. <sg...@us...> - 2004-12-24 23:06:39
|
Update of /cvsroot/pclasses/pclasses2/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8043/src Modified Files: Makefile.toc Log Message: Mass commit: build fixes. Can now build tests using proper configure steps, at least on linux systems. Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/Makefile.toc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.toc 24 Dec 2004 12:44:01 -0000 1.6 +++ Makefile.toc 24 Dec 2004 23:06:26 -0000 1.7 @@ -2,7 +2,8 @@ include toc.make -SUBDIRS = Unicode System IO Util Net +SUBDIRS = Unicode IO System Util Net +# Plugins SOURCES = Alloc.cpp \ AtomicInt.gcc-x86.cpp \ @@ -18,7 +19,7 @@ CLEAN_FILES += $(OBJECTS) build_libs = 1 -LIBNAME = $(LIBPCORE_NAME) +LIBNAME = lib$(LIBPCORE_BASENAME) ifeq (1,$(build_libs)) STATIC_LIBS = $(LIBNAME) SHARED_LIBS = $(STATIC_LIBS) |