source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/generators/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: 410 bytes
Line 
1# MakeFile for event generators
2# $Id: GNUmakefile 2507 2006-02-24 18:33:44Z thea $
3# D. De Marco created Jan, 23 2002
4#
5
6ifndef ESAFINSTALL
7ESAFINSTALL = ../../../
8endif
9
10include $(ESAFINSTALL)/packages/config.gmk
11
12SUBDIRS = showers meteorites lightnings genbase
13
14.PHONY: clean cleandict obj lib tags doc
15
16lib includes clean cleandict obj tags doc:
17        @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $@); done;
Note: See TracBrowser for help on using the repository browser.