pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:769:
just_verify: testsuites master-stamp if test "x$(TESTARGS)" = x ; then args="-F -a -v" ; \ else args="$(TESTARGS)" ; fi; \ $(RUNPIKE) -x test_pike $$args valgrind_just_verify: testsuites master-stamp if test "x$(TESTARGS)" = x ; then args="-a -v" ; \ else args="$(TESTARGS)" ; fi; \ $(VALGRIND) $(VALGRINDARGS) $(RUNPIKE) -x test_pike --subproc-start="$(VALGRIND) $(VALGRINDARGS)" $$args
+
dtrace_probes.h: $(SRCDIR)/dtrace/dtrace_probes.d
+
dtrace -h -s "$(SRCDIR)/dtrace/dtrace_probes.d" -o "$(TMP_BUILDDIR)/dtrace_probes.h"
+
+
# 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" >"$@" dynloadtest.c: dynamic_load.c dynloadtest: dynloadtest.o @EXTRA_OBJS@ fdlib.o port.o
pike.git/src/Makefile.in:1259:
post_modules/linker_options: post-modules-stamp pike-complete-stamp: pike post-modules-stamp @touch pike-complete-stamp $(SRCDIR)/interpret_protos.h_src: $(SRCDIR)/interpret_functions.h $(SRCDIR)/strip_opcodes $(CPP) $(PREFLAGS) -DGEN_PROTOS $(SRCDIR)/interpret_functions.h | $(SRCDIR)/strip_opcodes >$(SRCDIR)/interpret_protos.h_src || { rm $(SRCDIR)/interpret_protos.h_src; exit 1; } lex.o: $(SRCDIR)/lex.c $(SRCDIR)/interpret_protos.h
-
interpret.o: $(SRCDIR)/lex.c $(SRCDIR)/interpret_protos.h
+
interpret.o: $(SRCDIR)/lex.c $(SRCDIR)/interpret_protos.h
@DTRACE_REQUIREMENTS@
lex_t.o: $(SRCDIR)/lex_t.c $(SRCDIR)/interpret_protos.h language.o: $(SRCDIR)/language.c $(SRCDIR)/object.h $(SRCDIR)/interpret.h $(SRCDIR)/program.h $(SRCDIR)/language.c_src $(SRCDIR)/language.h_src: $(SRCDIR)/language.yacc @echo "Expect 1 shift/reduce conflict." cd $(SRCDIR) && $(YACC) $(YFLAGS) language.yacc mv $(SRCDIR)/y.tab.c $(SRCDIR)/language.c_src mv $(SRCDIR)/y.tab.h $(SRCDIR)/language.h_src