File: Project.ede

package info (click to toggle)
cedet 1%3A1.0pre4-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,696 kB
  • ctags: 4,651
  • sloc: lisp: 63,636; cpp: 500; sh: 313; makefile: 172; ansic: 144; java: 15
file content (40 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download | duplicates (8)
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
33
34
35
36
37
38
39
40
;; Object common
;; EDE project file.
(ede-proj-project "common"
  :name "common"
  :version "1.0pre4"
  :file "Project.ede"
  :targets (list 
   (ede-proj-target-aux "misc"
    :name "misc"
    :path ""
    :source '("ChangeLog")
    )
   (ede-proj-target-elisp-autoloads "autoloads"
    :name "autoloads"
    :path ""
    :autoload-file "cedet-loaddefs.el"
    )
   (ede-proj-target-elisp "init"
    :name "init"
    :path ""
    :source '("cedet-load.el")
    )
   (ede-proj-target-elisp "setup"
    :name "setup"
    :path ""
    :source '("cedet.el")
    :versionsource '("cedet.el")
    )
   (ede-proj-target-elisp "common"
    :name "common"
    :path ""
    :source '("cedet-autogen.el" "cedet-compat.el" "ezimage.el" "inversion.el" "pprint.el" "sformat.el" "fame.el" "working.el" "cedet-edebug.el" "mode-local.el" "cedet-files.el")
    )
   )
  :web-site-url "http://cedet.sourceforge.net/"
  :web-site-directory "/r@scp:shell.sourceforge.net:cedet/htdocs"
  :ftp-upload-site "/ftp@upload.sourceforge.net:/incoming"
  :configuration-variables 'nil
  :metasubproject 't
  )