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
|