summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 45d2a5c..b932a6a 100644
--- a/Makefile
+++ b/Makefile
@@ -31,13 +31,6 @@ util.a: $(LIB)
@$(AR) -r -c $@ $(LIB)
@ranlib $@
-getxbookgui.exe: getxbookgui.tcl
- @echo STARPACK $@
- @sdx qwrap getxbookgui.tcl
- @sdx unwrap getxbookgui.kit
- @sdx wrap $@ -runtime $(W32TCLKIT)
- @rm -r getxbookgui.kit getxbookgui.vfs
-
install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f $(BIN) $(GUI) $(DESTDIR)$(PREFIX)/bin
@@ -59,6 +52,15 @@ dist:
rm -rf $(NAME)-$(VERSION)
echo $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION).tar.bz2.sig
+getxbookgui.exe: getxbookgui.tcl
+ @echo STARPACK $@
+ @sdx qwrap getxbookgui.tcl
+ @sdx unwrap getxbookgui.kit
+ @sdx wrap $@ -runtime $(W32TCLKIT)
+ @rm -r getxbookgui.kit getxbookgui.vfs
+
+# TODO: create rule to make osx starpack of gui
+
# needs to be run from a mingw setup
dist-win: $(BIN) $(GUI:.tcl=.exe)
mkdir -p $(NAME)-win