pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:153:
clean: tidy -( cd modules; ${MAKE} $(MAKE_FLAGS) clean ) -rm -f TAGS tags -rm -f yacc.acts yacc.debug yacc.tmp *.debug.log a.out # make _really_ clean spotless: clean rm -f Makefile machine.h find . -type f '(' -name '*~' -o -name '.*~' -o -name core -o -name '.nfs*' -name '#*#' ')' -print | xargs rm -f -rm -f lexical.c mon.out *.ln config.status
-
-rm -f $(TMP_BINDIR)/
driver $(TMP_BINDIR)/
*~ $(TMP_BINDIR)/#*#
-
-rm -f .
pure
driver*
l.outa*
+
-rm -f $(TMP_BINDIR)/*~ $(TMP_BINDIR)/#*#
+
-rm -f
pike pike
.
old
l.outa*
-rm -f modules/*/testsuite
-
+
-rm -rf lib
# create tags tags: ctags *.c TAGS: etags -t *.h *.c # verify / debug verify_modules: