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.
196
2000/07/
12
08
:
46
:
31
lange
Exp $
+
# $Id: Makefile.in,v 1.
197
2000/07/
26
16
:
59
:
11
nilsson
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:32:
buildroot= prefix = @prefix@ exec_prefix = $(prefix)/bin lib_prefix = $(prefix)/lib/pike data_prefix = @datadir@ share_prefix = $(data_prefix)/pike man_prefix = $(prefix)/man # Arguments for test_pike.pike used by the verify targets.
-
TESTARGS = -a
+
#
TESTARGS = -a
# Arguments for install.pike used by the install targets. INSTALLARGS = --new-style # # use bison please, yacc isn't good enough. # YACC=@YACC@ YFLAGS=-d -v