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.
257
2001/06/10
14
:
36
:
44
grubba Exp $
+
# $Id: Makefile.in,v 1.
258
2001/06/10
17
:
49
:
57
grubba Exp $
# # This line is needed on some machines. @SET_MAKE@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries. LIBS=@LIBS@ $(EXTRALIBS) # This is normall the install program in the source directory
pike.git/src/Makefile.in:810:
echo foo > cfl.$@; test "`echo cfl.*`" = cfl.$@ && break; \ rm cfl.$@; echo "Waiting to run config.status serially:" cfl.*; sleep 1; \ 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 $(SRCDIR)/testsuite.in >testsuite -DSRCDIR="$(SRCDIR)"
+
if test "$$PIKE_PATH_TRANSLATE" = ""; then
+
$(TMP_BINDIR)/mktestsuite $(SRCDIR)/testsuite.in >testsuite
\
+
-DSRCDIR="$(SRCDIR)"
; \
+
else \
+
$(TMP_BINDIR)/mktestsuite $(SRCDIR)/testsuite.in >testsuite \
+
-DSRCDIR="`echo $(SRCDIR)|sed -e $$PIKE_PATH_TRANSLATE`"; \
+
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= \ operators.protos \