pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:165:
# make export archive (requires compiled uLPC) # Do not compile in source tree if you want to use this! export: $(SRCDIR)/test/testsuite $(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
+
+
html_docs: docs
+
$(RUNULPC) $(TMP_BINDIR)/htmlify_docs $(TMP_DOCDIR) docs
+
# # uLPC internal targets # module_objects: for a in $(MODULES) ; do ( cd $$a ; ${MAKE} $(MAKE_FLAGS) ) ; done lang.o: lang.c config.h object.h interpret.h program.h language.h: language.y @echo "Expect 1 shift/reduce conflict."