# Automatically Generated Makefile by EDE. # For use with: make # Relative File Name: Makefile # # DO NOT MODIFY THIS FILE OR YOUR CHANGES MAY BE LOST. # EDE is the Emacs Development Environment. # http://cedet.sourceforge.net/ede.shtml # top="$(CURDIR)"/ ede_FILES=Project.ede Makefile Extensions_LISP=speechd-el-extension.el EMACS=emacs EMACSFLAGS=-batch --no-site-file --eval '(setq debug-on-error t)' require=$(foreach r,$(1),(require (quote $(r)))) VERSION=1.0.1 DISTDIR=$(top)Extensions-$(VERSION) all: Extensions Speechd-el Extension Documentation %.elc: %.el $(EMACS) $(EMACSFLAGS) $(addprefix -L ,$(LOADPATH)) --eval '(progn $(call require, $(PRELOADS)))' -f batch-byte-compile $^ .PHONY: Extensions Extensions: $(addsuffix c, $(Extensions_LISP)) .PHONY:Speechd-el Extension Documentation Speechd-el Extension Documentation: $(MAKE) -C doc tags: $(MAKE) -C doc/ $(MFLAGS) $@ clean: rm -f *.elc .PHONY: dist dist: rm -rf $(DISTDIR) mkdir $(DISTDIR) cp $(Extensions_LISP) $(ede_FILES) $(DISTDIR) $(MAKE) -C doc $(MFLAGS) DISTDIR=$(DISTDIR)/doc dist 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