# $Source: runtime/gasnet/other/ammpi/Makefile.titanium.in $ # $Date: Mon, 22 Aug 2005 02:42:40 -0700 $ # $Revision: 1.5.1.4 $ # Description: setup necessary variables needed by Makefile # Copyright 2000, Dan Bonachea # variables added here should also go in Makefile.common, and vice-versa srcdir = . # passed in on command-line altincdir = $(srcdir)/.. testdir = $(srcdir)/../amxtests # compiler CC = @MPI_CC@ ccdebugflags = @MPI_CFLAGS@ -g ccoptflags = @MPI_CFLAGS@ MPIRUN_CMD = @MPIRUN_CMD@ @ENABLED_DEBUG_TRUE@ ccflags = $(set_debug_ccflags) @ENABLED_DEBUG_FALSE@ ccflags = $(set_opt_ccflags) # system utilities ranlib = @RANLIB@ ar = @AR@ # stuff normally set by the pre-baked makefiles platform_defines = @TIC_MACHINE_DEFINES@ @INTTYPES_DEFINES@ -DUNIX platform_libraries = @LIBS@ @MPI_LIBS@ platform_ldflags = @LDFLAGS@ @PLATFORM_ILP32_FALSE@ testprograms_ILP32only = @PLATFORM_ILP32_FALSE@ apputils_flags = -DAPPUTILS_OMIT_READWRITE