From: stephan b. <sg...@us...> - 2004-12-24 23:06:37
|
Update of /cvsroot/pclasses/pclasses2/src/Unicode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8043/src/Unicode 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/Unicode/Makefile.toc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.toc 24 Dec 2004 12:44:02 -0000 1.4 +++ Makefile.toc 24 Dec 2004 23:06:27 -0000 1.5 @@ -18,13 +18,15 @@ CLEAN_FILES += $(OBJECTS) build_libs = 1 -LIBNAME = $(LIBPUNICODE_NAME) +LIBNAME = lib$(LIBPUNICODE_BASENAME) ifeq (1,$(build_libs)) STATIC_LIBS = $(LIBNAME) SHARED_LIBS = $(STATIC_LIBS) + SHARED_LIBS_LDADD = $(P_BACKLINK_LDADD) $(LIBPUNICODE_LDADD) $(LIBNAME)_a_OBJECTS = $(OBJECTS) $(LIBNAME)_so_OBJECTS = $($(LIBNAME)_a_OBJECTS) $(LIBNAME)_so_VERSION = $(PACKAGE_VERSION) +# $(LIBNAME)_so_LDADD = include $(TOC_MAKESDIR)/SHARED_LIBS.make include $(TOC_MAKESDIR)/STATIC_LIBS.make # Run targets STATIC_LIBS and SHARED_LIBS build these. |