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.
482
2010/05/
27
23:
16
:
38
mast Exp $
+
# $Id: Makefile.in,v 1.
483
2010/05/
29
23:
56
:
18
mast Exp $
# # 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.
pike.git/src/Makefile.in:75:
# OS dependant flags # OSFLAGS=@OSFLAGS@ # #Enable warnings from the compiler, if wanted. # WARN=@WARN@ #add extra defines here
-
DEFINES=@CPPFLAGS@
+
DEFINES=@CPPFLAGS@
-DPIKE_CORE
# -O should work with all compilers OPTIMIZE=@OPTIMIZE@ # interpret.o can't have -fomit-frame-pointer INTERPRET_DEOPTIMIZE=@INTERPRET_DEOPTIMIZE@ # Set to a flag for parallelizing make, e.g. -j2. It's given to make # at the level where it's most effective. MAKE_PARALLEL=