Commit in slic on MAIN
GNUmakefile+7-31.24 -> 1.25


slic
GNUmakefile 1.24 -> 1.25
diff -u -r1.24 -r1.25
--- GNUmakefile	7 Sep 2005 22:23:32 -0000	1.24
+++ GNUmakefile	7 Sep 2005 22:39:00 -0000	1.25
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/GNUmakefile,v 1.24 2005/09/07 22:23:32 jeremy Exp $
+# $Header: /cvs/lcd/slic/GNUmakefile,v 1.25 2005/09/07 22:39:00 jeremy Exp $
 #
 # Makefile for SLIC simulation package based on examples GNUmakefile by G. Cosmo.
 #
@@ -71,8 +71,8 @@
 # Geant4 binmake and special settings
 include $(MAKEINCLUDES)/geant4.gmk
 
-# This file only exists if configure ran successfully.
-check_config: $(SLIC_BASE)/include/PackageInfo.hh
+# These files only exist if configure ran successfully.
+check_config: $(SLIC_BASE)/GNUmakefile.local $(SLIC_BASE)/include/PackageInfo.hh
 
 lib_copy:
 	@if [ ! -e $(G4WORKDIR)/lib ]; then mkdir $(G4WORKDIR)/lib; fi
@@ -98,3 +98,7 @@
 
 test:
 	$(SLIC_BASE)/bin/$(G4SYSTEM)/$(name) -h
+
+distclean: clean
+	rm -v $(SLIC_BASE)/GNUmakefile.local
+	rm -v $(SLIC_BASE)/include/PackageInfo.hh
CVSspam 0.2.8