source: PSPA/madxPSPA/make/system.Cygwin @ 430

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

import madx-5.01.00

File size: 589 bytes
Line 
1# |
2# o---------------------------------------------------------------------o
3# |
4# | MAD makefile - CygWin specific
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
19CPPFLAGS += -D_WIN32 -D_CYGWIN
20
21# __CYGWIN32__ should also be defined by the compilers
22
23BINARY_EXT := .exe
24SHARED_EXT := .so
25STATIC_EXT := .a
26
27# end of makefile
Note: See TracBrowser for help on using the repository browser.