From c5ea6ff7abd6e376ae151c9724d24f6fe156766e Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Tue, 26 Sep 2006 19:21:57 +0000 Subject: Initial import into public repository git-svn-id: http://svn.klever.net/kin/fireflix/trunk@159 fe716a7a-6dde-0310-88d9-d003556173a8 --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..913b46a --- a/dev/null +++ b/Makefile.am @@ -0,0 +1,37 @@ +SUBDIRS = content locale + +xpi_DATA = \ + install.rdf \ + AUTHORS COPYING NEWS + +EXTRA_DIST = NEWS NEWS.xml NEWS.xsl chrome.manifest + +XPI=${PACKAGE}-${VERSION}.xpi + +xpi: ${XPI} + +${XPI}: install + cd ${xpichromedir} \ + && ${ZIP} -r -m ${PACKAGE}.jar */ + cd ${xpidir} \ + && ${ZIP} -r @abs_builddir@/$@ . + +install-data-local: ${xpidir}/chrome.manifest + +${xpidir}/chrome.manifest: chrome.manifest Makefile + sed \ + -e 's,^content[[:space:]]\+\([^[:space:]]\+\)[[:space:]]\+\([^[:space:]]\+\)$$,content \1 jar:chrome/${PACKAGE}.jar!/\2,' \ + -e 's,^locale[[:space:]]\+\([^[:space:]]\+\)[[:space:]]\+\([^[:space:]]\+\)[[:space:]]\+\([^[:space:]]\+\)$$,locale \1 \2 jar:chrome/${PACKAGE}.jar!/\3,' \ + $< >$@ + +clean-local: + rm -rf ${xpidir} ${XPI} + +all-local: NEWS + +NEWS: NEWS.xsl NEWS.xml + ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml + +mozextptr: ${MOZ_EXT_ID} +${MOZ_EXT_ID}: + echo @abs_srcdir@ >$@ -- cgit v0.9.0.2