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.
404
2005/03/13
15
:
53
:
10
nilsson Exp $
+
# $Id: Makefile.in,v 1.
405
2005/03/13
23
:
43
:
47
nilsson 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:1162:
arb=31; while test $$arb != 0; do arb=`expr $$arb - 1`; done; \ done;) CONFIG_FILES="" CONFIG_HEADERS=machine.h ./config.status || \ (EXITCODE=$$?; rm cfl.$@; exit $$EXITCODE) touch stamp-h -@rm cfl.$@ testsuite: $(SRCDIR)/testsuite.in $(TMP_BINDIR)/mktestsuite if test "$$PIKE_PATH_TRANSLATE" = ""; then \ $(TMP_BINDIR)/mktestsuite $(SRCDIR)/testsuite.in >testsuite \
-
-DSRCDIR="$(SRCDIR)"; \
+
-DSRCDIR="
`echo
$(SRCDIR)
|posix_to_native.sh`
"; \
else \ $(TMP_BINDIR)/mktestsuite $(SRCDIR)/testsuite.in >testsuite \
-
-DSRCDIR="`echo $(SRCDIR)|sed -e $$PIKE_PATH_
TRANSLATE`
"; \
+
-DSRCDIR="`echo $(SRCDIR)|sed -e $$PIKE_PATH_
TRANSLATE|posix_to_native.sh`
"; \
fi header_uncompress: $(SRCDIR)/uncompressor.c $(CC) -O2 -static $(SRCDIR)/uncompressor.c -o header_uncompress -lz uncompress_header: $(SRCDIR)/uncompressor.c header_uncompress $(CC) -O2 -static $(SRCDIR)/uncompressor.c -o uncompress_header -lz -DSEEK_TO=`wc -c header_uncompress|sed 's/[^0-9]//g'` test "`wc -c header_uncompress|sed 's/[^0-9]//g'`" = "`wc -c uncompress_header|sed 's/[^0-9]//g'`" HFILES= \