pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:685:
-rm -f Makefile config.* make_variables specs pike.syms -rm -f .pure stamp-h -rm -f lexical.c mon.out *.ln -rm -f pike pike.exe pike.old pike.old.exe l.outa* num_files_to_install -rm -f *.msm *.msi -rm -f precompile.sh precompile.sh-stamp smartlink -rm -rf tlib extra_tests lib precompile distclean: spotless
-
# FIXME: Use .gitignore instead.
-
gitclean: 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"`); \
-
else :; fi; \
-
done)
-
-
cvsclean: gitclean
-
+
# create tags tags: ctags *.c TAGS: etags -t *.h *.c # verify / debug testsuites: $(MAKE) $(MAKE_FLAGS) testsuite