From: stephan b. <sg...@us...> - 2004-12-23 00:19:07
|
Update of /cvsroot/pclasses/pclasses2/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22948/test 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: # ./test # 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 ############## 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 = Test.h DIST_FILES += $(HEADERS) INSTALL_PACKAGE_HEADERS += $(HEADERS) SOURCES = IntTypeTest.cpp \ ListTest.cpp \ PtrTest.cpp \ QueueTest.cpp \ StackTest.cpp \ ThreadTest.cpp DIST_FILES += $(SOURCES) OBJECTS = IntTypeTest.o \ ListTest.o \ PtrTest.o \ QueueTest.o \ StackTest.o \ ThreadTest.o CLEAN_FILES += $(OBJECTS) build_libs = 0 ifeq (1,$(build_libs)) STATIC_LIBS = thislib thislib_a_OBJECTS = $(OBJECTS) thislib_so_OBJECTS = $(thislib_a_OBJECTS) # thislib_so_VERSION = $(PACKAGE_VERSION) include $(TOC_MAKESDIR)/SHARED_LIBS.make include $(TOC_MAKESDIR)/STATIC_LIBS.make # Run targets STATIC_LIBS and SHARED_LIBS build these. endif build_bins = 0 ifeq (1,$(build_bins)) BIN_PROGRAMS = thisbin thisbin_bin_OBJECTS = $(OBJECTS) include $(TOC_MAKESDIR)/BIN_PROGRAMS.make INSTALL_BINS += $(BIN_PROGRAMS) # Run target BIN_PROGRAMS to build these. endif all: ################################################### # end auto-generated rules ################################################### |