;;; -*- Mode:Common-Lisp; Base:10 -*- ;;; RESTRICTED RIGHTS LEGEND ;;; ;;;Use, duplication, or disclosure by the Government is subject to ;;;restrictions as set forth in subdivision (c)(1)(ii) of the Rights in ;;;Technical Data and Computer Software clause at 52.227-7013. ;;; ;;; TEXAS INSTRUMENTS INCORPORATED ;;; P.O. BOX 2909, M/S 2151 ;;; AUSTIN, TEXAS 78769 ;;; ;;; Copyright (C) 1989 Texas Instruments Incorporated. ;;; All rights reserved. (defsystem ucode (:name "ucode") (:pathname-default "sys:ucode;" ) (:module aux ("defop" "qdefs.lisp" "lroy-qcom.lisp" "lroy-qdev.lisp" "exp2-common-templates.lisp" ;ab 1/13/88 "exp2-unique-templates.lisp" ;ab 1/13/88 "mx-unique-templates.lisp" ;ab 1/13/88 "def-elroy.lisp" "defsysmac" "how-to-compile-defop")) (:auxiliary aux) )