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.
73
1998/04/
10
04
:
36
:
52
hubbe
Exp $
+
# $Id: Makefile.in,v 1.
74
1998/04/
13
14
:
15
:
25
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:389:
html_docs: docs $(RUNPIKE) $(TMP_BINDIR)/htmlify_docs docs $(TMP_DOCDIR) `echo $(SRCDIR)/modules/*/doc` lobotomize_crypto: ( cd $(SRCDIR)/modules/_Crypto ; ./.build_lobotomized_crypto ) ( cd $(SRCDIR)/modules/_Lobotomized_Crypto ; autoconf ) # # Pike internal targets # module_objects: machine.h global.h modules/static_module_makefile modules/dynamic_module_makefile $(SRCDIR)/language.h lib
-
( cd modules ; ${MAKE} $(MAKE_FLAGS) )
+
@
( cd modules ;
rm remake >/dev/null 2>&1 || : ; \
+
${MAKE} $(MAKE_FLAGS)
|| \
+
( test -f remake && ${MAKE} $(MAKE_FLAGS
)
) ) || exit $$?
language.o: $(SRCDIR)/language.c $(SRCDIR)/object.h $(SRCDIR)/interpret.h $(SRCDIR)/program.h $(SRCDIR)/language.h: $(SRCDIR)/language.yacc @echo "Expect 1 shift/reduce conflict." $(YACC) $(YFLAGS) $(SRCDIR)/language.yacc mv y.tab.c $(SRCDIR)/language.c mv y.tab.h $(SRCDIR)/language.h $(SRCDIR)/language.c: $(SRCDIR)/language.h