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.
427
2006/06/18 18:
51
:
53
mast Exp $
+
# $Id: Makefile.in,v 1.
428
2006/06/18 18:
54
:
43
mast 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:301:
tpike-real: main.o $(CORE_OBJ) tmodule.o master-stamp pike.syms modules/linker_options -@rm -f tpike || : $(LD) $(LDFLAGS) main.o $(CORE_OBJ) tmodule.o \ `cat modules/linker_options` \ $(LIBS) -o tpike # Only want tpike to exist for use with $(RUNPIKE) in the post modules # (and some auxiliary targets in all modules, such as verify and # extract_autodoc). We don't want to require it actually being # up-to-date.
-
tpike:
precompile.sh-stamp
+
tpike:
$(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) tpike-real #pike: main.o @DLOPEN_O@ $(PIKE_LIB) master-stamp pike.syms pike: main.o $(OBJ) master-stamp pike.syms modules/linker_options post_modules/linker_options -@if [ -f pike.old.exe ] ; then rm -f pike.old.exe || : ; else : ; fi -@if [ -f pike.old ] ; then rm -f pike.old || : ; else : ; fi -@if [ -f pike.exe ] ; then mv pike.exe pike.old.exe || : ; else : ; fi -@if [ -f pike ] ; then mv pike pike.old || : ; else : ; fi # $(LD) $(LDFLAGS) main.o @DLOPEN_O@ -o pike $(LD) $(LDFLAGS) main.o $(OBJ) \