pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:653:
-find lib -type f -name \*.o -o -name \*.obj | xargs rm -f # make clean clean_here: tidy doc_clean -( cd tlib; find . -name testsuite | xargs rm ) -( cd extra_tests; find . -name testsuite | xargs rm ) -rm -f confdefs.h -rm -rf test-install test-pike tpike tpike.* *.pdb -rm -f TAGS tags yacc.acts yacc.debug yacc.tmp *.debug.log a.out pike.tmp -rm -f master.pike compiler-warnings dumpmodule.log
-
-rm -f interpreter_debug.h lexer
?
.h
+
-rm -f interpreter_debug.h lexer.h
-rm -f import-stamp master-stamp headerfiles-stamp -rm -f static-modules-stamp dynamic-modules-stamp post-modules-stamp -rm -f post-module-pike-stamp pike-complete-stamp -rm -rf lib/modules/* # -rm -f lib/master.pike clean: clean_here -( cd modules; $(MAKE) $(MAKE_FLAGS) clean ) -( cd post_modules; $(MAKE) $(MAKE_FLAGS) clean )
pike.git/src/Makefile.in:1068:
./precompile.sh $(TMP_BINDIR)/make_ci.pike $(SRCDIR)/case_info.h \ <$(SRCDIR)/UnicodeData.txt builtin_functions.o: $(SRCDIR)/case_info.h $(SRCDIR)/combine_path.h $(SRCDIR)/treeopt.h: $(SRCDIR)/treeopt.in $(TMP_BINDIR)/mktreeopt.pike ./precompile.sh $(TMP_BINDIR)/mktreeopt.pike $(SRCDIR)/treeopt.in || ( rm $(SRCDIR)/treeopt.h ; exit 1 ) las.o: $(SRCDIR)/treeopt.h
-
# This dependency is here to make sure that lexer[012].h are generated.
-
# The reason for the split is that some compilers (read cl) generate
-
# better code then. Strange, but true.
-
lex.o: lexer0.h lexer1.h lexer2.h
+
-
lex.protos: lexer0.h lexer1.h lexer2.h
-
-
lexer0.h: lexer.h
-
cp "$(SRCDIR)/lexer.h" "$@"
-
-
lexer1.h: lexer.h
-
cp "$(SRCDIR)/lexer.h" "$@"
-
-
lexer2.h: lexer.h
-
cp "$(SRCDIR)/lexer.h" "$@"
-
-
+
# unbug needs interpreter_nd.h to be able to # set separate breakpoints in eval_instruction_with/without_debug interpreter_debug.h: interpreter.h cp "$(SRCDIR)/interpreter.h" "$@" interpret.o: interpreter_debug.h $(SRCDIR)/interpret_functions_fixed.h # make dependencies depend: $(SRC_TARGETS) gcc -MM -MG $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh "$(SRCDIR)" "$(SRCDIR)" /dev/null