123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- ;;; loaddefs.el --- automatically extracted autoloads
- ;;
- ;;; Code:
- ;;;### (autoloads (ede-cpp-root-project-root) "ede/cpp-root" "cpp-root.el"
- ;;;;;; "3aeab969c6e7e2876ae2546b69012fb2")
- ;;; Generated autoloads from cpp-root.el
- (autoload 'ede-cpp-root-project-root "ede/cpp-root" "\
- Get the root directory for DIR.
- \(fn &optional DIR)" nil nil)
- (add-to-list 'ede-project-class-files (ede-project-autoload "cpp-root" :name "CPP ROOT" :file 'ede/cpp-root :proj-file 'ede-cpp-root-project-file-for-dir :proj-root 'ede-cpp-root-project-root :load-type 'ede-cpp-root-load :class-sym 'ede-cpp-root :new-p nil) t)
- ;;;***
- ;;;### (autoloads (ede-project-sort-targets ede-customize-current-target
- ;;;;;; ede-customize-project) "ede/custom" "custom.el" "273a84690d54194ed3b642cfe1bd697f")
- ;;; Generated autoloads from custom.el
- (autoload 'ede-customize-project "ede/custom" "\
- Edit fields of the current project through EIEIO & Custom.
- \(fn)" t nil)
- (defalias 'customize-project 'ede-customize-project)
- (autoload 'ede-customize-current-target "ede/custom" "\
- Edit fields of the current target through EIEIO & Custom.
- \(fn)" t nil)
- (defalias 'customize-target 'ede-customize-current-target)
- (autoload 'ede-project-sort-targets "ede/custom" "\
- Create a custom-like buffer for sorting targets of current project.
- \(fn)" t nil)
- ;;;***
- ;;;### (autoloads (ede-emacs-project-root) "ede/emacs" "emacs.el"
- ;;;;;; "6ca4794695231c82dce4516b44f0d356")
- ;;; Generated autoloads from emacs.el
- (autoload 'ede-emacs-project-root "ede/emacs" "\
- Get the root directory for DIR.
- \(fn &optional DIR)" nil nil)
- (add-to-list 'ede-project-class-files (ede-project-autoload "emacs" :name "EMACS ROOT" :file 'ede/emacs :proj-file "src/emacs.c" :proj-root 'ede-emacs-project-root :load-type 'ede-emacs-load :class-sym 'ede-emacs-project :new-p nil) t)
- ;;;***
- ;;;### (autoloads (ede-find-file) "ede/files" "files.el" "6e34b470a669fc0f7623d476a565879d")
- ;;; Generated autoloads from files.el
- (autoload 'ede-find-file "ede/files" "\
- Find FILE in project. FILE can be specified without a directory.
- There is no completion at the prompt. FILE is searched for within
- the current EDE project.
- \(fn FILE)" t nil)
- ;;;***
- ;;;### (autoloads (ede-enable-generic-projects) "ede/generic" "generic.el"
- ;;;;;; "f41cd9ab6c1b3cd82da42feb3608837b")
- ;;; Generated autoloads from generic.el
- (autoload 'ede-enable-generic-projects "ede/generic" "\
- Enable generic project loaders.
- \(fn)" t nil)
- ;;;***
- ;;;### (autoloads (ede-linux-project-root) "ede/linux" "linux.el"
- ;;;;;; "ad23b3acbf4fc04619f42b722b7e9c68")
- ;;; Generated autoloads from linux.el
- (autoload 'ede-linux-project-root "ede/linux" "\
- Get the root directory for DIR.
- \(fn &optional DIR)" nil nil)
- (add-to-list 'ede-project-class-files (ede-project-autoload "linux" :name "LINUX ROOT" :file 'ede/linux :proj-file "scripts/ver_linux" :proj-root 'ede-linux-project-root :load-type 'ede-linux-load :class-sym 'ede-linux-project :new-p nil) t)
- ;;;***
- ;;;### (autoloads (ede-enable-locate-on-project) "ede/locate" "locate.el"
- ;;;;;; "1bdddcb7cb1fb8dbbee667a178d0ef12")
- ;;; Generated autoloads from locate.el
- (autoload 'ede-enable-locate-on-project "ede/locate" "\
- Enable an EDE locate feature on PROJECT.
- Attempt to guess which project locate style to use
- based on `ede-locate-setup-options'.
- \(fn &optional PROJECT)" t nil)
- ;;;***
- ;;;### (autoloads (ede-make-check-version) "ede/make" "make.el" "6685c10bf482d5107d223175ac13594b")
- ;;; Generated autoloads from make.el
- (autoload 'ede-make-check-version "ede/make" "\
- Check the version of GNU Make installed.
- The check passes if the MAKE version is no high enough, or if it
- is not GNU make.
- If NOERROR is non-nil, return t for success, nil for failure.
- If NOERROR is nil, then throw an error on failure. Return t otherwise.
- \(fn &optional NOERROR)" t nil)
- ;;;***
- ;;;### (autoloads (ede-speedbar-file-setup) "ede/speedbar" "speedbar.el"
- ;;;;;; "acbe9dd460a420f281bf99353ded385e")
- ;;; Generated autoloads from speedbar.el
- (autoload 'ede-speedbar-file-setup "ede/speedbar" "\
- Setup some keybindings in the Speedbar File display.
- \(fn)" nil nil)
- ;;;***
- ;;;### (autoloads (ede-vc-project-directory ede-upload-html-documentation
- ;;;;;; ede-upload-distribution ede-edit-web-page ede-web-browse-home)
- ;;;;;; "ede/system" "system.el" "82788557cf1e7840a4308536fe1bbf44")
- ;;; Generated autoloads from system.el
- (autoload 'ede-web-browse-home "ede/system" "\
- Browse the home page of the current project.
- \(fn)" t nil)
- (autoload 'ede-edit-web-page "ede/system" "\
- Edit the web site for this project.
- \(fn)" t nil)
- (autoload 'ede-upload-distribution "ede/system" "\
- Upload the current distribution to the correct location.
- Use /user@ftp.site.com: file names for FTP sites.
- Download tramp, and use /r:machine: for names on remote sites w/out FTP access.
- \(fn)" t nil)
- (autoload 'ede-upload-html-documentation "ede/system" "\
- Upload the current distributions documentation as HTML.
- Use /user@ftp.site.com: file names for FTP sites.
- Download tramp, and use /r:machine: for names on remote sites w/out FTP access.
- \(fn)" t nil)
- (autoload 'ede-vc-project-directory "ede/system" "\
- Run `vc-dir' on the current project.
- \(fn)" t nil)
- ;;;***
- ;;;### (autoloads (ede-update-version) "ede/util" "util.el" "c3faeec43650d237387a0210cf784c2f")
- ;;; Generated autoloads from util.el
- (autoload 'ede-update-version "ede/util" "\
- Update the current projects main version number.
- Argument NEWVERSION is the version number to use in the current project.
- \(fn NEWVERSION)" t nil)
- ;;;***
- (provide 'loaddefs)
- ;; Local Variables:
- ;; version-control: never
- ;; no-byte-compile: t
- ;; no-update-autoloads: t
- ;; coding: utf-8
- ;; End:
- ;;; loaddefs.el ends here
|