From: stephan b. <sg...@us...> - 2004-12-23 00:19:09
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22948/include/pclasses Added Files: Makefile.toc Log Message: egg --- NEW FILE: Makefile.toc --- ################################################### # AUTO-GENERATED guess at a toc-aware Makefile, # based off of the contents of directory: # ./include/pclasses # Created by ./toc/bin/create_makefile_stubs.sh # Wed Dec 22 23:10:45 CET 2004 # It must be tweaked to suit your needs. ################################################### include toc.make SUBDIRS = Net System Util DIST_FILES += pclasses_config.h.at ############## 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 = Algorithm.h \ Alloc.h \ Atomic.h \ AtomicTraits.h \ BasicTypes.h \ ByteOrderTraits.h \ Char.h \ CircularQueue.h \ Exception.h \ IntrusivePtr.h \ IntTypeLimits.h \ IntTypes.h \ IODevice.h \ LinkedItem.h \ List.h \ LockTraits.h \ NonCopyable.h \ Pair.h \ pclasses_config.h \ Queue.h \ ScopedArrayPtr.h \ ScopedPtr.h \ SharedPtr.h \ SourceInfo.h \ Stack.h \ String.h \ TextStream.h \ TypeTraits.h \ ValueType.h \ Vector.h DIST_FILES += $(HEADERS) INSTALL_PACKAGE_HEADERS += $(HEADERS) all: ################################################### # end auto-generated rules ################################################### |