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

Last change on this file since 1337 was 807, checked in by garnier, 16 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.