Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
# 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
eieio_LISP=eieio.el eieio-comp.el eieio-opt.el eieio-custom.el eieio-doc.el eieio-base.el
EMACS=emacs
LOADPATH=~/emacs/speedbar
examples_LISP=tree.el call-tree.el chart.el eieio-speedbar.el linemark.el
eieio_info_TEXINFOS=eieio.texi
MAKEINFO=makeinfo
test_LISP=eieio-tests.el
Misc_MISC=INSTALL ChangeLog
VERSION=0.17
DISTDIR=$(top)eieio-$(VERSION)
all: eieio examples eieio.info
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:
clean:
rm -f *.elc *.html *.info
dist: eieio.info
rm -rf $(DISTDIR)
mkdir $(DISTDIR)
cp $(eieio_LISP) $(examples_LISP) $(eieio_info_TEXINFOS) eieio.info* $(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