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.
472
2009/
01
/
28
16
:
28
:
42
agehall
Exp $
+
# $Id: Makefile.in,v 1.
473
2009/
03
/
05
11
:
36
:
25
grubba
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:918:
$(SRCDIR)/type_checker.h: type_checker-stamp type_checker-stamp: $(SRCDIR)/type_checker.in $(SRCDIR)/make_type_checker.pike $(RUNPIKE) $(SRCDIR)/make_type_checker.pike "$<" && 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_ALL=C; export LC_ALL; \
-
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 || { rm "master.pike"; exit 1; } # 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 #