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.
396
2004/12/
29
12
:
00
:
33
grubba Exp $
+
# $Id: Makefile.in,v 1.
397
2004/12/
30
13
:
43
:
45
grubba Exp $
# # This line is needed on some machines. @SET_MAKE@ # Pike embed target, either pike.so or pike.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:172:
threads.o \ version.o \ queue.o \ builtin.o \ iterators.o \ facetgroup.o \ svalue.o \ las.o \ builtin_functions.o \ peep.o \
-
module.o @EXTRA_OBJS@
+
module.o
@DLOPEN_O@
@EXTRA_OBJS@
MODULE_REQUIREMENTS= \ machine.h \ global.h \ precompile.sh-stamp \ modules/static_module_makefile \ modules/dynamic_module_makefile \ $(SRCDIR)/language.h \ $(SRCDIR)/interpret_protos.h \ lib @EXTRA_MODULE_REQUIREMENTS@
pike.git/src/Makefile.in:278:
exit 1; \ fi # FIXME: Static linked version; this doesn't work yet! # Since we need to split linker_options into archives and options. pike.a: $(OBJ) modules/linker_options post_modules/linker_options -rm -f pike.a $(AR) cq pike.a $(OBJ) -@RANLIB@ pike.a
-
#pike: main.o $(PIKE_LIB) master-stamp pike.syms
+
#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 ] ; 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) main.o
-R. -R$(prefix)/lib $(PIKE
_
LIB)
-o pike
+
# $(LD) $(LDFLAGS) main.o
@DLOPEN
_
O@
-o pike
$(LD) $(LDFLAGS) main.o $(OBJ) \ `cat modules/linker_options post_modules/linker_options` \ $(LIBS) -o pike # The dumped modules are removed whenever Pike is relinked since some # of the bytecode methods (e.g. ia32) stores absolute addresses to # global structs. That should probably be fixed in them so that dumped # modules aren't link order dependent. if [ -f dumpversion ]; then $(MAKE) $(MAKE_FLAGS) delete_dumped_modules; else :; fi # gcov