1 DEST
=$(SBCL_PWD
)/obj
/sbcl-home
/contrib
/
2 FASL
=$(DEST
)/$(MODULE
).fasl
3 ASD
=$(DEST
)/$(MODULE
).asd
6 $(FASL
):: $(MODULE
).lisp ..
/..
/output
/sbcl.core
7 $(SBCL
) --eval
'(compile-file (format nil "SYS:CONTRIB;~:@(~A~);~:@(~A~).LISP" "$(MODULE)" "$(MODULE)") :output-file (parse-native-namestring "$@"))' </dev
/null
10 echo
"(defsystem :$(MODULE) :class require-system)" > $@
15 cp
$(FASL
) $(ASD
) "$(BUILD_ROOT)$(INSTALL_DIR)"