# Automatically Generated Makefile by EDE. # For use with: make # # DO NOT MODIFY THIS FILE OR YOUR CHANGES MAY BE LOST. # EDE is the Emacs Development Environment. # http://cedet.sourceforge.net/ede.shtml # top=../ ede_FILES=Project.ede Makefile by_SEMANTIC_GRAMMAR=c.by make.by scheme.by erlang.by EMACS=emacs LOADPATH= ../../common/ ../ ../../eieio/\ ../wisent/ ../../speedbar/ by_SEMANTIC_GRAMMAR_EL=semantic-c-by.el semantic-make-by.el semantic-scm-by.el semantic-erlang-by.el bovinator_LISP=semantic-bovine.el bovine-grammar.el bovine-debug.el bovine-grammar-macros.el EMACS=emacs examples_MISC=semantic-skel.el skeleton.by languages_LISP=semantic-c.el semantic-el.el semantic-make.el semantic-scm.el semantic-java.el erlang-edoc.el semantic-erlang.el VERSION=2.0pre4 DISTDIR=$(top)semantic-$(VERSION)/bovine all: by bovinator examples languages .PHONY: by by: $(by_SEMANTIC_GRAMMAR) @echo "(add-to-list 'load-path nil)" > grammar-make-script @for loadpath in . ${LOADPATH}; do \ echo "(add-to-list 'load-path \"$$loadpath\")" >> grammar-make-script; \ done; @echo "(require 'semantic-load)" >> grammar-make-script @echo "(require 'semantic-grammar)" >> grammar-make-script "$(EMACS)" -batch --no-site-file -l grammar-make-script -f semantic-grammar-batch-build-packages $^ .PHONY: bovinator bovinator: $(bovinator_LISP) @echo "(add-to-list 'load-path nil)" > $@-compile-script for loadpath in . ${LOADPATH}; do \ echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \ done; @echo "(setq debug-on-error t)" >> $@-compile-script "$(EMACS)" -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^ examples: @ .PHONY: languages languages: $(languages_LISP) @echo "(add-to-list 'load-path nil)" > $@-compile-script for loadpath in . ${LOADPATH}; do \ echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \ done; @echo "(setq debug-on-error t)" >> $@-compile-script "$(EMACS)" -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^ tags: clean: rm -f *.elc .PHONY: dist dist: $(by_SEMANTIC_GRAMMAR_EL) mkdir $(DISTDIR) cp $(by_SEMANTIC_GRAMMAR) $(by_SEMANTIC_GRAMMAR_EL) $(bovinator_LISP) $(examples_MISC) $(languages_LISP) $(ede_FILES) $(DISTDIR) Makefile: Project.ede @echo Makefile is out of date! It needs to be regenerated by EDE. @echo If you have not modified Project.ede, you can use 'touch' to update the Makefile time stamp. @false # End of Makefile