#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. # AMUDP is C++-based, which requires us to link using the C++ compiler GASNET_LD_OVERRIDE = @CXX@ GASNET_LDFLAGS_OVERRIDE = @CXXFLAGS@ @LDFLAGS@ # hooks for using AMUDP library from within build tree ###NOINSTALL### # (nothing additional required for installed copy) ###NOINSTALL### CONDUIT_INCLUDES = -I@TOP_SRCDIR@/other/amudp ###NOINSTALL### CONDUIT_LIBDIRS = -L@TOP_BUILDDIR@/other/amudp ###NOINSTALL### CONDUIT_LIBS = -lamudp @GASNET_UDP_LIBS@