# for SHELL, do not change the type of shell - only use Bourne or BASH SHELL = /bin/sh # Compiler dependent variables CC = cc CXX = c++ CSTATICFLAGS = CXXSTATICFLAGS = ARCHFLAGS = -arch x86_64 ARCHLDFLAGS = -Wl,-search_paths_first -arch x86_64 PER_ARCH_CFLAGS_x86_64 = -msse3 DEPENDFLAGS = -MM OPTFLAGS = -O3 MACHDBGFLAGS = -g GNU_ANSI_FLAGS = -Wall -pedantic ANSI_CXXFLAGS = ${GNU_ANSI_FLAGS} ANSI_CFLAGS = ${GNU_ANSI_FLAGS} -ansi # Variables determined with AUTOCONFIG: INSTALL = install -p -c RM = /bin/rm CP = /bin/cp MV = /bin/mv CHMOD = /bin/chmod MKDIR = /bin/mkdir RANLIB = ranlib TCLSH = ${FSLDIR}/bin/fsltclsh