;;; loaddefs.el --- automatically extracted autoloads ;; ;;; Code: ;;;### (autoloads nil "ede/cpp-root" "cpp-root.el" "d37f9d2e713d10d80ad4af85cbedf891") ;;; 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) (ede-add-project-autoload (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-project :new-p nil :safe-p t) 'unique) (eieio-defclass-autoload 'ede-cpp-root-project '(ede-project eieio-instance-tracker) "ede/cpp-root" "EDE cpp-root project class.\nEach directory needs a project file to control it.") ;;;*** ;;;### (autoloads nil "ede/custom" "custom.el" "ddfff46b9c07db18f24ea0f29a2823c2") ;;; 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 nil "ede/emacs" "emacs.el" "8166e9f40a40ef0116b3b50f33aab0e8") ;;; Generated autoloads from emacs.el (autoload 'ede-emacs-project-root "ede/emacs" "\ Get the root directory for DIR. \(fn &optional DIR)" nil nil) (ede-add-project-autoload (ede-project-autoload "emacs" :name "EMACS ROOT" :file 'ede/emacs :proj-file "src/emacs.c" :proj-root-dirmatch "emacs[^/]*" :proj-root 'ede-emacs-project-root :load-type 'ede-emacs-load :class-sym 'ede-emacs-project :new-p nil :safe-p t) 'unique) ;;;*** ;;;### (autoloads nil "ede/files" "files.el" "0b5d0af264b315655931c3a9beced9a8") ;;; 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 nil "ede/generic" "generic.el" "b83cf1a9e20fe6f82f0a57bc41ed838d") ;;; Generated autoloads from generic.el (autoload 'ede-enable-generic-projects "ede/generic" "\ Enable generic project loaders. \(fn)" t nil) ;;;*** ;;;### (autoloads nil "ede/linux" "linux.el" "b84ded981139ed9c82ec731a95f15e2a") ;;; Generated autoloads from linux.el (autoload 'ede-linux-project-root "ede/linux" "\ Get the root directory for DIR. \(fn &optional DIR)" nil nil) (autoload 'ede-linux-load "ede/linux" "\ Return an Linux Project object if there is a match. Return nil if there isn't one. Argument DIR is the directory it is created for. ROOTPROJ is nil, since there is only one project. \(fn DIR &optional ROOTPROJ)" nil nil) (ede-add-project-autoload (ede-project-autoload "linux" :name "LINUX ROOT" :file 'ede/linux :proj-file "scripts/ver_linux" :proj-root-dirmatch "linux[^/]*" :proj-root 'ede-linux-project-root :load-type 'ede-linux-load :class-sym 'ede-linux-project :new-p nil :safe-p t) 'unique) ;;;*** ;;;### (autoloads nil "ede/locate" "locate.el" "3e5479137460ddff1ecec6ea1044e645") ;;; 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 nil "ede/make" "make.el" "f4bd3e27866e4784d553fffd97a3416c") ;;; 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 nil "ede/speedbar" "speedbar.el" "fda93978f497977947f26deb77d934fe") ;;; Generated autoloads from speedbar.el (autoload 'ede-speedbar-file-setup "ede/speedbar" "\ Setup some keybindings in the Speedbar File display. \(fn)" nil nil) ;;;*** ;;;### (autoloads nil "ede/system" "system.el" "b5e045d8b4b3239d024162c8c8f9d367") ;;; 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 nil "ede/util" "util.el" "7561820a67ad71e1d41d4d35a8505640") ;;; 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