# | # o---------------------------------------------------------------------o # | # | MAD makefile - Linux 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_LINUX # __linux__ should also be defined by the compilers BINARY_EXT := SHARED_EXT := .so STATIC_EXT := .a # end of makefile