# 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://www.ultranet.com/~zappo/ede.shtml # ede_FILES=Project.ede Makefile eieio_LISP=eieio.el eieio-comp.el eieio-opt.el eieio-custom.el eieio-doc.el eieio-base.el compare-strings.el EMACS=emacs examples_LISP=tree.el call-tree.el chart.el eieio-speedbar.el eieio_info_TEXINFOS=eieio.texi MAKEINFO=makeinfo test_LISP=eieio-tests.el Misc_MISC=INSTALL VERSION=0.16 DISTDIR=eieio-$(VERSION) top_builddir = DEP_FILES=.deps/.P all: eieio examples eieio.info DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) -include $(DEP_FILES) eieio: $(eieio_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 -l $@-compile-script -f batch-byte-compile $^ examples: $(examples_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 -l $@-compile-script -f batch-byte-compile $^ eieio.info: $(eieio_info_TEXINFOS) makeinfo -o $@ $< test: $(test_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 -l $@-compile-script -f batch-byte-compile $^ Misc: @ tags: $(eieio_LISP) $(examples_LISP) $(eieio_info_TEXINFOS) $(test_LISP) $(Misc_MISC) etags $^ clean: rm -f *.elc *.info dist: rm -rf $(DISTDIR) mkdir $(DISTDIR) cp $(eieio_LISP) $(examples_LISP) $(eieio_info_TEXINFOS) $(test_LISP) $(Misc_MISC) $(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. @false # End of Makefile