source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/reconstruction/modules/slows/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: 382 bytes
Line 
1# MakeFile for reconstruction modules directory
2# $Id: GNUmakefile 2553 2006-03-10 17:30:52Z thea $
3#
4
5ifndef ESAFINSTALL
6ESAFINSTALL = ../../../../
7endif
8
9include $(ESAFINSTALL)/packages/config.gmk
10
11SUBDIRS =
12
13.PHONY: clean dict cleandep cleandict obj lib tags
14
15includes lib clean dict cleandep cleandict obj tags doc:
16        @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $@); done;
Note: See TracBrowser for help on using the repository browser.