| 
		
			
  | 
		|||
File indexing completed on 2025-11-04 09:30:14
0001 # -------------------------------------------------------------- 0002 # GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. 0003 # -------------------------------------------------------------- 0004 0005 name := OpNovice 0006 G4TARGET := $(name) 0007 G4EXLIB := true 0008 0009 ifndef G4INSTALL 0010 G4INSTALL = ../../.. 0011 endif 0012 0013 .PHONY: all 0014 all: lib bin 0015 ifndef XERCESCROOT 0016 @echo XERCESCROOT not defined! 0017 endif 0018 0019 include $(G4INSTALL)/config/binmake.gmk 0020 0021 visclean: 0022 rm -f g4*.prim g4*.eps g4*.wrl 0023 rm -f .DAWN_*
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] | 
| 
			 This page was automatically generated by the 2.3.7 LXR engine. The LXR team | 
		
			
   |