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 |