summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-12 18:12:29 +0000
committermidipix <writeonce@midipix.org>2020-01-20 22:53:22 +0000
commit0d8353a1c7b510cb23fe527147136175e0368b18 (patch)
tree3aef1115ce54723eff5f29c2a1484a2ae2ac87f5 /Makefile.in
parent7dd90cc1f8e46101105a2878ab79c8c53a944269 (diff)
downloadpemagine-0d8353a1c7b510cb23fe527147136175e0368b18.tar.bz2
pemagine-0d8353a1c7b510cb23fe527147136175e0368b18.tar.xz
build system: ./configure, Makefile.in: added source info logic.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index f8fcdb9..0f4facd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,6 +20,16 @@ PKGHOME = @pkghome@
PKGDEFS = @pkgdefs@
PKGLIBS = @pkglibs@
+RAWBALL = @rawball@
+RAWBALL_URL = @rawball_url@
+RAWBALL_SHA256 = @rawball_sha256@
+MODBALL = @modball@
+MODBALL_URL = @modball_url@
+MODBALL_SHA256 = @modball_sha256@
+SRCBALL = @srcball@
+SRCBALL_URL = @srcball_url@
+SRCBALL_SHA256 = @srcball_sha256@
+
BUILD = @build@
HOST = @host@
CCHOST = @cchost@