|
From: stephan b. <sg...@us...> - 2005-01-12 11:58:01
|
Update of /cvsroot/pclasses/pclasses2/src/XML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3822/src/XML Added Files: Makefile.toc Log Message: egg --- NEW FILE: Makefile.toc --- #!/usr/bin/make include toc.make SOURCES = $(wildcard *.cpp) OBJECTS = XMLParseError.o ifeq (1,$(PCLASSES_HAVE_lIBEXPAT)) OBJECTS += XMLPushParser.expat.cpp endif LIBNAME = lib$(LIBPXML_BASENAME) SHARED_LIBS = $(LIBNAME) $(LIBNAME)_so_LDADD = $(LIBPXML_LDADD) # -no-undefined $(LIBNAME)_so_VERSION = $(PACKAGE_VERSION) $(LIBNAME)_so_OBJECTS = $(OBJECTS) include $(TOC_MAKESDIR)/SHARED_LIBS.make all: SHARED_LIBS |