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
|