;ELC   
;;; Compiled
;;; in Emacs version 30.1
;;; with all optimizations.


#@78 Return an expanded file name for a program EXEC on the exec path.

(fn EXEC)
(defalias 'ede--find-executable #[257 "\301\"\207" [exec-path locate-file] 4 (#$ . 83)])#@39 Minimum version of GNU make required.
(byte-code "\300\301\302\303#\210\304\301\305\306#\307\301\310\311#\207" [make-obsolete ede--find-executable locate-file "28.1" function-put speed -1 put byte-optimizer byte-compile-inline-expand] 5)
(defvar ede-make-min-version "3.0" (#$ . 256))#@197 The MAKE command to use for EDE when compiling.
The makefile generated by EDE for C files uses syntax that depends on GNU Make,
so this should be set to something that can execute GNU Make files.#@2 #@282 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)
(byte-code "\300\301\302\303\304DD\305\306\307\310\311&\207" [custom-declare-variable ede-make-command funcall function #[0 "\300\301!\203 \301\207\302\207" [executable-find "gmake" "make"] 2 (#$ . 747)] (#$ . 547) :group ede :type string] 8)
(defalias 'ede-make-check-version #[256 "\303\304!\305\211rq\210\306 \210\307	\305\305\310%\210eb\210\311\312!\203- \313\314!\262\315\n\"\262?\316\317!\203< \211\203< \320\321\"\210\204J \211\204J \322\323\n#\210)\207" [default-directory ede-make-command ede-make-min-version get-buffer-create "*EDE Make Version*" nil erase-buffer call-process "--version" looking-at "GNU Make\\(?: version\\)? \\([0-9][^,[:space:]]+\\),?" match-string 1 version< called-interactively-p interactive message "GNU Make version %s.  Good enough for CEDET." error "EDE requires GNU Make version %s or later (found %s).  Configure `ede-make-command' to fix"] 11 (#$ . 754) nil])
(provide 'ede/make)
