aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorIkey Doherty2015-08-20 07:42:06 +0100
committerIkey Doherty2015-08-20 08:29:21 +0100
commit96e306f4f84309d2d2f8fbc1ad5b9b7e93f85abc (patch)
tree50bbe724a8f7eaaf1fe57b3889452d37e65b440c /Makefile.am
parent0446c2e11ab6cadb17da7c09313eee226dcc40e1 (diff)
downloadsolarc-firefox-theme-96e306f4f84309d2d2f8fbc1ad5b9b7e93f85abc.tar.gz
solarc-firefox-theme-96e306f4f84309d2d2f8fbc1ad5b9b7e93f85abc.tar.xz
solarc-firefox-theme-96e306f4f84309d2d2f8fbc1ad5b9b7e93f85abc.zip
Add autotools based build system
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am29
1 files changed, 29 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..5cae39a
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,29 @@
+ACLOCAL_AMFLAGS = -I m4
+AM_CFLAGS =
+
+EXTRA_DIST = ${top_srcdir}/README.md \
+ ${top_srcdir}/LICENSE \
+ ${top_srcdir}/make-xpi.sh \
+ ${top_srcdir}/arc-firefox-theme
+NULL =
+
+mkxpi:
+ ${top_srcdir}/make-xpi.sh
+
+arc-firefox-theme-$(VERSION).xpi: mkxpi
+arc-darker-firefox-theme-$(VERSION).xpi:
+arc-dark-firefox-theme-$(VERSION).xpi:
+
+BUILT_SOURCES = \
+ arc-firefox-theme-$(VERSION).xpi \
+ arc-darker-firefox-theme-$(VERSION).xpi \
+ arc-dark-firefox-theme-$(VERSION).xpi
+
+CLEANFILES = \
+ $(BUILT_SOURCES)
+
+extensiondir = $(libdir)/firefox/extensions
+extension_DATA = \
+ arc-firefox-theme-$(VERSION).xpi \
+ arc-darker-firefox-theme-$(VERSION).xpi \
+ arc-dark-firefox-theme-$(VERSION).xpi