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.
188
2000
/
07
/
26
20
:
33:
38
nilsson
Exp $
+
# $Id: Makefile.in,v 1.
189
2001
/
01
/
18
10
:
38
:
03
hubbe
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:16:
VPATH=@srcdir@ # These are used while compiling LIBDIR_SRC = @LIBDIR@ MANDIR_SRC = $(SRCDIR)/../man TMP_BINDIR = @BINDIR@ TMP_BUILDDIR = @BUILDDIR@ TMP_DOCDIR = @DOCDIR@ TMP_LIBDIR = $(TMP_BUILDDIR)/lib
+
#
+
# 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 = $(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
-
+
# 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 # # This may be -pg # PROFIL=@PROFIL@
pike.git/src/Makefile.in:264:
echo "WARNING: Compiler failure! Trying without optimization!" >&2;\ echo "echo $(CC) $(PREFLAGS) $(NOOPTFLAGS) -c $< -o $@" >&2 ;\ NO_ULIMIT=yes $(CC) $(PREFLAGS) $(NOOPTFLAGS) -c $< -o $@ ;\ fi force : @: # install install: pike hilfe pike-module aclocal
-
@$(RUNPIKE) $(TMP_BINDIR)/install.pike
--new-style
\
+
@$(RUNPIKE) $(TMP_BINDIR)/install.pike
$(INSTALLARGS)
\
exec_prefix="$(exec_prefix)" lib_prefix="$(lib_prefix)" \ TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \ SRCDIR="$(SRCDIR)" prefix="$(prefix)" MANDIR_SRC="$(MANDIR_SRC)" \
-
man_prefix="$(man_prefix)" pike_name=$(pike_name)
+
man_prefix="$(man_prefix)" pike_name=$(pike_name)
\
+
fakeroot="$(buildroot)"
install_interactive: pike hilfe pike-module aclocal @$(RUNPIKE) $(TMP_BINDIR)/install.pike --interactive \ exec_prefix="$(exec_prefix)" prefix=$(prefix) \ TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \
-
SRCDIR="$(SRCDIR)" MANDIR_SRC="$(MANDIR_SRC)"
+
SRCDIR="$(SRCDIR)" MANDIR_SRC="$(MANDIR_SRC)"
\
+
fakeroot="$(buildroot)"
-
+
# tidy up a bit tidy: -rm -f *.o core y.output y.tab.c y.tab.h -rm -f $(TMP_BINDIR)/core *.o *.i *.i~ testsuite # make clean clean: tidy -( cd modules; $(MAKE) $(MAKE_FLAGS) clean ) -( cd post_modules; $(MAKE) $(MAKE_FLAGS) clean ) -rm -rf test-install test-pike