1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
(in-package :user)
(cat-if-anything-changed
"clue-library.x86f"
"clue/clue"
"clue/defgeneric"
"clue/event-parse"
"clue/defcontact"
"clue/intrinsics"
"clue/caches"
"clue/resource"
"clue/gray"
"clue/cursor"
"clue/events"
"clue/virtual"
"clue/shells"
"clue/root-gmgmt"
"clue/package")
(cat-if-anything-changed
"clio-library.x86f"
"clio/clio"
"clio/defgeneric"
"clio/ol-defs"
"clio/utility"
"clio/core-mixins"
"clio/gravity"
"clio/ol-images"
"clio/buttons"
"clio/form"
"clio/table"
"clio/choices"
"clio/scroller"
"clio/slider"
"clio/scroll-frame"
"clio/mchoices"
"clio/menu"
"clio/psheet"
"clio/command"
"clio/confirm"
"clio/buffer"
"clio/text-command"
"clio/display-text"
"clio/edit-text"
"clio/display-imag"
"clio/dlog-button")
(cat-if-anything-changed
"pictures-library.x86f"
"pictures/package"
"pictures/defgeneric"
"pictures/types"
"pictures/macros"
"pictures/sequence"
"pictures/transform"
"pictures/extent"
"pictures/edge"
"pictures/class-def"
"pictures/gstate"
"pictures/gstack"
"pictures/graphic"
"pictures/font-family"
"pictures/view-draw"
"pictures/scene"
"pictures/line"
"pictures/circle"
"pictures/polypoint"
"pictures/polygon"
"pictures/rectangle"
"pictures/bspline"
"pictures/ellipse"
"pictures/label"
"pictures/gimage"
"pictures/gevents"
"pictures/grabber"
"pictures/view"
"pictures/view-events"
"pictures/view-select"
"pictures/view-zoom"
"pictures/view-pan"
"pictures/utilities"
"pictures/save"
"pictures/restore")
|