source: PSPA/madxPSPA/Makefile_cpp @ 476

Last change on this file since 476 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 622 bytes
Line 
1# |
2# o---------------------------------------------------------------------o
3# |
4# | MAD makefile - C preprocessing settings
5# |
6# o---------------------------------------------------------------------o
7# |
8# | Methodical Accelerator Design
9# |
10# | Copyright (c) 2011+ CERN, mad@cern.ch
11# |
12# | For more information, see http://cern.ch/mad
13# |
14# o---------------------------------------------------------------------o
15# |
16# | $Id$
17# |
18
19#
20# defines
21#
22
23ifeq ($(ONLINE),yes)
24CPPFLAGS += -D_ONLINE
25endif
26
27ifeq ($(NTPSA),yes)
28CPPFLAGS += -D_NTPSA
29endif
30
31ifeq ($(MEMLEAKS),yes)
32CPPFLAGS += -D_MEMLEAKS
33endif
34
35# end of makefile
Note: See TracBrowser for help on using the repository browser.