PageRenderTime 59ms CodeModel.GetById 34ms RepoModel.GetById 0ms app.codeStats 0ms

/cedet/tests/Makefile

https://bitbucket.org/hoangtu/emacs
Makefile | 67 lines | 41 code | 18 blank | 8 comment | 2 complexity | d44eb1bb92b8b742d837d0b0b76c8ca6 MD5 | raw file
  1. # Automatically Generated Makefile by EDE.
  2. # For use with: make
  3. #
  4. # DO NOT MODIFY THIS FILE OR YOUR CHANGES MAY BE LOST.
  5. # EDE is the Emacs Development Environment.
  6. # http://cedet.sourceforge.net/ede.shtml
  7. #
  8. top=
  9. ede_FILES=Project.ede Makefile
  10. Lisp_LISP=cedet-integ-test.el cit-cpp.el cit-el.el cit-texi.el cit-load.el cit-srec.el cit-gnustep.el cit-uml.el cit-dist.el cit-symref.el cit-externaldb.el cit-android.el cit-arduino.el cit-projvar.el
  11. EMACS=emacs
  12. EMACSFLAGS=-batch --no-site-file
  13. LOADPATH= ../lisp/speedbar/ ../lisp/cogre/ ../lisp/contrib/ ../lisp/ede/ ../lisp/srecode/ ../lisp/semantic/wisent/ ../lisp/semantic/bovine/ ../lisp/semantic/ ../lisp/eieio/ ../lisp/common/
  14. ELISPPRELOAD= cedet-compat
  15. templates_MISC=cit-extra-cpp.srt
  16. scripts_MISC=cit-test.sh
  17. Misc_MISC=README ChangeLog cit-uml.cgr
  18. VERSION=1.0
  19. DISTDIR=$(top)cit-$(VERSION)
  20. all: Lisp templates scripts Misc
  21. .PHONY: Lisp
  22. Lisp: $(Lisp_LISP)
  23. @echo "(add-to-list 'load-path nil)" > $@-compile-script
  24. for loadpath in . ${LOADPATH}; do \
  25. echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
  26. done;
  27. for preload in ${ELISPPRELOAD}; do \
  28. echo "(load \"$$preload\")" >> $@-compile-script; \
  29. done;
  30. @echo "(setq debug-on-error t)" >> $@-compile-script
  31. "$(EMACS)" $(EMACSFLAGS) -l $@-compile-script -f batch-byte-compile $^
  32. templates:
  33. @
  34. scripts:
  35. @
  36. Misc:
  37. @
  38. tags:
  39. clean:
  40. rm -f *.elc
  41. .PHONY: dist
  42. dist:
  43. mkdir $(DISTDIR)
  44. cp $(Lisp_LISP) $(templates_MISC) $(scripts_MISC) $(Misc_MISC) $(ede_FILES) $(DISTDIR)
  45. Makefile: Project.ede
  46. @echo Makefile is out of date! It needs to be regenerated by EDE.
  47. @echo If you have not modified Project.ede, you can use 'touch' to update the Makefile time stamp.
  48. @false
  49. # End of Makefile