%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
;ELC ;;; Compiled ;;; in Emacs version 25.2.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (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#\210\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" put 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.")] 5) #@76 Create a new object of class type `ede-proj-target-makefile-miscelaneous'. (defalias 'ede-proj-target-makefile-miscelaneous #[(&rest slots) "\301\302\303#\207" [slots apply make-instance ede-proj-target-makefile-miscelaneous] 4 (#$ . 1471)]) (function-put 'ede-proj-target-makefile-miscelaneous 'compiler-macro 'ede-proj-target-makefile-miscelaneous--anon-cmacro) (defalias 'ede-proj-target-makefile-miscelaneous--anon-cmacro #[(whole &rest slots) "@;\204 \207\302\303\304@ @# @\305@DABB\"\207" [slots whole macroexp--warn-and-return format "Obsolete name arg %S to constructor %S" identity] 5]) #@33 Miscellaneous field definition. (defvar ede-misc-source (ede-sourcecode "ede-misc-source" :name "Miscellaneous" :sourcepattern ".*") (#$ . 2080)) #@34 Compile code via a sub-makefile. (defvar ede-misc-compile (ede-compiler "ede-misc-compile" :name "Sub Makefile" :commands nil :autoconf nil :sourcetype '(ede-misc-source)) (#$ . 2232)) (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)) #[(this) "\303 \302\"\304\305\n\"\203 \306\307\310\311\n$\202 \n*\312P\207" [this obj name eieio-oref string-match "\\." replace-match "_" nil t "_MISC"] 5 "Return the variable name for THIS's sources."] ede-proj-makefile-dependency-files ((this ede-proj-target-makefile-miscelaneous)) #[(this) "\302 \303\"\304\230\203 \305\202 \302 \303\"\204 \305\202 \302 \303\"C)\207" [this #:object slot-value submakefile #1="" nil] 3 "Return a list of files which THIS target depends on."] ede-proj-makefile-insert-rules ((this ede-proj-target-makefile-miscelaneous)) #[(this) "\302!\303\261\210\304 \305\"\306\230\203 \307c\202$ \304 \305\"\310\311\304 \305\"\312\261)\207" [this #:object ede-name ": " slot-value submakefile #1# "\n @\n\n" "\n" " $(MAKE) -f " "\n\n"] 6 "Create the make rule needed to create an archive for THIS."] provide ede/proj-misc] 6)