##### User configurable options ##### MAKE = make --no-print-directory CPP = cc -E MPI_CC = /pcl/research/lam/lam711/bin/mpicc MPI_F77 = /pcl/research/lam/lam711/bin/mpif77 MPI_CLINKER = $(MPI_CC) MPI_FLINKER = $(MPI_F77) # DEBUG_LIBS = -mpedbg MPI_INC = MPI_LIBS = -L/pcl/research/lam/lam711/lib -lpmpi CFLAGS = -DUSE_STDARG -DHAVE_PROTOTYPES FFLAGS = MPE_INCDIR = /pcl/research/lam/lam711/mpe/include MPE_LIBDIR = /pcl/research/lam/lam711/mpe/lib C_XGRAPH_LIBS = -L$(MPE_LIBDIR) -lmpe -L/usr/X11R6/lib -lX11 $(MPI_LIBS) PROF_LIBS = -L$(MPE_LIBDIR) -lmpe $(MPI_LIBS) LOG_LIBS = -L$(MPE_LIBDIR) -llmpe -lmpe $(MPI_LIBS) TRACE_LIBS = -L$(MPE_LIBDIR) -ltmpe $(MPI_LIBS) PROF_FLIBS = -L$(MPE_LIBDIR) \ $(F2CMPI_LIBS) -lmpe \ $(MPI_LIBS) LOG_FLIBS = -L$(MPE_LIBDIR) \ $(F2CMPI_LIBS) -llmpe -lmpe \ $(MPI_LIBS) # C_INCS = -I$(MPE_INCDIR) $(MPI_INC) LDFLAGS = RM = rm MPE_OUTFILE = mpe2_wrappers_test.txt ### End User configurable options ###