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.
388
2005/11/
01
18
:
59
:
03
grubba
Exp $
+
# $Id: Makefile.in,v 1.
389
2005/11/
13
04
:
30
:
07
peter
Exp $
# # This line is needed on some machines. @SET_MAKE@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries. LIBS=@LIBS@ $(EXTRALIBS) # This is normall the install program in the source directory
pike.git/src/Makefile.in:315:
mv pike pike.pre-atom mv pike.third.threads pike @echo Make sure you have '.' in your LD_LIBRARY_PATH. pixie: pike atom pike -tool pixie -env threads -g -v `find lib/modules -type f -name '*.so' -print | sed -e 's/^/-incobj /g'` mv pike pike.pre-pixie mv pike.pixie.threads pixie @echo Make sure you have '.' in your LD_LIBRARY_PATH.
-
tools: hilfe rsif
+
tools: hilfe rsif
icons.RES
hilfe: $(TMP_BINDIR)/hilfe Makefile @echo "Creating hilfe..."; \ ( sed -e 's!/usr/bin/env pike!$(exec_prefix)/pike!' \ <$(TMP_BINDIR)/hilfe >./hilfe && chmod 755 ./hilfe) || exit 1 ; rsif: $(TMP_BINDIR)/rsif Makefile @echo "Creating rsif..."; \ ( sed -e 's!pike!$(exec_prefix)/pike!' <$(TMP_BINDIR)/rsif \ >./rsif && chmod 755 ./rsif) || exit 1 ;
-
dump_modules:
pike master-stamp
+
icons.RES: $(PACKAGINGDIR)/windows/icons/icons.rc
+
@case " $(CC)" in \
+
*\ rnt*) \
+
echo "Compiling Windows icon resource..." ;\
+
cp $(PACKAGINGDIR)/windows/icons/pike_*.ico $(TMP_BUILDDIR)/ ;\
+
cp $(PACKAGINGDIR)/windows/icons/icons.rc $(TMP_BUILDDIR)/ ;\
+
sprsh rc /r icons.rc && \
+
echo "Done." ;\
+
;; \
+
esac
+
+
dump_modules:
-rm dumpmodule.log args="$(DUMPARGS)"; \ args=$${args:-"--log-file --update-only=dumpversion --report-failed"}; \ $(RUNPIKE) -x dump $$args \ --recursive --target-dir=lib "$(LIBDIR_SRC)/modules" force_dump_modules: -rm dumpversion 2>/dev/null $(MAKE) $(MAKE_FLAGS) dump_modules