Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-23 09:21:07

0001 include $(G4INSTALL)/config/sys/$(G4SYSTEM).gmk
0002 
0003 %.o: %.f
0004         @echo "Compiling $< with $(FC) ..."
0005         $(FC) -c $(FCFLAGS) -o $@ $< 
0006 
0007 initpydata.o : initpydata.f
0008 
0009 .PHONY: clean
0010 
0011 clean:
0012         @rm initpydata.o
0013