emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests 066e017 024/316: New Makefile.


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 066e017 024/316: New Makefile.
Date: Sat, 28 Jan 2017 09:09:43 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 066e0170c0e27fb988d27835dbacea7ec6c81ec4
Author: zappo <address@hidden>
Commit: Edward John Steere <address@hidden>

    New Makefile.
---
 test/manual/cedet/Makefile |   49 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/test/manual/cedet/Makefile b/test/manual/cedet/Makefile
new file mode 100644
index 0000000..7f39f1c
--- /dev/null
+++ b/test/manual/cedet/Makefile
@@ -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)" > address@hidden
+       for loadpath in . ${LOADPATH}; do \
+          echo "(add-to-list 'load-path \"$$loadpath\")" >> address@hidden; \
+       done;
+       @echo "(setq debug-on-error t)" >> address@hidden
+       "$(EMACS)" -batch --no-site-file -l address@hidden -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]