source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/externals/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: 496 bytes
Line 
1# Makefile for externals
2# $Id: GNUmakefile 2807 2008-10-12 17:13:07Z naumov $
3# D. De Marco created Jan, 23 2002
4#
5
6ifndef ESAFINSTALL
7ESAFINSTALL = ../../..
8endif
9
10include $(ESAFINSTALL)/packages/config.gmk
11
12SUBDIRS = lowtran cfortran
13ifdef USE_SLAST77
14SUBDIRS += slast
15endif
16
17.PHONY: clean ocleandict bj lib tags doc
18
19lib clean obj tags:
20        @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $@); done;
21doc:
22        @echo Can not document fortran sources.
23
24cleandict:
25        @echo No dictionary here
26
27includes:
Note: See TracBrowser for help on using the repository browser.