source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/detector/GNUmakefile @ 114

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

actual version of ESAF at CCin2p3

File size: 470 bytes
Line 
1# Dummy MakeFile
2# $Id: GNUmakefile 2856 2010-12-23 19:37:08Z biktem $
3# D. De Marco created Jan, 23 2002
4#
5
6ifndef ESAFINSTALL
7ESAFINSTALL = ../../..
8endif
9
10include $(ESAFINSTALL)/packages/config.gmk
11#include $(G4INSTALL)/config/binmake.gmk
12SUBDIRS = electronics optics tools
13
14ifdef G4INSTALL
15SUBDIRS += G4Detector
16endif
17
18.PHONY: clean cleandict obj lib tags doc
19
20lib includes clean cleandict obj tags doc:
21        @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $@); done;
22
23
Note: See TracBrowser for help on using the repository browser.