pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:153:
echo >.gdbinit handle SIGUSR1 nostop noprint pass echo >>.gdbinit run -m $(TMP_LIBDIR)/master.lpc $(TMP_LIBDIR)/testsuite.lpc -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: $(TMP_LIBDIR)/testsuite.lpc
+
export: $(TMP_LIBDIR)/testsuite.lpc
configure
$(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 # # uLPC internal targets #