Function: ede-proj-target-makefile-miscelaneous--eieio-childp

ede-proj-target-makefile-miscelaneous--eieio-childp is a byte-compiled function defined in proj-misc.el.gz.

Signature

(ede-proj-target-makefile-miscelaneous--eieio-childp OBJ)

Documentation

Return non-nil if OBJ is an object of type ede-proj-target-makefile-miscelaneous(var)/ede-proj-target-makefile-miscelaneous(fun) or a subclass.

Aliases

ede-proj-target-makefile-miscelaneous-child-p (obsolete since 25.1)

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/proj-misc.el.gz
;;; Code:

;; FIXME this isn't how you spell "miscellaneous". :(
(defclass ede-proj-target-makefile-miscelaneous (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.
The sub-makefile is used to build this target.")
   )
   "Miscellaneous target type.
A user-written makefile is used to build this target.
All listed sources are included in the distribution.")