pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:1:
# This line is needed on some machines. @SET_MAKE@ # Pike embed target, either libpike.so or libpike.a. PIKE_LIB=@PIKE_LIB@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries.
-
LIBS=@LIBS@ $(EXTRALIBS)
+
LIBS=@LIBS@ $(EXTRALIBS)
-lmpi
# This is normall the install program in the source directory INSTALL=@INSTALL@ SRCDIR=@srcdir@ VPATH=@srcdir@ # These are used while compiling LIBDIR_SRC = @LIBDIR@ TMP_BINDIR = @BINDIR@