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 (49 lines) | stat: -rw-r--r-- 1,394 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
41
42
43
44
45
46
47
48
49
;; Object ede-proj-project
;; EDE project file.
(ede-proj-project "ede-proj-project"
  :name "Documentation"
  :file "Project.ede"
  :targets (list 
   (ede-proj-target-makefile-miscelaneous "images"
    :name "images"
    :path ""
    :source '("grammar-fw-ov.png" "grammar-fw-ov.txt")
    )
   (ede-proj-target-makefile-info "semantic-grammar"
    :name "semantic-grammar"
    :path ""
    :source '("grammar-fw.texi")
    )
   (ede-proj-target-makefile-info "Documentation"
    :name "Documentation"
    :path ""
    :source '("semantic.texi" "glossary.texi" "overview.texi" "installation.texi" "fdl.texi" "internals.texi" "semanticheader.texi")
    :mainmenu "semantic.texi"
    )
   (ede-proj-target-makefile-info "semantic-user.info"
    :name "semantic-user.info"
    :path ""
    :source '("user-guide.texi" "minor-modes.texi")
    )
   (ede-proj-target-makefile-info "semantic-appdev"
    :name "semantic-appdev.info"
    :path ""
    :source '("app-dev-guide.texi" "tags.texi")
    )
   (ede-proj-target-makefile-info "semantic-lagdev.info"
    :name "semantic-langdev.info"
    :path ""
    :source '("lang-support-guide.texi")
    )
   (ede-proj-target-makefile-info "bovine.info"
    :name "bovine.info"
    :path ""
    :source '("bovine.texi")
    )
   (ede-proj-target-makefile-info "wisent.info"
    :name "wisent.info"
    :path ""
    :source '("wisent.texi")
    )
   )
  )