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.
287
2002/03/
08
04
:
15
:
26
mast
Exp $
+
# $Id: Makefile.in,v 1.
288
2002/03/
09
16
:
17
:
00
nilsson
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:666:
(EXITCODE=$$?; rm cfl.$@; exit $$EXITCODE) -@rm cfl.$@ @for d in modules post_modules; do \ ( cd $$d && { \ rm -f remake; \ $(MAKE) $(MAKE_FLAGS) depend || \ { test -f remake && $(MAKE) $(MAKE_FLAGS) depend; }; \ }); \ done
-
# Lobotomization...
-
-
lobotomize_crypto:
-
(cd $(SRCDIR)/../ && ./.build_lobotomized_crypto)
-
+
# # Pike internal targets # # touch modules-stamp here to avoid doing this work again if that # target is checked later. module_objects: $(MODULE_REQUIREMENTS) @( cd modules ; rm remake >/dev/null 2>&1 || : ; \ $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) || \ ( test -f remake && $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) ) ) || exit $$?