aboutsummaryrefslogtreecommitdiff
path: root/package/irix/Makefile.in
diff options
context:
space:
mode:
authorJohn Ankarstr\xf6m <john@ankarstrom.se>2021-05-29 12:54:47 +0200
committerJohn Ankarstr\xf6m <john@ankarstrom.se>2021-05-29 13:18:40 +0200
commita041d9898e6d699bd8c0c25482ec574feb03c547 (patch)
tree7f094e33fb530152c3ab6238ce7300750b47addb /package/irix/Makefile.in
downloadjwm-a041d9898e6d699bd8c0c25482ec574feb03c547.tar.gz
First commit
This is the original state of the released tarball for JWM 1.8, which will serve as my starting point for further modifications.
Diffstat (limited to 'package/irix/Makefile.in')
-rw-r--r--package/irix/Makefile.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/irix/Makefile.in b/package/irix/Makefile.in
new file mode 100644
index 0000000..4750fa7
--- /dev/null
+++ b/package/irix/Makefile.in
@@ -0,0 +1,18 @@
+
+VERSION = @VERSION@
+
+PACKAGE_FILE = "jwm-$(VERSION).tardist"
+
+all:
+ mkdir -p dist
+ cp jwm.idb jwm.spec dist
+ gendist -rbase / -sbase . -idb jwm.idb -spec jwm.spec -dist dist -all
+ tar -cf $(PACKAGE_FILE) dist/*
+
+clean:
+ rm -fr dist
+ rm -f $(PACKAGE_FILE)
+
+distclean:
+ rm Makefile jwm.spec jwm.idb
+