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.
448
2006/08/04
00
:
48
:
07
mast Exp $
+
# $Id: Makefile.in,v 1.
449
2006/08/04
01
:
54
:
58
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:207:
$(SRCDIR)/case_info.h \ $(SRCDIR)/treeopt.h @PMOD_TARGETS@ # # User callable targets # # Update the dumped modules, but only if dump_modules has been used earlier. all: module_objects post_module_objects pike-complete-stamp tools
-
if
[ -f dumpversion ]; then $(MAKE) $(MAKE_FLAGS) dump_modules; else :; fi
+
@if
[ -f dumpversion ]; then
\
+
echo "
$(MAKE) $(MAKE_FLAGS) dump_modules
"
;
\
+
$(MAKE) $(MAKE_FLAGS) dump_modules; \
+
else :; fi
@if [ "`find . -name '*.fail' -print`" = "" ]; then :; else \ echo; \ echo "Pike compiled and linked ok, but the following file(s) "; \ echo "failed to compile with full optimization.";\ echo "This may affect performance negatively."; \ find . -name '*.fail' -print | sed -e 's/\.fail$$//' -e 's/^/ /'; \ echo; \ fi doc: documentation
pike.git/src/Makefile.in:337:
-@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@ # 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
+
@if
[ -f dumpversion ]; then
\
+
echo "
$(MAKE) $(MAKE_FLAGS) delete_dumped_modules
"
;
\
+
$(MAKE) $(MAKE_FLAGS) delete_dumped_modules; \
+
else :; fi
# gcov gcov: @for f in `cd "$(SRCDIR)" && find . -type f -name '*.c' -print`; do \ if test -f `echo $$f | sed -e 's/\.$$/.bb/'`; then \ for gf in `gcov $$f | sed -e 's/Creating \(.*\)\.gcov.*/\1.gcov/p' -ed`; do \ echo "Generating $$f-$$gf."; \ test -f "$$f-$$gf" && rm -f "$$f-$$gf"; \ mv "$$gf" "$$f-$$gf"; \ done; \
pike.git/src/Makefile.in:572:
@test -d cab_cache || mkdir cab_cache @if test -f Pike.msi; then rm Pike.msi; else :; fi # Paranoia $(LIGHT) Pike.wixobj Pike_ui.wixobj -o Pike.msi -cc cab_cache wix: Pike.msi force : @: pike.ico: $(PACKAGINGDIR)/windows/pike.ico
-
cp "$<"
"
$@
"
+
cp "$<" $@
-
pike_icon.
rc
:
Makefile
+
pike_icon.
res
:
pike.ico
echo 'pike ICON pike.ico' > pike_icon.rc
-
+
$(RCEXE) /fo $@ pike_icon.rc
-
pike_icon.res: pike_icon.rc pike.ico
-
$(RCEXE) pike_icon.rc
-
+
# install install: pike-complete-stamp tools @$(RUNPIKE) $(TMP_BINDIR)/install.pike \ exec_prefix="$(exec_prefix)" lib_prefix="$(lib_prefix)" \ TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \ SRCDIR="$(SRCDIR)" prefix="$(prefix)" DOCDIR_SRC="$(DOCDIR_SRC)" \ MANDIR_SRC="$(MANDIR_SRC)" \ man_prefix="$(man_prefix)" pike_name=$(pike_name) \ fakeroot="$(buildroot)" PIKE_MODULE_RELOC="$(PIKE_MODULE_RELOC)" \ $(INSTALLARGS)
pike.git/src/Makefile.in:606:
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 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 ) -rm -f confdefs.h -rm -rf test-install test-pike tpike tpike.* *.pdb -rm -f TAGS tags yacc.acts yacc.debug yacc.tmp *.debug.log a.out pike.tmp -rm -f hilfe rsif master.pike compiler-warnings dumpmodule.log