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.
104
1998/08/
01
19
:
58
:
44
grubba Exp $
+
# $Id: Makefile.in,v 1.
105
1998/08/
02
12
:
00
:
56
grubba 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:284:
# tidy up a bit tidy: -rm -f *.o core y.output y.tab.c y.tab.h -rm -f $(TMP_BINDIR)/core *.o *.i *.i~ testsuite # make clean clean: tidy -( cd modules; ${MAKE} $(MAKE_FLAGS) clean ) -rm -f TAGS tags -rm -f yacc.acts yacc.debug yacc.tmp *.debug.log a.out
+
-find lib/modules/ -type f -name '*.so_pure*' -exec rm -f \{\} \;
# 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)/*~ $(TMP_BINDIR)/#*#
+
-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