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.
479
2009/09/
24
17
:
23
:
25
grubba Exp $
+
# $Id: Makefile.in,v 1.
480
2009/09/
26
12
:
27
:
52
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:41:
# RPM and package builders, listen up, because this is your only # documentation! This variable is prepended to the install path. # Please note that Pike will not work until moved into the proper # place. -Hubbe # buildroot= prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@
-
lib_prefix =
@libdir@@PIKE_LIB_ABI@
/pike
+
lib_prefix =
@libdir@
/pike
data_prefix = @datadir@ share_prefix = $(data_prefix)/pike man_prefix = @mandir@ include_prefix = @includedir@/pike # Arguments for test_pike.pike used by the verify targets. # TESTARGS = -F -a # Arguments for install.pike used by the install targets. INSTALLARGS = --new-style