source: JEM-EUSO/esaf_cc_at_lal/packages/reconstruction/modules/base/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: 409 bytes
Line 
1# MakeFile for base modules directories
2# $Id: GNUmakefile 2633 2006-03-28 09:13:43Z thea $
3#
4
5ifndef ESAFINSTALL
6ESAFINSTALL = ../../../../
7endif
8
9include $(ESAFINSTALL)/packages/config.gmk
10
11SUBDIRS = background clustering irimages slowfastselect
12
13.PHONY: clean cleandict obj lib tags doc
14
15lib includes dict cleandep clean cleandict obj tags doc:
16        @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $@); done;
Note: See TracBrowser for help on using the repository browser.