summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorsabetts <sabetts>2007-05-07 15:04:28 +0000
committersabetts <sabetts>2007-05-07 15:04:28 +0000
commitcedec5545710ed0628f466b558f848d3b7b76482 (patch)
treebe57f52dda00cc55597d0696e53184a1ab3a76cc /Makefile.in
parentd7981e2c5c05699794b13bf4456629e7bcd55d9d (diff)
*** empty log message ***
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
new file mode 100644
index 0000000..6b3f57e
--- /dev/null
+++ b/Makefile.in
@@ -0,0 +1,23 @@
+LISP=@LISP_PROGRAM@
+
+clisp_OPTS=-K full -on-error exit ./make-image.lisp
+sbcl_OPTS=--load ./make-image.lisp
+
+LISP_OPTS= $(@LISP@_OPTS)
+
+# You shouldn't have to edit past this
+
+# This is copied from the .asd file. It'd be nice to have the list in
+# one place, but oh well.
+FILES=package.lisp primitives.lisp keysyms.lisp keytrans.lisp kmap.lisp input.lisp core.lisp user.lisp mode-line.lisp stumpwm.lisp version.lisp make-image.lisp
+
+all: stumpwm.info stumpwm
+
+stumpwm.info: stumpwm.texi
+ makeinfo stumpwm.texi
+
+stumpwm: $(FILES)
+ $(LISP) $(LISP_OPTS)
+
+clean:
+ rm -f *.fasl *.fas *.lib stumpwm