source: JEM-EUSO/esaf_lal/trunk/esaf/packages/simulation/detector/G4Detector/GNUmakefile @ 16

Last change on this file since 16 was 16, checked in by moretto, 11 years ago

Initial import of the january version of esaf

File size: 214 bytes
Line 
1
2ifdef G4INSTALL
3SUBDIRS = optics G4fresnellens
4endif
5
6.PHONY: clean cleandict obj lib tags doc all
7
8all: lib
9
10lib includes clean cleandict obj tags doc:
11        @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $@); done;
Note: See TracBrowser for help on using the repository browser.