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.
432
2006/07/04 23:
16
:
47
mast Exp $
+
# $Id: Makefile.in,v 1.
433
2006/07/04 23:
44
:
04
mast 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:566:
install_interactive: pike-complete-stamp tools @$(RUNPIKE) $(TMP_BINDIR)/install.pike --interactive \ exec_prefix="$(exec_prefix)" prefix=$(prefix) \ TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \ SRCDIR="$(SRCDIR)" DOCDIR_SRC="$(DOCDIR_SRC)" \ MANDIR_SRC="$(MANDIR_SRC)" \ fakeroot="$(buildroot)" PIKE_MODULE_RELOC="$(PIKE_MODULE_RELOC)" # tidy up a bit tidy:
-
-rm -f *.fail *.
o *.obj *.
pp *.protos core y.output y.tab.c y.tab.h
-
-rm -f $(TMP_BINDIR)/core *.
o *.
i *.i~ dynloadtest*
+
-rm -f *.fail *.pp *.protos core y.output y.tab.c y.tab.h
+
-rm -f $(TMP_BINDIR)/core *.i *.i~ dynloadtest*
+
-rm -f conftest.* hdrlist.h a.out.exe
-rm testsuite testsuite.tmp testsuite_test.pike testsuite_test_dir.pmod
-
-find lib -type f -name \*.o | xargs rm -f
+
-find lib -type f -name \*.o
-o -name \*.obj
| xargs rm -f
# make clean clean_here: tidy doc_clean -( cd tlib; find . -name testsuite | xargs rm ) -( cd extra_tests; find . -name testsuite | xargs rm )
-
-rm -f confdefs.h
conftest.*
-
-rm -rf test-install test-pike tpike
+
-rm -f confdefs.h
+
-rm -rf test-install test-pike tpike
*.manifest *.pdb
-rm -f TAGS tags yacc.acts yacc.debug yacc.tmp *.debug.log a.out pike.tmp -rm -f hilfe rsif master.pike compiler-warnings dumpmodule.log -rm -f interpreter_debug.h lexer?.h -rm -f import-stamp master-stamp headerfiles-stamp -rm -f static-modules-stamp dynamic-modules-stamp -rm -f post-static-modules-stamp post-dynamic-modules-stamp -rm -f tpike-complete-stamp pike-complete-stamp -rm -rf lib/modules/* # -rm -f lib/master.pike clean: clean_here -( cd modules; $(MAKE) $(MAKE_FLAGS) clean ) -( cd post_modules; $(MAKE) $(MAKE_FLAGS) clean ) # make _really_ clean spotless: clean_here -( cd modules; $(MAKE) $(MAKE_FLAGS) spotless ) -( cd post_modules; $(MAKE) $(MAKE_FLAGS) spotless ) -(cd $(SRCDIR); find . -type f -name '*.h.in' -print) | \ sed -e 's/\.in$$//' | xargs rm -f
-
-rm -f Makefile config.* make_variables specs pike.syms
hdrlist.h
+
-rm -f Makefile config.* make_variables specs pike.syms
-rm -f core core.* .pure stamp-h -rm -f lexical.c mon.out *.ln
-
-rm -f pike pike.old l.outa* num_files_to_install
+
-rm -f pike pike.old l.outa* num_files_to_install
*.exe
-rm -f precompile.sh precompile.sh-stamp smartlink -rm -rf tlib extra_tests lib precompile distclean: spotless cvsclean: distclean ( for d in `cd $(SRCDIR) && find . -type d -print`; do \ if test -f "$(SRCDIR)/$$d/.cvsignore" ; then \ (cd "$$d" && rm -f `cat "$(SRCDIR)/$$d/.cvsignore"`); \ (cd "$(SRCDIR)/$$d" && rm -f `cat "$(SRCDIR)/$$d/.cvsignore"`); \