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.
380
2004/
03
/
14
21
:
20
:
56
nilsson
Exp $
+
# $Id: Makefile.in,v 1.
381
2004/
04
/
23
17
:
18
:
34
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:42:
buildroot= prefix = @prefix@ exec_prefix = $(prefix)/bin lib_prefix = $(prefix)/lib/pike data_prefix = @datadir@ share_prefix = $(data_prefix)/pike man_prefix = $(prefix)/man # Arguments for test_pike.pike used by the verify targets.
-
# TESTARGS = -a
+
# TESTARGS = -
F -
a
# Arguments for install.pike used by the install targets. INSTALLARGS = --new-style # # use bison please, yacc isn't good enough. # YACC=@YACC@ YFLAGS=-d -v
pike.git/src/Makefile.in:540:
( cd post_modules && $(MAKE) $(MAKE_FLAGS) testsuites ) ( cd $(TMP_BUILDDIR) && $(TMP_BINDIR)/mklibtests.sh \ --srcdir=$(LIBDIR_SRC) \ --destdir=tlib --bindir=$(TMP_BINDIR) ) if test -d "$(BASEDIR)/extra_tests" ; then \ (cd "$(TMP_BUILDDIR)" && $(TMP_BINDIR)/mklibtests.sh \ --srcdir="$(BASEDIR)/extra_tests" \ --destdir=extra_tests --bindir=$(TMP_BINDIR) ) ; fi; just_verify: testsuites testsuite master-stamp
-
if test "x$(TESTARGS)" = x ; then args="-a -v" ; \
+
if test "x$(TESTARGS)" = x ; then args="-
F -
a -v" ; \
else args="$(TESTARGS)" ; fi; \ $(RUNPIKE) $(TMP_BINDIR)/test_pike.pike $$args valgrind_verify: testsuites testsuite master-stamp
-
if test "x$(TESTARGS)" = x ; then args="-a -v" ; \
+
if test "x$(TESTARGS)" = x ; then args="-
F -
a -v" ; \
else args="$(TESTARGS)" ; fi; \ $(VALGRIND) $(VALGRINDARGS) $(RUNPIKE) $(TMP_BINDIR)/test_pike.pike $$args # Testsuite for dynamic loading debugging test_dlopen: dynloadtest.sh sh ./dynloadtest.sh dynloadtest.sh: $(SRCDIR)/test_dynamic_loading.in m4 "$(SRCDIR)/test_dynamic_loading.in" >"$@"
pike.git/src/Makefile.in:586:
TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" \ SRCDIR="$(SRCDIR)" DOCDIR_SRC="$(DOCDIR_SRC)" \ MANDIR_SRC="$(MANDIR_SRC)" \ man_prefix="$(man_prefix)" fakeroot="$(buildroot)" \ PIKE_MODULE_RELOC="$(PIKE_MODULE_RELOC)" pike_name="test-pike" \ prefix="./test-install" $(INSTALLARGS) verify: testsuites testsuite tinstall PIKE_MODULE_PATH=""; PIKE_INCLUDE_PATH=""; \
-
if test "$(TESTARGS)" = "" ; then args="-a -v" ; else \
+
if test "$(TESTARGS)" = "" ; then args="-
F -
a -v" ; else \
args="$(TESTARGS)" ; fi; \ if test -f ./test-pike ; then \ $(VALGRIND) $(VALGRINDARGS) ./test-pike -DNOT_INSTALLED $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike $$args ; \ else \ sprsh `pwd`/test-install/pike/*/bin/pike.exe -DNOT_INSTALLED $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike $$args ; \ fi bench: tinstall if test -f ./test-pike ; then \ ./test-pike -DNOT_INSTALLED $(PIKEOPTS) -x benchmark; \ else \ sprsh `pwd`/test-install/pike/*/bin/pike.exe -DNOT_INSTALLED $(PIKEOPTS) -x benchmark ; \ fi verify_installed: testsuites testsuite master-stamp
-
if test "$(TESTARGS)" = "" ; then args="-a -v" ; else \
+
if test "$(TESTARGS)" = "" ; then args="-
F -
a -v" ; else \
args="$(TESTARGS)" ; fi; \ $(exec_prefix)/pike $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike $$args check: verify sure: verify # verify / debug verbose verbose_verify: testsuites testsuite master-stamp
-
if test "$(TESTARGS)" = "" ; then args="-a" ; else args="$(TESTARGS)" ; fi; \
+
if test "$(TESTARGS)" = "" ; then args="-
F -
a" ; else args="$(TESTARGS)" ; fi; \
$(RUNPIKE) $(TMP_BINDIR)/test_pike.pike -v -v $$args # verify & debug VERBOSE gdb_verify: testsuites testsuite master-stamp @echo >.gdbinit handle SIGFPE nostop noprint pass @echo >>.gdbinit handle SIGUSR1 nostop noprint pass @echo >>.gdbinit handle SIGUSR2 nostop noprint pass @echo >>.gdbinit handle SIGLWP nostop noprint pass @if kill -l | grep SIGRTMIN >/dev/null ; then \ echo >>.gdbinit handle SIG32 nostop noprint pass ;\ else :; fi @echo >>.gdbinit break debug_fatal @echo >>.gdbinit break pike_gdb_breakpoint
-
@if test "$(TESTARGS)" = "" ; then args="-a -v -v" ; else \
+
@if test "$(TESTARGS)" = "" ; then args="-
F -
a -v -v" ; else \
args="$(TESTARGS)" ; fi; \ echo >>.gdbinit set args -m$(TMP_BUILDDIR)/master.pike $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike --no-watchdog $$args gdb $(TMP_BUILDDIR)/pike @rm .gdbinit gdb_hilfe: master.pike @echo >.gdbinit handle SIGFPE nostop noprint pass @echo >>.gdbinit handle SIGUSR1 nostop noprint pass @echo >>.gdbinit handle SIGUSR2 nostop noprint pass @echo >>.gdbinit handle SIGLWP nostop noprint pass
pike.git/src/Makefile.in:649:
else :; fi @echo >>.gdbinit break debug_fatal @echo >>.gdbinit break pike_gdb_breakpoint @echo >>.gdbinit set args -m$(TMP_BUILDDIR)/master.pike $$ARGS gdb $(TMP_BUILDDIR)/pike @rm .gdbinit # fast test fast_verify_testsuite: testsuite PIKE_MODULE_PATH=""; PIKE_INCLUDE_PATH=""; \
-
if test "$(TESTARGS)" = "" ; then args="-a" ; else args="$(TESTARGS)" ; fi; \
+
if test "$(TESTARGS)" = "" ; then args="-
F -
a" ; else args="$(TESTARGS)" ; fi; \
if test -f ./test-pike ; then ./test-pike -DNOT_INSTALLED $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike $$args ; else sprsh `pwd`/test-install/pike/*/bin/pike.exe -DNOT_INSTALLED $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike $$args ; fi # run hilfe, for interactive testing run_hilfe: master.pike $(RUNPIKE) $(ARGS) valgrind_hilfe: master.pike $(VALGRIND) $(VALGRINDARGS) $(RUNPIKE) $(ARGS) feature_list:
pike.git/src/Makefile.in:826:
<$(SRCDIR)/UnicodeData.txt builtin_functions.o: $(SRCDIR)/case_info.h $(SRCDIR)/combine_path.h $(SRCDIR)/treeopt.h: $(SRCDIR)/treeopt.in $(TMP_BINDIR)/mktreeopt.pike ./precompile.sh $(TMP_BINDIR)/mktreeopt.pike $(SRCDIR)/treeopt.in || ( rm $(SRCDIR)/treeopt.h ; exit 1 ) las.o: $(SRCDIR)/treeopt.h # This dependency is here to make sure that lexer[012].h are generated.
-
# The reason for the split is that some compilers (read
lc
) generate
+
# The reason for the split is that some compilers (read
cl
) generate
# better code then. Strange, but true. lex.o: lexer0.h lexer1.h lexer2.h lex.protos: lexer0.h lexer1.h lexer2.h lexer0.h: lexer.h cp "$(SRCDIR)/lexer.h" "$@" lexer1.h: lexer.h cp "$(SRCDIR)/lexer.h" "$@"