Server IP : 111.118.215.189 / Your IP : 18.188.149.185 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/emacs/24.3/lisp/cedet/ede/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:11:07 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/cedet/ede/proj-elisp.el ;;; in Emacs version 24.3.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\300\303!\210\304\305\306\"\210\307\310\311\312\313$\210\314\315\316\315\317\"\"\210\320\315\321\310\322$\210\314\323\316\323\324\"\"\210\320\323\325\310\326$\207" [require ede/proj ede/pmake ede/pconf autoload semantic-ede-proj-target-grammar "semantic/ede-grammar" eieio-defclass ede-proj-target-elisp (ede-proj-target-makefile) ((menu :initform nil) (keybindings :initform nil) (phony :initform t) (sourcetype :initform '(ede-source-emacs)) (availablecompilers :initform '(ede-emacs-compiler ede-xemacs-compiler)) (aux-packages :initarg :aux-packages :initform nil :type list :custom (repeat string) :documentation "Additional packages needed.\nThere should only be one toplevel package per auxiliary tool needed.\nThese packages location is found, and added to the compile time\nload path.") (pre-load-packages :initarg :pre-load-packages :initform nil :type list :custom (repeat string) :documentation "Additional packages to pre-load.\nEach package name will be loaded with `require'.\nEach package's directory should also appear in :aux-packages via a package name.")) ("This target consists of a group of lisp files.\nA lisp target may be one general program with many separate lisp files in it.") eieio--defalias ede-proj-makefile-insert-rules eieio--defgeneric-init-form #1="Insert rules needed by THIS target.\nThis inserts the PRELOADS target-local variable." eieio--defmethod :after #[(this) "\302\303\"\211\203 \304\305\302\306\"\307\310 \311##c\210)\312c\207" [this preloads eieio-oref pre-load-packages format "%s: PRELOADS=%s\n" name mapconcat identity " " "\n"] 8 #1#] ede-proj-makefile-dependencies #2="Return a string representing the dependencies for THIS.\nSome compilers only use the first element in the dependencies, others\nhave a list of intermediates (object files), and others don't care.\nThis allows customization of how these elements appear.\nFor Emacs Lisp, return addsuffix command on source files." nil #[(this) "\301\302\303!\"\207" [this format "$(addsuffix c, $(%s))" ede-proj-makefile-sourcevar] 4 #2#]] 5) #@36 Emacs Lisp source code definition. (defvar ede-source-emacs (ede-sourcecode "ede-emacs-source" :name "Emacs Lisp" :sourcepattern "\\.el$" :garbagepattern '("*.elc")) (#$ . 2653)) #@30 Compile Emacs Lisp programs. (defvar ede-emacs-compiler (byte-code "\300\301\302\303\304\305\306\307\310\311\312\313\314\306\315&C\316\317\320\321\322\323& \207" [ede-compiler "ede-emacs-compiler" :name "emacs" :variables (("EMACS" . "emacs") ("EMACSFLAGS" . "-batch --no-site-file --eval '(setq debug-on-error t)'") ("require" . "$(foreach r,$(1),(require (quote $(r))))")) :rules ede-makefile-rule "elisp-inference-rule" :target "%.elc" :dependencies "%.el" ("$(EMACS) $(EMACSFLAGS) $(addprefix -L ,$(LOADPATH)) --eval '(progn $(call require, $(PRELOADS)))' -f batch-byte-compile $^") :autoconf ("AM_PATH_LISPDIR") :sourcetype (ede-source-emacs) :objectextention ".elc"] 15) (#$ . 2838)) #@42 Compile Emacs Lisp programs with XEmacs. (defvar ede-xemacs-compiler (clone ede-emacs-compiler "ede-xemacs-compiler" :name "xemacs" :variables '(("EMACS" . "xemacs"))) (#$ . 3535)) (byte-code "\300\301\302\301\303\"\"\210\304\301\305\306\307$\207" [eieio--defalias ede-buffer-mine eieio--defgeneric-init-form #1="Return t if object THIS lays claim to the file in BUFFER.\nLays claim to all .elc files that match .el files in this target." eieio--defmethod nil ede-proj-target-elisp #[(this buffer) "\303\304\305!\"\203 \306\305!!\307P\211\310\n\311\"\235)\207\312 \207" [buffer fname this string-match "\\.elc$" buffer-file-name file-name-sans-extension ".el" eieio-oref auxsource call-next-method] 5 #1#]] 5) #@53 Convert a list of PACKAGES, to a list of load path. (defalias 'ede-proj-elisp-packages-to-loadpath #[(packages) "\306\211\n\2039 \307\n@!\211\204 \310\311\n@\"\210\312!\313!\306\314\315\f\"\203* \206/ \f B\nA+\202 *\207" [ldir paths packages fnd rel full nil locate-library error "Cannot find package %s" file-name-directory file-relative-name string-match "^\\.\\./\\.\\./\\.\\./\\.\\./\\.\\."] 3 (#$ . 4255)]) (byte-code "\300\301\302\301\303\"\"\210\304\301\305\306\307$\210\300\310\302\310\311\"\"\210\304\310\305\306\312$\210\300\313\302\313\314\"\"\210\304\313\305\306\315$\207" [eieio--defalias project-compile-target eieio--defgeneric-init-form #1="Compile all sources in a Lisp target OBJ.\nBonus: Return a cons cell: (COMPILED . UPTODATE)." eieio--defmethod nil ede-proj-target-elisp #[(obj) "\305!\306 \307\"\310\211\311\312\306\313\"\"\210\314\315\316!\"\210\f,B\207" [obj proj dir comp utd ede-target-parent eieio-oref directory 0 mapc #[(src) "\306 \"\307\n!\310P\f\311W\2030 \312!\203 \313\n\"\203'