source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/reconstruction/modules/base/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: 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.