pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:158:
echo >>.gdbinit run -m $(TMP_LIBDIR)/master.lpc $(SRCDIR)/test/test_lpc.lpc $(SRCDIR)/test/testsuite -v -v -f gdb ./ulpc # run hilfe, for interactive testing run_hilfe: $(RUNULPC) $(TMP_BINDIR)/hilfe # make export archive (requires compiled uLPC) # Do not compile in source tree if you want to use this! export: $(SRCDIR)/test/testsuite
+
chmod +x $(TMP_SRCDIR)/install-sh
$(RUNULPC) $(TMP_BINDIR)/export.lpc # make dependencies (requires compiled uLPC) depend: language.c gcc -MM $(PREFLAGS) *.c $(SRCDIR)/*.c | $(FIXDEP) $(SRCDIR)/Makefile.in for a in $(MODULES) ; do ( cd $$a ; ${MAKE} $(MAKE_FLAGS) depend ) ; done docs: mkdir docs