pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:60:
LDFLAGS=$(CFLAGS) RUNULPC=$(TMP_BUILDDIR)/ulpc -m $(TMP_LIBDIR)/master.lpc FIXDEP=$(RUNULPC) $(TMP_BINDIR)/fixdepends.lpc MAKE_FLAGS = "prefix=$(prefix)" "exex_prefix=$(exex_prefix)" "CC=$(CC)" "OTHERFLAGS=$(OTHERFLAGS)" "FIXDEP=$(FIXDEP)" # Add alloca.o if you don't have alloca() on your machine. # Add ualarm.o if you don't have ualarm() on your machine. #
-
OBJ=language.o add_efun.o array.o builtin_efuns.o backend.o \
+
OBJ=language.o
peep.o
add_efun.o array.o builtin_efuns.o backend.o \
call_out.o docode.o dynamic_buffer.o error.o fd_control.o \ fsort.o hashtable.o interpret.o lex.o las.o list.o \ lpc_types.o main.o mapping.o memory.o module.o object.o \ opcodes.o operators.o port.o program.o rusage.o stralloc.o \ stuff.o svalue.o gc.o callback.o lpc_signal.o @EXTRA_OBJS@ # MODULES=@subdirs@ MODULE_OBJS=@MODULE_OBJS@
pike.git/src/Makefile.in:161:
# 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 $(SRCDIR)/install-sh $(RUNULPC) $(TMP_BINDIR)/export.lpc
+
peep_engine.c: peep.in
+
echo "" >$(SRCDIR)/peep_engine.c
+
-$(RUNULPC) $(TMP_BINDIR)/mkpeep.lpc $(SRCDIR)/peep.in >$(SRCDIR)/peep_engine.c
+
# 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 html_docs: docs $(RUNULPC) $(TMP_BINDIR)/htmlify_docs $(TMP_DOCDIR) docs
pike.git/src/Makefile.in:261:
dynamic_buffer.h \ program.h \ object.h \ stralloc.h \ interpret.h language.h \ error.h \ lpc_types.h \ fsort.h \ builtin_efuns.h \ gc.h
+
backend.o: backend.c \
+
global.h machine.h \
+
config.h \
+
port.h \
+
backend.h \
+
interpret.h \
+
program.h \
+
object.h \
+
svalue.h \
+
error.h \
+
call_out.h \
+
fd_control.h \
+
main.h \
+
callback.h \
+
array.h las.h \
+
dynamic_buffer.h
builtin_efuns.o: builtin_efuns.c \ global.h machine.h \ config.h \ port.h \ interpret.h \ program.h \ svalue.h \ macros.h \ object.h \ array.h las.h \
pike.git/src/Makefile.in:309:
callback.o: callback.c \ macros.h \ memory.h \ types.h machine.h \ callback.h \ array.h las.h \ config.h \ svalue.h \ dynamic_buffer.h \ program.h
-
docode.o: docode.c \
-
global.h machine.h \
-
config.h \
-
port.h las.h \
-
svalue.h \
-
dynamic_buffer.h \
-
program.h language.h \
-
lpc_types.h \
-
stralloc.h \
-
interpret.h \
-
add_efun.h \
-
hashtable.h \
-
array.h \
-
macros.h \
-
error.h \
-
main.h lex.h \
-
builtin_efuns.h
+
dynamic_buffer.o: dynamic_buffer.c \ global.h machine.h \ config.h \ port.h \ dynamic_buffer.h \ stralloc.h \ error.h \ svalue.h error.o: error.c \ global.h machine.h \
pike.git/src/Makefile.in:361:
config.h \ port.h fsort.o: fsort.c \ global.h machine.h \ config.h \ port.h \ fsort.h gc.o: gc.c \ global.h machine.h \ config.h \
-
port.h gc.h \
+
port.h
\
+
array.h las.h \
+
svalue.h \
+
dynamic_buffer.h \
+
program.h \
+
list.h \
+
mapping.h \
+
object.h
gc.h \
main.h hashtable.o: hashtable.c \ global.h machine.h \ config.h \ port.h \ hashtable.h \ stralloc.h \ stuff.h \ error.h \ svalue.h
pike.git/src/Makefile.in:448:
config.h \ port.h \ array.h las.h \ svalue.h \ dynamic_buffer.h \ program.h \ list.h \ macros.h \ error.h \ interpret.h \
-
builtin_efuns.h
+
builtin_efuns.h
\
+
gc.h
lpc_signal.o: lpc_signal.c \ global.h machine.h \ config.h \ port.h \ svalue.h \ interpret.h \ program.h \ stralloc.h \ add_efun.h \ hashtable.h \
pike.git/src/Makefile.in:513:
config.h \ port.h \ mapping.h \ las.h \ svalue.h \ dynamic_buffer.h \ program.h \ array.h \ macros.h language.h \ error.h \
-
interpret.h
+
interpret.h
\
+
gc.h
memory.o: memory.c \ global.h machine.h \ config.h \ port.h \ error.h \ svalue.h module.o: module.c \ module.h \ types.h machine.h \ macros.h \
pike.git/src/Makefile.in:576:
dynamic_buffer.h \ mapping.h \ array.h \ stralloc.h \ opcodes.h \ operators.h language.h \ error.h \ docode.h \ add_efun.h \ hashtable.h
+
peep.o: peep.c \
+
global.h machine.h \
+
config.h \
+
port.h \
+
peep_engine.c
+
peep_engine.o: peep_engine.c
port.o: port.c \ global.h machine.h \ config.h \ port.h \ macros.h program.o: program.c \ global.h machine.h \ config.h \ port.h \ program.h \