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.
344
2003/
01
/
19
01
:
50
:
02
nilsson
Exp $
+
# $Id: Makefile.in,v 1.
345
2003/
02
/
04
17
:
29
:
19
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:81:
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= # Preprocessor flags.
-
PREFLAGS=-I. -I$(SRCDIR) $(DEFINES)
+
PREFLAGS=-
DPIKE_SRC_ROOT="$(BASEDIR)" -
I. -I$(SRCDIR) $(DEFINES)
OTHERFLAGS=@CFLAGS@ $(OSFLAGS) $(OPTIMIZE) $(WARN) $(PROFIL) NOOPTFLAGS=@CFLAGS@ @CPPFLAGS@ $(OSFLAGS) $(WARN) $(PROFIL) CFLAGS=$(PREFLAGS) $(OTHERFLAGS) SMARTLINK=@SMARTLINK@ REALCC=@REALCC@ CC=@CC@ CPP=@CPP@ FALLBACK_CC=@FALLBACK_CC@