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.
250
2001/
09
/
28
12:
33
:
27
grubba
Exp $
+
# $Id: Makefile.in,v 1.
251
2001/
10
/
12
12:
03
:
50
tomas
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:228:
# up-to-date first. So if the $(POBJ)s, which depend on tpike, trigs # the recursive make of tpike-real above, that one will never start to # make the $(OBJ)s concurrently with this one. stamp-tpike-predep # records the $(POBJ) dependencies without tpike. pike: $(OBJ) master.pike modules/linker_options stamp-tpike-predep $(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) $(POBJ) -@if [ -f pike.old ] ; then rm -f pike.old || : ; else : ; fi -@if [ -f pike.old.exe ] ; then rm -f pike.old.exe || : ; else : ; fi -@if [ -f pike ] ; then mv pike pike.old || : ; else : ; fi $(LD) $(LDFLAGS) $(OBJ) $(POBJ) `cat modules/linker_options post_modules/linker_options 2>/dev/null` $(LIBS) -o pike
-
-@if [ -f "post_module.o" -a "$(
POBJ
)" = "module.o" ]; then \
+
-@if [ -f "post_module.o" -a "$(
MODULEOBJ
)" = "module.o" ]; then \
touch $(SRCDIR)/post_module.c; \ else :; fi # purify pure: $(OBJ) $(POBJ) master.pike 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) $(POBJ) `cat modules/linker_options` $(LIBS) -o pike # purecov cover: $(OBJ) $(POBJ) master.pike module_objects