--- /dev/null
+# 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
+
+Lisp_LISP=cedet-integ-test.el
+EMACS=emacs
+VERSION=1.0
+DISTDIR=$(top)Tests-$(VERSION)
+
+
+
+all: Lisp
+
+.PHONY: Lisp
+Lisp: $(Lisp_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:
+ mkdir $(DISTDIR)
+ cp $(Lisp_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