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.
108
1998/08/02 16:
18
:
59
grubba Exp $
+
# $Id: Makefile.in,v 1.
109
1998/08/02 16:
37
:
22
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:307:
-rm -f pike pike.old l.outa* -rm -f modules/*/testsuite -rm -f modules/static_module_makefile modules/dynamic_module_makefile -rm -rf lib distclean: spotless find . -type f '(' -name 'config.log' -o -name 'config.status' -o \ -name 'config.cache' ')' -exec rm -f \{\} \; cvsclean: distclean
-
#
FIXME:
Zap
things
that
are
in .cvsignore
here
.
+
( cd $(SRCDIR); \
+
for d
in
`find
.
-type d -print`; do \
+
if test -f "$$d/.
cvsignore
"
; then \
+
cd $$d && rm -f `cat
.
cvsignore`; \
+
else :; fi; \
+
done)
# create tags tags: ctags *.c TAGS: etags -t *.h *.c # verify / debug verify_modules: