source: PSPA/madxPSPA/Makefile_post

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

import madx-5.01.00

File size: 806 bytes
Line 
1# |
2# o---------------------------------------------------------------------o
3# |
4# | MAD makefile - post-makefile cutomization
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# MAD-X custom macro-rules
20
21# recursive make defining PRJNAME
22ifeq ($(origin PRJNAME),file)
23
24ifeq ($(OSTYPE),Linux)
25include Makefile_lnx
26endif
27
28ifeq ($(OSTYPE),Darwin)
29include Makefile_mac
30endif
31
32ifeq ($(OSTYPE),Windows)
33include Makefile_win
34endif
35
36ifeq ($(OSTYPE),Cygwin)
37include Makefile_cyg
38endif
39
40# not mandatory
41-include Makefile_local
42
43endif
44
45# end of makefile
Note: See TracBrowser for help on using the repository browser.