source:
trunk/examples/extended/eventgenerator/HepMC/HepMCEx02/external/GNUmakefile@
807
| Last change on this file since 807 was 807, checked in by , 17 years ago | |
|---|---|
| File size: 197 bytes | |
| Line | |
|---|---|
| 1 | include $(G4INSTALL)/config/sys/$(G4SYSTEM).gmk |
| 2 | |
| 3 | %.o: %.f |
| 4 | @echo "Compiling $< with $(FC) ..." |
| 5 | $(FC) -c $(FCFLAGS) -o $@ $< |
| 6 | |
| 7 | initpydata.o : initpydata.f |
| 8 | |
| 9 | .PHONY: clean |
| 10 | |
| 11 | clean: |
| 12 | @rm initpydata.o |
| 13 |
Note:
See TracBrowser
for help on using the repository browser.
