source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/externals/slast/src/init/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: 399 bytes
Line 
1# GNUmakefile for slast_init
2# $Id: GNUmakefile 322 2003-12-16 10:29:21Z naumov $
3# D. De Marco created Jan, 23 2002
4#
5
6name := slast_init
7
8ifndef ESAFINSTALL
9ESAFINSTALL = ../../../../../..
10endif
11
12include $(ESAFINSTALL)/packages/config.gmk
13
14CXXFLAGS = -I$(ESAFPACKAGES)/simulation/externals/slast/include
15CXXFLAGS += -I$(ESAFPACKAGES)/simulation/externals/lowtran/include
16
17include ../../common.gmk
Note: See TracBrowser for help on using the repository browser.