#INSTRUCTIONS# Conduit-specific Makefile fragment settings #INSTRUCTIONS# #INSTRUCTIONS# The contents of this file are embedded into the #INSTRUCTIONS# *-(seq,par,parsync).mak Makefile fragments at conduit build time #INSTRUCTIONS# The settings in those fragments are used to build GASNet clients #INSTRUCTIONS# (including the GASNet tests). #INSTRUCTIONS# See the conduit-writer instructions in the generated fragments #INSTRUCTIONS# or $(top_srcdir)/other/fragment-head.mak.in for usage info. # When gm-conduit enables MPI compatibility, we must link with MPI compiler @GM_MPI_COMPAT_TRUE@GASNET_LD_OVERRIDE = @MPI_CC@ @GM_MPI_COMPAT_TRUE@GASNET_LDFLAGS_OVERRIDE = @MPI_CFLAGS@ @LDFLAGS@ @GM_MPI_COMPAT_TRUE@MPI_COMPAT_INCLUDES = -I@TOP_SRCDIR@/other/mpi-spawner ###NOINSTALL### @GM_MPI_COMPAT_TRUE@MPI_COMPAT_LIBS = @MPI_LIBS@ CONDUIT_LIBDIRS = -L@GM_LIB@ CONDUIT_LIBS = -lgm $(MPI_COMPAT_LIBS) CONDUIT_INCLUDES = -I@GM_INCLUDE@ $(MPI_COMPAT_INCLUDES)