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.
464
2007
/
08
/
01
00
:06:
16
bill
Exp $
+
# $Id: Makefile.in,v 1.
465
2008
/
06
/
28
10
:06:
32
marcus
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:906:
@echo "Done." -@touch ./lib 2>/dev/null || (touch lib/.broken_gnu_touch && rm lib/.broken_gnu_touch) master.pike: $(LIBDIR_SRC)/master.pike.in Makefile @if test "x$(PIKE_MODULE_RELOC)" = "x"; \ then u=s,x,x,; \ else u='s/^#undef PIKE_MODULE_RELOC/#define PIKE_MODULE_RELOC 1/'; \ fi; \ LC_CTYPE=C; LC_LANG=C; export LC_CTYPE LC_LANG; \
-
cmd="sed -e 's!
¤lib
_
prefix¤
!`echo '$(TMP_LIBDIR)' | ./posix_to_native.sh`!' \
-
-e 's!
¤share
_
prefix¤
!`echo '$(LIBDIR_SRC)' | ./posix_to_native.sh`!' \
-
-e 's!
¤include
_
prefix¤
!`echo '$(TMP_BUILDDIR)/bundles/include/pike' | ./posix_to_native.sh`!' \
+
cmd="sed -e 's!
[^ -~]lib
_
prefix[^ -~]
!`echo '$(TMP_LIBDIR)' | ./posix_to_native.sh`!' \
+
-e 's!
[^ -~]share
_
prefix[^ -~]
!`echo '$(LIBDIR_SRC)' | ./posix_to_native.sh`!' \
+
-e 's!
[^ -~]include
_
prefix[^ -~]
!`echo '$(TMP_BUILDDIR)/bundles/include/pike' | ./posix_to_native.sh`!' \
-e '$$u'"; \ echo "$$cmd <$(LIBDIR_SRC)/master.pike.in >master.pike"; \ eval $$cmd <$(LIBDIR_SRC)/master.pike.in >master.pike # Want master.pike up-to-date, but yet there's no dependency on the # that file. Works like the .h_src.h target. master-stamp: master.pike @test -f master-stamp || echo foo > master-stamp #