# 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 speechd-el-extension_elc_LISP=speechd-el-extension.el EMACS=emacs EMACSFLAGS=-batch --no-site-file VERSION=1.0 DISTDIR=$(top)Speechd-el Extension-$(VERSION) all: speechd-el-extension.elc .PHONY: speechd-el-extension.elc speechd-el-extension.elc: $(speechd-el-extension_elc_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)" $(EMACSFLAGS) -l $@-compile-script -f batch-byte-compile $^ tags: clean: rm -f *.elc .PHONY: dist dist: rm -rf $(DISTDIR) mkdir $(DISTDIR) cp $(speechd-el-extension_elc_LISP) $(ede_FILES) $(DISTDIR) tar -cvzf $(DISTDIR).tar.gz $(DISTDIR) rm -rf $(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