pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:8:
# not used yet INSTALL=@INSTALL@ SRCDIR=@srcdir@ VPATH=@srcdir@ # These are used while compiling TMP_LIBDIR = @LIBDIR@ TMP_BINDIR = @BINDIR@ TMP_BUILDDIR = @BUILDDIR@
+
TMP_DOCDIR = @DOCDIR@
prefix = @prefix@ exec_prefix = $(prefix)/bin lib_prefix = $(prefix)/lib/ulpc # # use bison please, yacc doesn't always work good enough. # YACC=@YACC@ YFLAGS=-d -v
pike.git/src/Makefile.in:134:
-rm -f .pure driver* l.outa* # create tags tags: ctags *.c TAGS: etags -t *.h *.c # verify / debug
-
verify: $(
TMP_BINDIR
)/testsuite
-
$(RUNULPC) $(
TMP_BINDIR
)/test_lpc.lpc $(
TMP_BINDIR
)/testsuite
+
verify: $(
SRCDIR
)/
test/
testsuite
+
$(RUNULPC) $(
SRCDIR
)/test
/test
_lpc.lpc $(
SRCDIR)/test/testsuite
+
$(RUNULPC) $(SRCDIR)/test/verifymanual.lpc $(
TMP_
DOCDIR
)
# verify / debug verbose
-
verbose_verify: $(
TMP_BINDIR
)/testsuite
-
$(RUNULPC) $(
TMP_BINDIR
)/test_lpc.lpc $(
TMP_BINDIR
)/testsuite --verbose
+
verbose_verify: $(
SRCDIR
)/
test/
testsuite
+
$(RUNULPC) $(
SRCDIR
)/test
/test
_lpc.lpc $(
SRCDIR
)/
test/
testsuite --verbose
+
$(RUNULPC) $(SRCDIR)/test/verifymanual.lpc $(TMP_DOCDIR)
# verify & debug VERBOSE
-
gdb_verify: $(
TMP_BINDIR
)/testsuite
+
gdb_verify: $(
SRCDIR
)/
test/
testsuite
echo >.gdbinit handle SIGUSR1 nostop noprint pass
-
echo >>.gdbinit run -m $(TMP_LIBDIR)/master.lpc $(
TMP_BINDIR
)/test_lpc.lpc $(
TMP_BINDIR
)/testsuite -v -v -f
+
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: $(
TMP_BINDIR
)/testsuite configure
+
export: $(
SRCDIR
)/
test/
testsuite 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 #
pike.git/src/Makefile.in:198:
./config.status machine.h: stamp-h stamp-h: machine.h.in config.status ./config.status modlist.h: ./config.status
-
$(
TMP_BINDIR
)/testsuite: $(
TMP_BINDIR
)/create_testsuite
-
$(
TMP_BINDIR
)/create_testsuite >$(
TMP_BINDIR
)/testsuite
+
$(
SRCDIR
)/
test/
testsuite: $(
SRCDIR
)/
test/
create_testsuite
+
m4 <
$(
SRCDIR
)/
test/
create_testsuite >$(
SRCDIR
)/
test/
testsuite
#Dependencies begin here, DO NOT REMOVE THIS LINE!!!! language.o: language.c global.h machine.h \ config.h debug.h \ port.h interpret.h \ program.h array.h \ las.h svalue.h \ dynamic_buffer.h object.h \ stralloc.h lex.h \