From: stephan b. <sg...@us...> - 2004-12-24 04:52:18
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5735/System Modified Files: Makefile.toc Log Message: mass commit: build tweaks/fixes Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/Makefile.toc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.toc 23 Dec 2004 00:18:59 -0000 1.1 +++ Makefile.toc 24 Dec 2004 04:52:04 -0000 1.2 @@ -1,25 +1,19 @@ +#!/usr/bin/make -f ################################################### # AUTO-GENERATED guess at a toc-aware Makefile, # based off of the contents of directory: # ./include/pclasses/System # Created by ./toc/bin/create_makefile_stubs.sh -# Wed Dec 22 23:10:45 CET 2004 +# Thu Dec 23 01:31:56 CET 2004 # It must be tweaked to suit your needs. ################################################### include toc.make ############## FLEXES: -# WARNING: FLEXES stuff only works for C++-based flexers -FLEXES = -FLEXES_ARGS = -+ -p -OBJECTS += -include $(TOC_MAKESDIR)/flex.make -# Run target FLEXES to process these. -# REMINDER: add the generated C++ files to your SOURCES, if needed. -############## /FLEXES HEADERS = Condition.h \ CriticalSection.h \ File.h \ Mutex.h \ + PathFinder.h \ Pipe.h \ Semaphore.h \ SharedLib.h \ @@ -27,6 +21,7 @@ SystemError.h \ Thread.h DIST_FILES += $(HEADERS) +INSTALL_PACKAGE_HEADERS_DEST = $(prefix)/include/pclasses/System INSTALL_PACKAGE_HEADERS += $(HEADERS) all: |