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.
455
2006/
08
/
04
22
:
44
:
32
mast
Exp $
+
# $Id: Makefile.in,v 1.
456
2006/
09
/
29
12
:
43
:
59
grubba
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:65:
YFLAGS=-d -v # # This may be -pg # PROFIL=@PROFIL@ # # OS dependant flags #
-
OSFLAGS=
+
OSFLAGS=
@OSFLAGS@
# #Enable warnings from the compiler, if wanted. # WARN=@WARN@ #add extra defines here DEFINES=@CPPFLAGS@ # -O should work with all compilers