Initial Commit
[packages] / xemacs-packages / ede / ede-loaddefs.el
1 ;;; ede-loaddefs.el --- Auto-generated CEDET autoloads
2 ;;
3 ;;; Code:
4
5 \f
6 ;;;### (autoloads (ede-target-parent ede-parent-project ede-load-project-file
7 ;;;;;;  ede-documentation-files ede-description ede-name project-make-dist
8 ;;;;;;  project-compile-target project-compile-project project-edit-file-target
9 ;;;;;;  ede-compile-target ede-remove-file ede-project ede-target
10 ;;;;;;  ede-project-autoload) "ede" "ede.el" (18022 1918))
11 ;;; Generated autoloads from ede.el
12
13 (autoload (quote ede-project-autoload) "ede" "\
14 Class representing minimal knowledge set to run preliminary EDE functions.
15 When more advanced functionality is needed from a project type, that projects
16 type is required and the load function used." nil nil)
17
18 (autoload (quote ede-target) "ede" "\
19 A top level target to build." nil nil)
20
21 (autoload (quote ede-project) "ede" "\
22 Top level EDE project specification.
23 All specific project types must derive from this project." nil nil)
24
25 (defvar ede-projects nil "\
26 A list of all active projects currently loaded in Emacs.")
27
28 (defvar ede-minor-mode nil "\
29 Non-nil in EDE controlled buffers.")
30
31 (autoload (quote ede-remove-file) "ede" "\
32 Remove the current file from targets.
33 Optional argument FORCE forces the file to be removed without asking." t nil)
34
35 (autoload (quote ede-compile-target) "ede" "\
36 Compile the current buffer's associated target." t nil)
37
38 (autoload (quote project-edit-file-target) "ede" "\
39 Edit the target OT associated w/ this file." nil nil)
40
41 (autoload (quote project-compile-project) "ede" "\
42 Compile the entire current project OBJ.
43 Argument COMMAND is the command to use when compiling." nil nil)
44
45 (autoload (quote project-compile-target) "ede" "\
46 Compile the current target OBJ.
47 Argument COMMAND is the command to use for compiling the target." nil nil)
48
49 (autoload (quote project-make-dist) "ede" "\
50 Build a distribution for the project based on THIS project." nil nil)
51
52 (autoload (quote ede-name) "ede" "\
53 Return the name of THIS targt." nil nil)
54
55 (autoload (quote ede-description) "ede" "\
56 Return a description suitible for the minibuffer about THIS." nil nil)
57
58 (autoload (quote ede-documentation-files) "ede" "\
59 Return the documentation files for the current buffer.
60 Not all buffers need documentations, so return nil if no applicable.
61 Some projects may have multiple documentation files, so return a list." nil nil)
62
63 (autoload (quote ede-load-project-file) "ede" "\
64 Project file independent way to read in FILE." nil nil)
65
66 (autoload (quote ede-parent-project) "ede" "\
67 Return the project belonging to the parent directory.
68 nil if there is no previous directory.
69 Optional argument OBJ is an object to find the parent of." nil nil)
70
71 (autoload (quote ede-target-parent) "ede" "\
72 Return the project which is the parent of TARGET.
73 It is recommended you track the project a different way as this function
74 could become slow in time." nil nil)
75
76 ;;;***
77 \f
78 ;;;### (autoloads (ede-pmake-varname) "ede-pmake" "ede-pmake.el"
79 ;;;;;;  (17881 43568))
80 ;;; Generated autoloads from ede-pmake.el
81
82 (autoload (quote ede-pmake-varname) "ede-pmake" "\
83 Convert OBJ into a variable name name, which converts .  to _." nil nil)
84
85 ;;;***
86 \f
87 ;;;### (autoloads nil "ede-proj" "ede-proj.el" (17881 43589))
88 ;;; Generated autoloads from ede-proj.el
89
90 (add-to-list (quote auto-mode-alist) (quote ("Project\\.ede" . emacs-lisp-mode)))
91
92 ;;;***
93 \f
94 ;;;### (autoloads (ede-simple-project ede-simple-load ede-simple-projectfile-for-dir)
95 ;;;;;;  "ede-simple" "ede-simple.el" (18019 24814))
96 ;;; Generated autoloads from ede-simple.el
97
98 (add-to-list (quote ede-project-class-files) (ede-project-autoload "simple-overlay" :name "Simple" :file (quote ede-simple) :proj-file (quote ede-simple-projectfile-for-dir) :load-type (quote ede-simple-load) :class-sym (quote ede-simple-project)) t)
99
100 (autoload (quote ede-simple-projectfile-for-dir) "ede-simple" "\
101 Return a full file name to the project file stored in the current directory.
102 The directory has three parts:
103   <STORAGE ROOT>/<PROJ DIR AS FILE>/ProjSimple.ede" nil nil)
104
105 (autoload (quote ede-simple-load) "ede-simple" "\
106 Load a project of type `Simple' for the directory DIR.
107 Return nil if there isn't one." nil nil)
108
109 (autoload (quote ede-simple-project) "ede-simple" "\
110 EDE Simple project class.
111 Each directory needs a a project file to control it." nil nil)
112
113 ;;;***
114 \f
115 ;;;### (autoloads (ede-update-version) "ede-util" "ede-util.el" (17213
116 ;;;;;;  40281))
117 ;;; Generated autoloads from ede-util.el
118
119 (autoload (quote ede-update-version) "ede-util" "\
120 Update the current projects main version number.
121 Argument NEWVERSION is the version number to use in the current project." t nil)
122
123 ;;;***
124 \f
125 ;; Local Variables:
126 ;; version-control: never
127 ;; no-byte-compile: t
128 ;; no-update-autoloads: t
129 ;; End:
130 ;;; ede-loaddefs.el ends here