pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:179:
stralloc.o \ stuff.o \ threads.o \ version.o \ queue.o \ builtin.o \ iterators.o \ svalue.o \ las.o \ builtin_functions.o \
-
peep.o
@DLOPEN_O@
@EXTRA_OBJS@
+
peep.o @EXTRA_OBJS@
OBJ=$(CORE_OBJ) @MODULE_O@ MODULE_REQUIREMENTS= \ headerfiles-stamp \ machine.h \ global.h \ precompile.sh-stamp \ modules/static_module_makefile \ modules/dynamic_module_makefile \
pike.git/src/Makefile.in:365:
# This means that a post_module can't be always-static and can't add # stuff to the pike linkage using LINKER_OPTIONS. # # @LDSHARED_BASE_REQS@ expands to pike.lib if dynamic DLL modules are # used on NT. pike@EXEEXT@ pike.lib: main.o $(OBJ) master-stamp pike.syms modules/linker_options @STATIC_POST_MODULES_LINKOPTS@ @PIKE_ICON_RES@ -@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@EXEXT@
+
$(LD) $(LDFLAGS) main.o $(OBJ) \ `cat modules/linker_options @STATIC_POST_MODULES_LINKOPTS@` \ $(LIBS) @PIKE_ICON_RES@ -o pike@EXEEXT@ @MT_FIX_PIKE_EXE@ # The dumped modules are removed whenever Pike is relinked since some # of the bytecode methods (e.g. ia32) store 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 \ echo "$(MAKE) $(MAKE_FLAGS) delete_dumped_modules"; \