pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:1:
#
-
# $Id: Makefile.in,v 1.
336
2002/11/23 16:
35
:
01
mast Exp $
+
# $Id: Makefile.in,v 1.
337
2002/11/23 16:
43
:
43
mast Exp $
# # This line is needed on some machines. @SET_MAKE@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries. LIBS=@LIBS@ $(EXTRALIBS) # This is normall the install program in the source directory
pike.git/src/Makefile.in:101:
DEFAULT_RUNPIKE=$(TMP_BUILDDIR)/pike -DNOT_INSTALLED -DPRECOMPILED_SEARCH_MORE -m$(TMP_BUILDDIR)/master.pike $(PIKEOPTS) USE_TPIKE=$(TMP_BUILDDIR)/precompile.sh USE_PIKE=pike $(PIKEOPTS) RUNPIKE=$(@RUNPIKE@) RUNTPIKE=$(@RUNTPIKE@) PIKE_MODULE_RELOC=@PIKE_MODULE_RELOC@ # Set to an appropriate invocation of valgrind (or similar) VALGRIND=@VALGRIND@
-
VALGRINDARGS=
-q
+
VALGRINDARGS=
@VALGRINDARGS@
MAKE_FLAGS= # Add alloca.o if you don't have alloca() on your machine. # OBJ= \ language.o \ security.o \ bignum.o \ pike_cpulib.o \