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.
441
2006/08/
02
21
:
19
:
03
mast Exp $
+
# $Id: Makefile.in,v 1.
442
2006/08/
03
11
:
56
:
27
mast 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:1284:
testsuite: $(SRCDIR)/testsuite.in $(TMP_BINDIR)/mktestsuite if test "$$PIKE_PATH_TRANSLATE" = ""; then \ $(TMP_BINDIR)/mktestsuite $(SRCDIR)/testsuite.in >testsuite \ -DSRCDIR="`echo $(SRCDIR)|./posix_to_native.sh`"; \ else \ $(TMP_BINDIR)/mktestsuite $(SRCDIR)/testsuite.in >testsuite \ -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
+
$(CC) -O2 -static $(SRCDIR)/uncompressor.c -o header_uncompress
@UNCOMPRESS_LIBZ@
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'`
+
$(CC) -O2 -static $(SRCDIR)/uncompressor.c -o uncompress_header
@UNCOMPRESS_LIBZ@
-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= \ operators.protos \ array.protos \ fd_control.protos \ backend.protos \ fdlib.protos \ bignum.protos \ fsort.protos \