source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/detector/G4Detector/GNUmakefile @ 117

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

ESAF version compilable on mac OS

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.