# | # o---------------------------------------------------------------------o # | # | MAD makefile - C preprocessing settings # | # o---------------------------------------------------------------------o # | # | Methodical Accelerator Design # | # | Copyright (c) 2011+ CERN, mad@cern.ch # | # | For more information, see http://cern.ch/mad # | # o---------------------------------------------------------------------o # | # | $Id$ # | # # defines # ifeq ($(ONLINE),yes) CPPFLAGS += -D_ONLINE endif ifeq ($(NTPSA),yes) CPPFLAGS += -D_NTPSA endif ifeq ($(MEMLEAKS),yes) CPPFLAGS += -D_MEMLEAKS endif # end of makefile