From 066e0170c0e27fb988d27835dbacea7ec6c81ec4 Mon Sep 17 00:00:00 2001 From: zappo Date: Tue, 19 Feb 2008 03:42:01 +0000 Subject: [PATCH] New Makefile. --- test/manual/cedet/Makefile | 49 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 test/manual/cedet/Makefile diff --git a/test/manual/cedet/Makefile b/test/manual/cedet/Makefile new file mode 100644 index 00000000000..7f39f1cda5f --- /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)" > $@-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 -- 2.39.2