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.
331
2002/11/
03
21
:
24
:
37
nilsson Exp $
+
# $Id: Makefile.in,v 1.
332
2002/11/
13
15
:
51
:
44
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:428:
# 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~ testsuite dynloadtest* -find lib -type f -name \*.o | xargs rm -f # make clean clean: tidy -( cd modules; $(MAKE) $(MAKE_FLAGS) clean ) -( cd post_modules; $(MAKE) $(MAKE_FLAGS) clean )
-
-rm -rf test-install test-pike
+
-
( cd tlib; find . -name testsuite | xargs
rm
)
+
-
rm -
rf test-install test-pike
testsuite_test_dir.pmod
+
-rm testsuite_test.pike testsuite.tmp
-rm -f TAGS tags yacc.acts yacc.debug yacc.tmp *.debug.log a.out -rm -f hilfe rsif master.pike compiler-warnings -rm -f tpike stamp-tpike-predep import-stamp modules-stamp master-stamp -rm -rf lib/modules/* # -rm -f lib/master.pike # make _really_ clean spotless: clean -(cd $(SRCDIR); find . -type f -name '*.h.in' -print) | \ sed -e 's/\.in$$//' | xargs rm -f