You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(622) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(303) |
Feb
(64) |
Mar
(5) |
Apr
(63) |
May
(82) |
Jun
(53) |
Jul
(50) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: stephan b. <sg...@us...> - 2004-12-23 00:19:07
|
Update of /cvsroot/pclasses/pclasses2/toc/make In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22948/toc/make Added Files: Makefile.toc Log Message: egg --- NEW FILE: Makefile.toc --- #!/usr/bin/make -f default: all include toc.make DIST_FILES += $(wildcard *.make *.at makerules.*) |
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 ################################################### |
From: stephan b. <sg...@us...> - 2004-12-23 00:19:07
|
Update of /cvsroot/pclasses/pclasses2/toc/tests/c In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22948/toc/tests/c Added Files: Makefile.toc Log Message: egg --- NEW FILE: Makefile.toc --- include toc.make DIST_FILES += $(wildcard *.c) all: |
From: stephan b. <sg...@us...> - 2004-12-23 00:19:06
|
Update of /cvsroot/pclasses/pclasses2/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22948/src 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: # ./src # 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 Unicode Util ############## 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 SOURCES = Alloc.cpp \ AtomicInt.gcc-x86.cpp \ ByteOrderTraits.cpp \ Char.cpp \ Exception.cpp \ IODevice.cpp \ LinkedItem.cpp \ String.cpp \ TextStream.cpp DIST_FILES += $(SOURCES) OBJECTS = Alloc.o \ AtomicInt.gcc-x86.o \ ByteOrderTraits.o \ Char.o \ Exception.o \ IODevice.o \ LinkedItem.o \ String.o \ TextStream.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 ################################################### |
From: stephan b. <sg...@us...> - 2004-12-23 00:19:03
|
Update of /cvsroot/pclasses/pclasses2/src/Unicode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22948/src/Unicode 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: # ./src/Unicode # 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 all: ################################################### # end auto-generated rules ################################################### |
From: stephan b. <sg...@us...> - 2004-12-23 00:19:02
|
Update of /cvsroot/pclasses/pclasses2/src/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22948/src/System 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: # ./src/System # 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 = timeout.h DIST_FILES += $(HEADERS) INSTALL_PACKAGE_HEADERS += $(HEADERS) SOURCES = Condition.posix.cpp \ Condition.solaris.cpp \ Condition.win32.cpp \ CriticalSection.cpp \ CriticalSection.generic.cpp \ CriticalSection.win32.cpp \ File.posix.cpp \ Mutex.cpp \ Mutex.posix.cpp \ Mutex.solaris.cpp \ Mutex.win32.cpp \ Pipe.posix.cpp \ Semaphore.posix.cpp \ Semaphore.sysv.cpp \ Semaphore.win32.cpp \ SharedLib.dl.cpp \ SharedLib.dyld.cpp \ SharedLib.shl.cpp \ SharedLib.win32.cpp \ SharedMemory.posix.cpp \ SharedMemory.sysv.cpp \ SystemError.cpp \ Thread.posix.cpp \ timeout.cpp DIST_FILES += $(SOURCES) OBJECTS = Condition.posix.o \ Condition.solaris.o \ Condition.win32.o \ CriticalSection.o \ CriticalSection.generic.o \ CriticalSection.win32.o \ File.posix.o \ Mutex.o \ Mutex.posix.o \ Mutex.solaris.o \ Mutex.win32.o \ Pipe.posix.o \ Semaphore.posix.o \ Semaphore.sysv.o \ Semaphore.win32.o \ SharedLib.dl.o \ SharedLib.dyld.o \ SharedLib.shl.o \ SharedLib.win32.o \ SharedMemory.posix.o \ SharedMemory.sysv.o \ SystemError.o \ Thread.posix.o \ timeout.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 ################################################### |
From: stephan b. <sg...@us...> - 2004-12-23 00:19:02
|
Update of /cvsroot/pclasses/pclasses2/src/Util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22948/src/Util 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: # ./src/Util # 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 SOURCES = ManagedThread.cpp \ ThreadPool.cpp \ WorkQueue.cpp DIST_FILES += $(SOURCES) OBJECTS = ManagedThread.o \ ThreadPool.o \ WorkQueue.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 ################################################### |
From: stephan b. <sg...@us...> - 2004-12-23 00:19:01
|
Update of /cvsroot/pclasses/pclasses2/src/Net In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22948/src/Net 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: # ./src/Net # 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 = SocketOption.h DIST_FILES += $(HEADERS) INSTALL_PACKAGE_HEADERS += $(HEADERS) SOURCES = InetAddress.cpp \ InetSocket.cpp \ NetworkAddress.cpp \ Socket.cpp DIST_FILES += $(SOURCES) OBJECTS = InetAddress.o \ InetSocket.o \ NetworkAddress.o \ Socket.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 ################################################### |
From: stephan b. <sg...@us...> - 2004-12-23 00:10:23
|
Update of /cvsroot/pclasses/pclasses2/toc/tests/c In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20901/tests/c Removed Files: Makefile Log Message: accidental commit - should not have been here --- Makefile DELETED --- |
From: stephan b. <sg...@us...> - 2004-12-23 00:10:23
|
Update of /cvsroot/pclasses/pclasses2/toc/sbin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20901/sbin Removed Files: Makefile Log Message: accidental commit - should not have been here --- Makefile DELETED --- |
From: stephan b. <sg...@us...> - 2004-12-23 00:10:23
|
Update of /cvsroot/pclasses/pclasses2/toc/tests/cpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20901/tests/cpp Removed Files: Makefile Log Message: accidental commit - should not have been here --- Makefile DELETED --- |
From: stephan b. <sg...@us...> - 2004-12-23 00:10:23
|
Update of /cvsroot/pclasses/pclasses2/toc/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20901/tests Removed Files: Makefile Log Message: accidental commit - should not have been here --- Makefile DELETED --- |
From: stephan b. <sg...@us...> - 2004-12-23 00:10:22
|
Update of /cvsroot/pclasses/pclasses2/toc/make In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20901/make Removed Files: Makefile Log Message: accidental commit - should not have been here --- Makefile DELETED --- |
From: stephan b. <sg...@us...> - 2004-12-23 00:10:20
|
Update of /cvsroot/pclasses/pclasses2/toc/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20901/bin Removed Files: Makefile Log Message: accidental commit - should not have been here --- Makefile DELETED --- |
From: stephan b. <sg...@us...> - 2004-12-23 00:09:25
|
Update of /cvsroot/pclasses/pclasses2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20394 Modified Files: configure.pclasses2 Log Message: mass commit: commit and toc files i missed... Index: configure.pclasses2 =================================================================== RCS file: /cvsroot/pclasses/pclasses2/configure.pclasses2,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- configure.pclasses2 22 Dec 2004 22:11:13 -0000 1.1 +++ configure.pclasses2 23 Dec 2004 00:08:42 -0000 1.2 @@ -80,7 +80,6 @@ # toc_test_require create_pkg-config_data - ###### stuff: toc_add_config BUILD_USER="$USER" toc_add_config BUILD_HOST=`hostname` @@ -89,8 +88,40 @@ toc_add_config PACKAGE_LICENSE="GNU LGPL" -##### close the config-filtered files: toc_test_require atfilter_file include/pclasses/pclasses_config.h.at include/pclasses/pclasses_config.h -toc_test_require toc_project_makefile +toc_boldecho "======================= Creating Makefiles..." + +make_out=${PWD}/.toc.Makefile +{ + cat <<EOF +#!/usr/bin/make -f +# Automatically generated by configure. +# Do not edit this file: put your code in Makefile.toc. +include Makefile.toc +DIST_FILES += Makefile.toc +DIST_FILES := \$(filter-out Makefile,\$(DIST_FILES)) +# ^^^^ toc automatically adds Makefile to DIST_FILES. +DISTCLEAN_FILES += Makefile +# ^^^^ todo +EOF +} > $make_out + +for m in $(find . -type f -name Makefile.toc | sort); do + nm=${m%%.toc} + echo -en "\t\t$nm ... " + cmp $make_out $nm &>/dev/null && { + echo -e "\r${TOC_EMOTICON_OKAY} up to date" +smile="" + continue + } + cp $make_out $nm || toc_die 1 "Could not write $nm!" + echo -e "\r${TOC_EMOTICON_OKAY} created" +done +rm $make_out +toc_boldecho "======================= ${TOC_EMOTICON_OKAY} Created Makefiles." return 0 + +##### close the config-filtered files: +toc_test_require toc_project_makefile +# ^^^^ this must come last. |
From: stephan b. <sg...@us...> - 2004-12-23 00:09:25
|
Update of /cvsroot/pclasses/pclasses2/toc/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20394/toc/bin Modified Files: Makefile Log Message: mass commit: commit and toc files i missed... Index: Makefile =================================================================== RCS file: /cvsroot/pclasses/pclasses2/toc/bin/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 22 Dec 2004 19:04:23 -0000 1.1 +++ Makefile 23 Dec 2004 00:08:43 -0000 1.2 @@ -1,16 +1,9 @@ -include toc.make - -DIST_FILES += atsign_parse \ - ccdv.c \ - cleanup_vars \ - getMakefileVar \ - install-sh \ - makedist \ - mkdep.c \ - relativePathToSharedMakefile \ - removeDupeArgs - - - -CLEAN_FILES += mkdep - +#!/usr/bin/make -f +# Automatically generated by configure. +# Do not edit this file: put your code in Makefile.toc. +include Makefile.toc +DIST_FILES += Makefile.toc +DIST_FILES := $(filter-out Makefile,$(DIST_FILES)) +# ^^^^ toc automatically adds Makefile to DIST_FILES. +DISTCLEAN_FILES += Makefile +# ^^^^ todo |
From: stephan b. <sg...@us...> - 2004-12-23 00:09:24
|
Update of /cvsroot/pclasses/pclasses2/toc/make In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20394/toc/make Modified Files: Makefile Log Message: mass commit: commit and toc files i missed... Index: Makefile =================================================================== RCS file: /cvsroot/pclasses/pclasses2/toc/make/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 22 Dec 2004 19:04:24 -0000 1.1 +++ Makefile 23 Dec 2004 00:08:43 -0000 1.2 @@ -1,6 +1,9 @@ #!/usr/bin/make -f -default: all -include toc.make - -DIST_FILES += $(wildcard *.make *.at makerules.*) - +# Automatically generated by configure. +# Do not edit this file: put your code in Makefile.toc. +include Makefile.toc +DIST_FILES += Makefile.toc +DIST_FILES := $(filter-out Makefile,$(DIST_FILES)) +# ^^^^ toc automatically adds Makefile to DIST_FILES. +DISTCLEAN_FILES += Makefile +# ^^^^ todo |
From: stephan b. <sg...@us...> - 2004-12-23 00:08:55
|
Update of /cvsroot/pclasses/pclasses2/toc/tests/cpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20394/toc/tests/cpp Modified Files: Makefile Log Message: mass commit: commit and toc files i missed... Index: Makefile =================================================================== RCS file: /cvsroot/pclasses/pclasses2/toc/tests/cpp/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 22 Dec 2004 19:06:08 -0000 1.1 +++ Makefile 23 Dec 2004 00:08:45 -0000 1.2 @@ -1,6 +1,9 @@ - -include toc.make - -DIST_FILES += $(wildcard *.cpp *.c) - -all: +#!/usr/bin/make -f +# Automatically generated by configure. +# Do not edit this file: put your code in Makefile.toc. +include Makefile.toc +DIST_FILES += Makefile.toc +DIST_FILES := $(filter-out Makefile,$(DIST_FILES)) +# ^^^^ toc automatically adds Makefile to DIST_FILES. +DISTCLEAN_FILES += Makefile +# ^^^^ todo |
From: stephan b. <sg...@us...> - 2004-12-23 00:08:54
|
Update of /cvsroot/pclasses/pclasses2/toc/tests/c In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20394/toc/tests/c Modified Files: Makefile Log Message: mass commit: commit and toc files i missed... Index: Makefile =================================================================== RCS file: /cvsroot/pclasses/pclasses2/toc/tests/c/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 22 Dec 2004 19:06:08 -0000 1.1 +++ Makefile 23 Dec 2004 00:08:45 -0000 1.2 @@ -1,6 +1,9 @@ - -include toc.make - -DIST_FILES += $(wildcard *.c) - -all: +#!/usr/bin/make -f +# Automatically generated by configure. +# Do not edit this file: put your code in Makefile.toc. +include Makefile.toc +DIST_FILES += Makefile.toc +DIST_FILES := $(filter-out Makefile,$(DIST_FILES)) +# ^^^^ toc automatically adds Makefile to DIST_FILES. +DISTCLEAN_FILES += Makefile +# ^^^^ todo |
From: stephan b. <sg...@us...> - 2004-12-23 00:08:54
|
Update of /cvsroot/pclasses/pclasses2/toc/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20394/toc/tests Modified Files: Makefile Log Message: mass commit: commit and toc files i missed... Index: Makefile =================================================================== RCS file: /cvsroot/pclasses/pclasses2/toc/tests/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 22 Dec 2004 19:04:25 -0000 1.1 +++ Makefile 23 Dec 2004 00:08:45 -0000 1.2 @@ -1,7 +1,9 @@ - -SUBDIRS = cpp c -include toc.make -DIST_FILES += $(wildcard *.sh *.at) - -all: subdirs - +#!/usr/bin/make -f +# Automatically generated by configure. +# Do not edit this file: put your code in Makefile.toc. +include Makefile.toc +DIST_FILES += Makefile.toc +DIST_FILES := $(filter-out Makefile,$(DIST_FILES)) +# ^^^^ toc automatically adds Makefile to DIST_FILES. +DISTCLEAN_FILES += Makefile +# ^^^^ todo |
From: stephan b. <sg...@us...> - 2004-12-23 00:08:53
|
Update of /cvsroot/pclasses/pclasses2/toc/sbin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20394/toc/sbin Modified Files: Makefile Log Message: mass commit: commit and toc files i missed... Index: Makefile =================================================================== RCS file: /cvsroot/pclasses/pclasses2/toc/sbin/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile 22 Dec 2004 19:04:25 -0000 1.1 +++ Makefile 23 Dec 2004 00:08:44 -0000 1.2 @@ -1,6 +1,9 @@ #!/usr/bin/make -f -include toc.make - -DIST_FILES += toc_core.sh toconfigure - - +# Automatically generated by configure. +# Do not edit this file: put your code in Makefile.toc. +include Makefile.toc +DIST_FILES += Makefile.toc +DIST_FILES := $(filter-out Makefile,$(DIST_FILES)) +# ^^^^ toc automatically adds Makefile to DIST_FILES. +DISTCLEAN_FILES += Makefile +# ^^^^ todo |
From: stephan b. <sg...@us...> - 2004-12-23 00:06:30
|
Update of /cvsroot/pclasses/pclasses2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19680 Added Files: configure Log Message: egg --- NEW FILE: configure --- #!/bin/sh # This is the toc-based configure script. If you use autotools they # will overwrite this file, which is fine. # CVS users: please do not commit an autotools-generated # configure over this one! exec ./configure.toc "$@" |
From: stephan b. <sg...@us...> - 2004-12-22 22:19:25
|
Update of /cvsroot/pclasses/pclasses2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24540 Modified Files: configure.toc Log Message: added TOC_CONFIGURE_SCRIPT kludge Index: configure.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/configure.toc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- configure.toc 22 Dec 2004 22:13:17 -0000 1.1 +++ configure.toc 22 Dec 2004 22:19:15 -0000 1.2 @@ -6,6 +6,8 @@ export PACKAGE_NAME=pclasses2 export PACKAGE_VERSION=2004.12.x +# Kludge to allow toc and autotools to coexist... +TOC_CONFIGURE_SCRIPT=${PWD}/configure.toc # toconfigure will call configure.${PACKAGE_NAME}, so package-specific # processing should be done there. |
From: stephan b. <sg...@us...> - 2004-12-22 22:18:49
|
Update of /cvsroot/pclasses/pclasses2/toc/sbin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24405 Modified Files: toconfigure Log Message: added TOC_CONFIGURE_SCRIPT, to allow client to specifify a script other than ./configure Index: toconfigure =================================================================== RCS file: /cvsroot/pclasses/pclasses2/toc/sbin/toconfigure,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- toconfigure 22 Dec 2004 19:04:25 -0000 1.1 +++ toconfigure 22 Dec 2004 22:18:32 -0000 1.2 @@ -34,7 +34,7 @@ echo "toconfigure: environment vars PACKAGE_NAME and PACKAGE_VERSION must be set." exit 1 } -configure=configure +configure=${TOC_CONFIGURE_SCRIPT-./configure} test -f "$configure" || { echo "toconfigure: could not find [$configure]!" exit 2 |
From: stephan b. <sg...@us...> - 2004-12-22 22:14:03
|
Update of /cvsroot/pclasses/pclasses2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23416 Added Files: find_toc.sh Log Message: egg --- NEW FILE: find_toc.sh --- #!/bin/bash test x = "x${TOC_HOME}" && { for d in $PWD/toc $PWD/../toc $HOME/toc /usr/share/toc /usr/local/share/toc; do test -e $d/sbin/toconfigure -a -e $d/bin/mkdep.c && { cd $d > /dev/null export TOC_HOME=$PWD cd - > /dev/null echo "Found TOC_HOME: ${TOC_HOME}" break } done } test x = "x${TOC_HOME}" && { cat <<EOF TOC_HOME does not point to a toc installation. Do one of the following: 1) set TOC_HOME to the path containing toc/bin and toc/sbin, e.g., export TOC_HOME=/path/to/toc 2) copy or symlink the 'toc' tree into this directory. If the original is called toc-VERSION, then name the copy/symlink 'toc'. EOF exit 1 } echo "Using TOC_HOME: ${TOC_HOME}" |