pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:177:
( cd modules ; $(MAKE) $(MAKE_FLAGS) verify ) verbose_verify_modules: ( cd modules ; $(MAKE) $(MAKE_FLAGS) verbose_verify ) verify: testsuite verify_modules $(RUNPIKE) $(TMP_BINDIR)/test_pike.pike testsuite check: verify
+
sure: verify
+
# verify / debug verbose verbose_verify: testsuite verbose_verify_modules $(RUNPIKE) $(TMP_BINDIR)/test_pike.pike testsuite --verbose # verify & debug VERBOSE gdb_verify: testsuite @echo >.gdbinit handle SIGFPE nostop noprint pass @echo >>.gdbinit handle SIGUSR1 nostop noprint pass @echo >>.gdbinit run -Mmodules -DNOT_INSTALLED -m $(TMP_LIBDIR)/master.pike $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike testsuite -v -v -f gdb ./pike @rm .gdbinit # run hilfe, for interactive testing run_hilfe: $(RUNPIKE) $(TMP_BINDIR)/hilfe
-
+
feature_list:
+
$(RUNPIKE) $(TMP_BINDIR)/feature_list
+
lib: $(LIBDIR_SRC) $(LIBDIR_SRC)/master.pike $(LIBDIR_SRC)/modules $(LIBDIR_SRC)/include cp -r $(LIBDIR_SRC) . touch ./lib # make export archive (requires compiled Pike) # Do not compile in source tree if you want to use this! # Beware that export archive this includes bison/yacc/byacc source # and thus has to follow the rules stated in that code. export: new_peep_engine $(SRCDIR)/language.c $(SRCDIR)/language.h depend chmod +x $(SRCDIR)/install-sh