File: Project.ede

package info (click to toggle)
eieio 0.16-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 364 kB
  • ctags: 414
  • sloc: lisp: 4,518; sh: 62; makefile: 42
file content (38 lines) | stat: -rw-r--r-- 924 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
31
32
33
34
35
36
37
38
;; Object eieio
;; EDE project file.
(ede-proj-project "eieio"
  :name "eieio"
  :version "0.16"
  :file "Project.ede"
  :targets (list 
   (ede-proj-target-elisp "eieio"
    :name "eieio"
    :path ""
    :source '("eieio.el" "eieio-comp.el" "eieio-opt.el" "eieio-custom.el" "eieio-doc.el" "eieio-base.el" "compare-strings.el")
    :versionsource '("eieio.el")
    )
   (ede-proj-target-elisp "examples"
    :name "examples"
    :path ""
    :source '("tree.el" "call-tree.el" "chart.el" "eieio-speedbar.el")
    )
   (ede-proj-target-makefile-info "eieio.info"
    :name "eieio.info"
    :path ""
    :source '("eieio.texi")
    )
   (ede-proj-target-elisp "nil"
    :name "test"
    :path ""
    :source '("eieio-tests.el")
    :partofall 'nil
    )
   (ede-proj-target-makefile-miscelaneous "Misc"
    :name "Misc"
    :path ""
    :source '("INSTALL")
    :partofall 'nil
    )
   )
  :configuration-variables 'nil
  )