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.
399
2005/01/
03
18
:
59
:
51
grubba Exp $
+
# $Id: Makefile.in,v 1.
400
2005/01/
06
17
:
42
:
06
grubba Exp $
# # This line is needed on some machines. @SET_MAKE@ # Pike embed target, either pike.so or pike.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:787:
if [ -d $$d/. ]; then : ; else \ echo "Creating $$d/."; \ (mkdir $$d && chmod u+rwx $$d) || exit 1; \ fi ; \ done @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
-
t="$$PIKE_PATH_TRANSLATE"; if test "x$$t" = "x"; then t=s,x,x,; else :; fi; \
+
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; \
-
sed -e 's!¤lib_prefix¤!'"`echo "$(TMP_LIBDIR)" |
sed -e
"
$$t"`"
'!' <$(LIBDIR_SRC)/master.pike.in \
-
| sed -e 's!¤share_prefix¤!'"`echo "$(LIBDIR_SRC)" |
sed -e
"
$$t"`"
'!' \
-
| sed -e 's!¤include_prefix¤!'"`echo "$(TMP_BUILDDIR)" |
sed -e
"
$$t"`"
'!' \
+
sed -e 's!¤lib_prefix¤!'"`echo "$(TMP_LIBDIR)" |
./posix_to_native.sh`
"'!' <$(LIBDIR_SRC)/master.pike.in \
+
| sed -e 's!¤share_prefix¤!'"`echo "$(LIBDIR_SRC)" |
./posix_to_native.sh`
"'!' \
+
| sed -e 's!¤include_prefix¤!'"`echo "$(TMP_BUILDDIR)" |
./posix_to_native.sh`
"'!' \
| sed -e "$$u" >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 # # Documentation related stuff. #