%PDF- %PDF-
Direktori : /usr/local/share/emacs/27.2/lisp/cedet/ede/ |
Current File : //usr/local/share/emacs/27.2/lisp/cedet/ede/proj-misc.elc |
;ELC ;;; Compiled ;;; in Emacs version 27.2 ;;; 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#\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) #@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 (#$ . 1483)]) (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) (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 :name "Miscellaneous" :sourcepattern ".*") (#$ . 2131)) #@34 Compile code via a sub-makefile. (defvar ede-misc-compile (ede-compiler :name "Sub Makefile" :commands nil :autoconf nil :sourcetype '(ede-misc-source)) (#$ . 2265)) (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)