From: stephan b. <sg...@us...> - 2005-02-26 16:50:08
|
Update of /cvsroot/pclasses/pclasses2/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21464 Modified Files: Makefile.toc Log Message: added missing subdir traversal Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/Makefile.toc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.toc 24 Dec 2004 12:44:00 -0000 1.2 +++ Makefile.toc 26 Feb 2005 16:49:58 -0000 1.3 @@ -1,16 +1,7 @@ #!/usr/bin/make -f -################################################### -# AUTO-GENERATED guess at a toc-aware Makefile, -# based off of the contents of directory: -# ./include -# Created by ./toc/bin/create_makefile_stubs.sh -# Thu Dec 23 01:31:56 CET 2004 -# It must be tweaked to suit your needs. -################################################### + include toc.make + SUBDIRS = pclasses -all: -################################################### -# end auto-generated rules -################################################### +all: subdirs |