]> git.eshelyaron.com Git - emacs.git/commitdiff
New Makefile.
authorzappo <zappo@users.sourceforge.net>
Tue, 19 Feb 2008 03:42:01 +0000 (03:42 +0000)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:47:55 +0000 (17:47 +0200)
test/manual/cedet/Makefile [new file with mode: 0644]

diff --git a/test/manual/cedet/Makefile b/test/manual/cedet/Makefile
new file mode 100644 (file)
index 0000000..7f39f1c
--- /dev/null
@@ -0,0 +1,49 @@
+# 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