Commit in slic on MAIN
GNUmakefile+5-11.20 -> 1.21
GNUmakefile.local.in+2-21.2 -> 1.3
+7-3
2 modified files
Set G4WORKDIR directory by PWD.

slic
GNUmakefile 1.20 -> 1.21
diff -u -r1.20 -r1.21
--- GNUmakefile	11 May 2005 00:43:45 -0000	1.20
+++ GNUmakefile	28 Jun 2005 21:16:58 -0000	1.21
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/GNUmakefile,v 1.20 2005/05/11 00:43:45 jeremy Exp $
+# $Header: /cvs/lcd/slic/GNUmakefile,v 1.21 2005/06/28 21:16:58 jeremy Exp $
 #
 # Makefile for SLIC simulation package based on examples GNUmakefile by G. Cosmo.
 #
@@ -10,6 +10,10 @@
 # external libs
 G4EXLIB  := true
 
+ifndef G4WORKDIR
+  G4WORKDIR := $(PWD)
+endif
+
 # default target
 .PHONY: all
 

slic
GNUmakefile.local.in 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- GNUmakefile.local.in	5 May 2005 02:13:32 -0000	1.2
+++ GNUmakefile.local.in	28 Jun 2005 21:16:58 -0000	1.3
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/GNUmakefile.local.in,v 1.2 2005/05/05 02:13:32 jeremy Exp $
+# $Header: /cvs/lcd/slic/GNUmakefile.local.in,v 1.3 2005/06/28 21:16:58 jeremy Exp $
 #
 # Local build settings generated by configure
 #
@@ -24,7 +24,7 @@
 # Geant4 standard vars
 G4INSTALL      = @G4_PREFIX@
 G4SYSTEM       = @G4SYSTEM@
-G4WORKDIR      = @G4WORKDIR@
+#G4WORKDIR      = @G4WORKDIR@
 
 # G4 flags could be defined here...
 
CVSspam 0.2.8