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.
453
2006/08/04
18
:
28
:
49
mast Exp $
+
# $Id: Makefile.in,v 1.
454
2006/08/04
22
:
32
:
17
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:324:
# # If we build with dynamic modules then pike is built first with the # few always-static modules under modules/, then the dynamic modules # under modules/ are built, then pike is used for post_modules source # targets, and then all modules under post_modules/ are built # dynamically. # # 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
--enable-dll
is
used
on
-
#
NT.
This
only happens if dynamic modules are enabled
.
+
# @LDSHARED_BASE_REQS@ expands to pike.lib if
dynamic
DLL
modules
are
+
#
used
on
NT
.
pike 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 $(LD) $(LDFLAGS) main.o $(OBJ) \ `cat modules/linker_options @STATIC_POST_MODULES_LINKOPTS@` \ $(LIBS) @PIKE_ICON_RES@ -o pike @MT_FIX_PIKE_EXE@
pike.git/src/Makefile.in:606:
@$(RUNPIKE) $(TMP_BINDIR)/install.pike --interactive \ exec_prefix="$(exec_prefix)" prefix=$(prefix) \ TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \ SRCDIR="$(SRCDIR)" DOCDIR_SRC="$(DOCDIR_SRC)" \ MANDIR_SRC="$(MANDIR_SRC)" \ fakeroot="$(buildroot)" PIKE_MODULE_RELOC="$(PIKE_MODULE_RELOC)" # tidy up a bit tidy: -rm -f a.out a.out.* *.fail *.pp *.protos core y.output y.tab.c y.tab.h
-
-rm -f core core.* *.o *.obj *.i *.i~ dynloadtest*
+
-rm -f core core.* *.o *.obj *.i *.i~ dynloadtest*
cfl.*
-rm -f conftest.* hdrlist.h a.out.exe -rm testsuite testsuite.tmp testsuite_test.pike testsuite_test_dir.pmod -rm -f *.wixobj *.wxs Pike_banner.bmp UpFldrBtn.ibd NewFldrBtn.ibd PikeWin32Installer.vbs -rm -f pike.ico pike_icon.rc pike_icon.res -find lib -type f -name \*.o -o -name \*.obj | xargs rm -f # make clean clean_here: tidy doc_clean -( cd tlib; find . -name testsuite | xargs rm ) -( cd extra_tests; find . -name testsuite | xargs rm )