pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-08-04
2006-08-04 18:28:49 by Martin Stjernholm <mast@lysator.liu.se>
973b7119014796c463ffffb5ff12d239ba7506a8 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
A little more accurate deps for tpike.
Rev: src/Makefile.in:1.453
1:
#
-
# $Id: Makefile.in,v 1.
452
2006/08/04
15
:
22
:
18
mast Exp $
+
# $Id: Makefile.in,v 1.
453
2006/08/04
18
:
28
:
49
mast Exp $
# # This line is needed on some machines.
306:
# tpike is only used when dynamic modules aren't. It's a pike with no # post modules linked in which is used during building of the post # modules.
-
tpike-real: main.o $(CORE_OBJ) tmodule.o
master-stamp pike.syms
modules/linker_options
+
tpike-real: main.o $(CORE_OBJ) tmodule.o modules/linker_options
-@rm -f tpike tpike.exe $(LD) $(LDFLAGS) main.o $(CORE_OBJ) tmodule.o \ `cat modules/linker_options` \
314:
# Only want tpike to exist for use with $(RUNPIKE) in the modules. We # don't want to require it actually being up-to-date.
-
tpike:
+
tpike:
master-stamp
$(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) tpike-real # If we build without dynamic modules then tpike is built first with