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.
415
2006/
02
/
27
12
:
33
:55
mast
Exp $
+
# $Id: Makefile.in,v 1.
416
2006/
03
/
01
00
:
13
:55
nilsson
Exp $
# # This line is needed on some machines. @SET_MAKE@ # Pike embed target, either libpike.so or libpike.a. PIKE_LIB=@PIKE_LIB@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries.
pike.git/src/Makefile.in:221:
doc: documentation documentation: onepage.xml traditional.xml modref.xml cd $(DOCDIR) && $(MAKE) $(MAKE_FLAGS) PIKE="$(RUNPIKE)" \ BUILDDIR="$(TMP_BUILDDIR)" $(DOCTARGET) # Backward compat. post_modules: post_module_objects
-
post_module_objects: tpike
+
post_module_objects:
$(MODULE_REQUIREMENTS)
tpike
@( cd post_modules ; rm remake >/dev/null 2>&1 || : ; \ $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) || \ ( test -f remake && $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) ) ) || exit $$? post_modules/modlist_headers.h: @test -f post_modules/modlist_headers.h || touch post_modules/modlist_headers.h post_modules/modlist.h: @test -f post_modules/modlist.h || touch post_modules/modlist.h