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.
321
2002/09/09
13
:
45
:
44
marcus
Exp $
+
# $Id: Makefile.in,v 1.
322
2002/09/09
19
:
30
:
20
mast
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:311:
@echo "Creating hilfe..."; \ ( sed -e 's!/usr/bin/env pike!$(exec_prefix)/pike!' \ <$(TMP_BINDIR)/hilfe >./hilfe && chmod 755 ./hilfe) || exit 1 ; rsif: $(TMP_BINDIR)/rsif Makefile @echo "Creating rsif..."; \ ( sed -e 's!pike!$(exec_prefix)/pike!' <$(TMP_BINDIR)/rsif \ >./rsif && chmod 755 ./rsif) || exit 1 ; dump_modules: pike master-stamp $(SRCDIR)/dumpmodule.pike
+
-rm dumpmodule.log
args="$(DUMPARGS)"; \ args=$${args:-"--log-file --update-only=dumpversion --report-failed"}; \ $(RUNPIKE) $(SRCDIR)/dumpmodule.pike $$args \ --recursive --target-dir=lib "$(LIBDIR_SRC)/modules" force_dump_modules: -rm dumpversion 2>/dev/null $(MAKE) $(MAKE_FLAGS) dump_modules delete_dumped_modules: