File: Project.ede

package info (click to toggle)
xae 1.0beta6-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 28,184 kB
  • ctags: 12,210
  • sloc: java: 27,149; xml: 20,864; lisp: 12,921; perl: 1,054; sh: 237; makefile: 169
file content (30 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (2)
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
;; Object ede-proj-project
;; EDE project file.
(ede-proj-project "ede-proj-project"
  :name "eieio"
  :version "$(shell grep \"Version: \" eieio.el | cut -d\" \" -f3)"
  :file "Project.ede"
  :targets (list   (ede-proj-target-makefile-miscelaneous "Misc"
    :name "Misc"
    :path ""
    :source '("INSTALL")
    :partofall 'nil
    )
   (ede-proj-target-elisp "eieio"
    :name "eieio"
    :path ""
    :source '("eieio.el" "eieio-custom.el" "eieio-opt.el" "eieio-comp.el" "eieio-doc.el")
    )
   (ede-proj-target-makefile-info "eieio.info"
    :name "eieio.info"
    :path ""
    :source '("eieio.texi")
    )
   (ede-proj-target-elisp "examples"
    :name "examples"
    :path ""
    :source '("tree.el" "chart.el" "eieio-speedbar.el" "eieio-tests.el")
    )
   )
  :configuration-variables 'nil
  )