-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathProject.ede
32 lines (32 loc) · 906 Bytes
/
Project.ede
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
;; Object ede-proj-project
;; EDE project file.
(ede-proj-project "ede-proj-project"
:name "matlab-emacs"
:version "3.3.0"
:file "Project.ede"
:targets (list
(ede-proj-target-elisp-autoloads "autoloads"
:name "autoloads"
:path ""
:autoload-file "matlab-load.el"
)
(ede-proj-target-makefile-miscelaneous "misc"
:name "misc"
:path ""
:source '("ChangeLog" "ChangeLog.old1" "ChangeLog.old2" "INSTALL" "README" "dl_emacs_support.m")
)
(ede-proj-target-elisp "lisp"
:name "lisp"
:path ""
:source '("matlab.el" "mlint.el" "tlc.el" "matlab-publish.el")
:versionsource '("matlab.el")
:aux-packages '("eieio")
)
(ede-proj-target-elisp "cedet"
:name "cedet"
:path ""
:source '("semantic-matlab.el" "semanticdb-matlab.el" "cedet-matlab.el" "company-matlab-shell.el")
:aux-packages '("semantic" "semantic-el")
)
)
)