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.
391
2005
/
12
/
16
18
:
55
:
44
marcus
Exp $
+
# $Id: Makefile.in,v 1.
392
2006
/
10
/
20
13
:
40
:
28
stewa
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:62:
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