|
From: stephan b. <sg...@us...> - 2004-12-24 01:14:26
|
Update of /cvsroot/pclasses/pclasses2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27520 Modified Files: Makefile.toc Log Message: added doc subdir Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/Makefile.toc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.toc 23 Dec 2004 00:29:20 -0000 1.1 +++ Makefile.toc 24 Dec 2004 01:14:17 -0000 1.2 @@ -1,13 +1,6 @@ -################################################### -# AUTO-GENERATED guess at a toc-aware Makefile, -# based off of the contents of directory: -# . -# Created by ./toc/bin/create_makefile_stubs.sh -# Thu Dec 23 01:26:47 CET 2004 -# It must be tweaked to suit your needs. -################################################### +#!/usr/bin/make -f include toc.make -SUBDIRS = AT include m4 src templates test toc +SUBDIRS = AT include m4 src templates test doc toc DIST_FILES += README \ NEWS \ ChangeLog \ @@ -15,16 +8,5 @@ autogen.sh \ find_toc.sh \ notes.txt -############## 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 -################################################### + +all: subdirs |