# | # o---------------------------------------------------------------------o # | # | MAD makefile - CygWin specific # | # o---------------------------------------------------------------------o # | # | Methodical Accelerator Design # | # | Copyright (c) 2011+ CERN, mad@cern.ch # | # | For more information, see http://cern.ch/mad # | # o---------------------------------------------------------------------o # | # | $Id$ # | CPPFLAGS += -D_WIN32 -D_CYGWIN # __CYGWIN32__ should also be defined by the compilers BINARY_EXT := .exe SHARED_EXT := .so STATIC_EXT := .a # end of makefile