Initial Commit
[packages] / xemacs-packages / cogre / Project.ede
1 ;; Object COGRE
2 ;; EDE project file.
3 (ede-proj-project "COGRE"
4   :name "COGRE"
5   :version "0.5"
6   :file "Project.ede"
7   :targets (list 
8    (semantic-ede-proj-target-grammar "wy"
9     :name "wy"
10     :path ""
11     :source '("wisent-dot.wy")
12     )
13    (ede-proj-target-elisp-autoloads "autoloads"
14     :name "autoloads"
15     :path ""
16     :autoload-file "cogre-loaddefs.el"
17     )
18    (ede-proj-target-elisp "init"
19     :name "init"
20     :path ""
21     :source '("cogre-load.el")
22     )
23    (ede-proj-target-elisp "dot"
24     :name "dot"
25     :path ""
26     :source '("wisent-dot.el")
27     :aux-packages '("wisent")
28     )
29    (ede-proj-target-elisp "Mode"
30     :name "Mode"
31     :path ""
32     :source '("cogre-mode.el")
33     )
34    (ede-proj-target-makefile-info "info"
35     :name "info"
36     :path ""
37     :source '("cogre.texi")
38     )
39    (ede-proj-target-makefile-miscelaneous "misc"
40     :name "misc"
41     :path ""
42     :source '("INSTALL" "ChangeLog")
43     )
44    (ede-proj-target-elisp "hacks"
45     :name "hacks"
46     :path ""
47     :source '("picture-hack.el")
48     )
49    (ede-proj-target-elisp "(cogre.el cogre-uml.el uml-create.el)"
50     :name "COGRE"
51     :path ""
52     :source '("cogre.el" "cogre-uml.el" "uml-create.el")
53     :versionsource '("cogre.el")
54     :aux-packages '("eieio" "semantic" "semantic-el" "inversion" "speedbar")
55     )
56    )
57   :web-site-url "http://cedet.sourceforge.net/cogre.shtml"
58   :web-site-directory "/r@scp:shell.sourceforge.net:cedet/htdocs"
59   :web-site-file "cogre.shtml"
60   :ftp-upload-site "/ftp@upload.sourceforge.net:/incoming"
61   :metasubproject 't
62   )