# | # o---------------------------------------------------------------------o # | # | MAD makefile - ar linker settings (archive) # | # o---------------------------------------------------------------------o # | # | Methodical Accelerator Design # | # | Copyright (c) 2011+ CERN, mad@cern.ch # | # | For more information, see http://cern.ch/mad # | # o---------------------------------------------------------------------o # | # | $Id$ # | # # linker flags # ARFLAGS = -rc # # command translator # AR_tr = $(strip $(subst $(SPACE)-o , ,$1)) # end of makefile