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.
187
2000/
04
/
10
21
:
34
:
26
hubbe
Exp $
+
# $Id: Makefile.in,v 1.
188
2000/
07
/
26
20
:
33
:
38
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:24:
TMP_LIBDIR = $(TMP_BUILDDIR)/lib 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
# # use bison please, yacc isn't good enough. # YACC=@YACC@ YFLAGS=-d -v # # This may be -pg #