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.
129
1999/03/
06
06:
00:
21
hubbe
Exp $
+
# $Id: Makefile.in,v 1.
130
1999/03/
12
00:
43:42
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:127:
queue.o \ svalue.o @EXTRA_OBJS@ # # User callable targets # all: module_objects hilfe $(MAKE) $(MAKE_FLAGS) pike
+
@rm -f dummy_engine >/dev/null 2>&1; echo "" >dummy_engine && \
+
if cmp $(SRCDIR)/peep_engine.c dummy_engine >/dev/null 2>&1; then \
+
echo "Warning: No peep_engine." >&2; \
+
else :; fi; \
+
rm -f dummy_engine >/dev/null 2>&1
compiler-warnings : clean @echo Summarizing compiler warnings. @echo @if $(MAKE) $(MAKE_FLAGS) all 2>compiler-warnings ; then \ echo; \ echo 'Compilation warning summary:'; \ echo '----------------------------'; \ else \ echo; \