# make.config # # customize this file if needed # contains architecture independent build options and utility names # # (this file is to be included both by makefiles and shell scripts # -- hence the need for quotes around definitions containing white space) # default install base directory DEFAULT_INSTALL=/usr/local # default types of objects to build # (order is somewhat important to build libs before their dependents) #DEFAULT_BUILD=dynamic static plugin binary testbin #DEFAULT_BUILD=dynamic static plugin binary DEFAULT_BUILD=static binary # default list of source modules to build # (order is important for library dependencies) #DEFAULT_SRCMODS=mdutil mdapi mdio simen dpmta mg mgrid deven simfront #DEFAULT_SRCMODS=mdutil mdapi mdio simen dpmta fftw rfftw pme mg mgrid \ # mgxe mgaux mgtest deven simfront ss_simfront ss2_deven ss2_simfront #DEFAULT_SRCMODS=mdutil mdapi mdio simen dpmta mg mgrid \ # deven simfront ss_simfront DEFAULT_SRCMODS=mdutil mdapi mdio ss_deven ss_simfront # project name (needs to agree in include and share directories) BASENAME=mdx # utilities (and options) necessary for building # (full path is unnecessary -and unportable- if search path is set) PWD=pwd UNAME=uname M_ARCH=arch HOSTNAME=hostname RM=rm -f RMOPTS=-r SED=sed MV=mv LN=ln CAT=cat MORE=more MKDIR=mkdir RMDIR=rmdir CP=cp -p LS=ls ECHO=echo SORT=sort SORTOPTS=-r UNIQ=uniq # linking and archiving utilities necessary for building LD=ld AR=ar RANLIB=ranlib # utilities (and options) for generating documentation LATEX=latex PDFLATEX=pdflatex DVIPS=dvips DVIPSOPTS=-t letter