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



(byte-code "\300\301!\210\300\302!\210\303\304\305\306!\"\210\303\307\310\306!\"\210\303\311\307\"\210\312\311\313\314#\210\315\306\316\307#\317\306\320\321\322$\207" [require ede/pmake ede/proj-comp defalias ede-proj-target-makefile-miscelaneous-p eieio-make-class-predicate ede-proj-target-makefile-miscelaneous ede-proj-target-makefile-miscelaneous--eieio-childp eieio-make-child-predicate ede-proj-target-makefile-miscelaneous-child-p make-obsolete "use (cl-typep ... 'ede-proj-target-makefile-miscelaneous) instead" "25.1" define-symbol-prop cl-deftype-satisfies eieio-defclass-internal (ede-proj-target-makefile) ((sourcetype :initform '(ede-misc-source)) (availablecompilers :initform '(ede-misc-compile)) (submakefile :initarg :submakefile :initform "" :type string :custom string :documentation "Miscellaneous sources which have a specialized makefile.\nThe sub-makefile is used to build this target.")) (:documentation "Miscellaneous target type.\nA user-written makefile is used to build this target.\nAll listed sources are included in the distribution.")] 6)#@94 Create a new object of class type
`ede-proj-target-makefile-miscelaneous'.

(fn &rest SLOTS)
(defalias 'ede-proj-target-makefile-miscelaneous #[128 "\300\301\302#\207" [apply make-instance ede-proj-target-makefile-miscelaneous] 5 (#$ . 1155)])
(byte-code "\300\301\302\303#\300\207" [function-put ede-proj-target-makefile-miscelaneous compiler-macro ede-proj-target-makefile-miscelaneous--anon-cmacro] 4)#@26 

(fn WHOLE &rest SLOTS)
(defalias 'ede-proj-target-makefile-miscelaneous--anon-cmacro #[385 "\211@;\204 \207\300\301\302@@#@\303@DABB\304\211@%\207" [macroexp-warn-and-return format "Obsolete name arg %S to constructor %S" identity nil] 8 (#$ . 1566)])#@33 Miscellaneous field definition.
(defvar ede-misc-source (ede-sourcecode :name "Miscellaneous" :sourcepattern ".*") (#$ . 1833))#@34 Compile code via a sub-makefile.
(defvar ede-misc-compile (ede-compiler :name "Sub Makefile" :commands nil :autoconf nil :sourcetype '(ede-misc-source)) (#$ . 1966))
(byte-code "\300\301\302\303\302\304%\210\300\305\302\306\302\307%\210\300\310\302\311\302\312%\210\313\314!\207" [cl-generic-define-method ede-proj-makefile-sourcevar nil ((this ede-proj-target-makefile-miscelaneous)) #[257 "\211\300\301\"\302\303\"\203 \304\305\306\307$\262\202 \262\310P\207" [eieio-oref name string-match "\\." replace-match "_" nil t "_MISC"] 8 "Return the variable name for THIS's sources.\n\n(fn THIS)"] ede-proj-makefile-dependency-files ((this ede-proj-target-makefile-miscelaneous)) #[257 "\300\301\"\302\230\203 \303\207\300\301\"\204 \303\207\300\301\"C\207" [slot-value submakefile #1="" nil] 4 "Return a list of files which THIS target depends on.\n\n(fn THIS)"] ede-proj-makefile-insert-rules ((this ede-proj-target-makefile-miscelaneous)) #[257 "\300!\301\261\210\302\303\"\304\230\203 \305c\207\302\303\"\306\307\302\303\"\310\261\207" [ede-name ": " slot-value submakefile #1# "\n	@\n\n" "\n" "	$(MAKE) -f " "\n\n"] 7 "Create the make rule needed to create an archive for THIS.\n\n(fn THIS)"] provide ede/proj-misc] 6)
