source: trunk/examples/extended/eventgenerator/HepMC/HepMCEx01/external/GNUmakefile@ 807

Last change on this file since 807 was 807, checked in by garnier, 17 years ago

update

File size: 197 bytes
Line 
1include $(G4INSTALL)/config/sys/$(G4SYSTEM).gmk
2
3%.o: %.f
4 @echo "Compiling $< with $(FC) ..."
5 $(FC) -c $(FCFLAGS) -o $@ $<
6
7initpydata.o : initpydata.f
8
9.PHONY: clean
10
11clean:
12 @rm initpydata.o
13
Note: See TracBrowser for help on using the repository browser.