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.
377
2004/01/
12
17
:
59
:
46
grubba Exp $
+
# $Id: Makefile.in,v 1.
378
2004/01/
13
18
:
26
:
50
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:272:
test -f "$$f-$$gf" && rm -f "$$f-$$gf"; \ mv "$$gf" "$$f-$$gf"; \ done; \ else \ :; \ fi; \ done @echo @echo "Summary:" @for f in `find . -name '*.gcov' -print`; do \
-
grep -
c
'######'
$f
/
dev
/
null
| grep -v ':0'; \
+
grep
'######' $$f | \
+
grep
-
v
fatal | \
+
grep -v -i inline | \
+
grep -v PIKE_MODULE_EXIT | \
+
egrep -v
'######
[ ]*{$$
'
|
\
+
egrep -v '######[ ]*}$$' | \
+
wc -l | sed -e "s|^|$$f:|" -e 's
/
:[ ]*
/
:/'
|
\
+
grep -v ':0'; \
done | sort -n -t: -k2 # purify pure: $(OBJ) master-stamp module_objects -@mv pike pike.old 2>/dev/null || true $(SMARTLINK) purify -max-threads=128 -thread_stack_change=8192 -free-queue-length=500 -inuse-at-exit=yes -chain-length=12 $(REALCC) $(LDFLAGS) $(OBJ) `cat modules/linker_options post_modules/linker_options` $(LIBS) -o pike # purecov cover: $(OBJ) master-stamp module_objects -@mv pike pike.old 2>/dev/null || true