X-Git-Url: https://git-public.kairo.at/?p=mandelbrot.git;a=blobdiff_plain;f=Makefile.in;h=a44d02ec0300f444065c00f6051fc850aeb7067f;hp=11f742e00969c47a85b940d7a32942fa6b725944;hb=1b09b217b456d90777763d839d09010a4309ee78;hpb=84e4253dade312621f4f73ba58eab4d19f0c63d1 diff --git a/Makefile.in b/Makefile.in index 11f742e..a44d02e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,12 +14,12 @@ # The Original Code is KaiRo-Mandelbrot. # # The Initial Developer of the Original Code is -# Robert Kaiser. -# Portions created by the Initial Developer are Copyright (C) 2010 +# Robert Kaiser . +# Portions created by the Initial Developer are Copyright (C) 2010-2011 # the Initial Developer. All Rights Reserved. # # Contributor(s): -# Robert Kaiser +# Robert Kaiser (original author) # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 2 or later (the "GPL"), or @@ -43,9 +43,13 @@ relativesrcdir = extensions/mandelbrot include $(DEPTH)/config/autoconf.mk -MODULE = mandelbrot +ifdef ENABLE_TESTS +PARALLEL_DIRS += tests +endif + +MODULE = mandelbrot -EXTENSION_VERSION = 4.0b2 +EXTENSION_VERSION = 4.0 XPI_NAME = mandelbrot USE_EXTENSION_MANIFEST = 1 @@ -54,12 +58,17 @@ NO_JS_MANIFEST = 1 INSTALL_EXTENSION_ID = mandelbrot@kairo.at XPI_PKGNAME = mandelbrot-$(EXTENSION_VERSION) -DIST_FILES = extension/install.rdf +DIST_FILES = \ + install.rdf \ + $(NULL) -EXTRA_COMPONENTS = extension/aboutMandelbrot.js +PREF_JS_EXPORTS = \ + $(srcdir)/prefs.js \ + $(NULL) -# this interferes with e.g. Firefox prefs -#PREF_JS_EXPORTS = $(srcdir)/xulapp/defaults/preferences/prefs.js +EXTRA_COMPONENTS = \ + aboutMandelbrot.js \ + $(NULL) # include config.mk before using the AB_CD var include $(topsrcdir)/config/config.mk @@ -70,10 +79,6 @@ DEFINES += -DAB_CD=en-US \ include $(topsrcdir)/config/rules.mk -export:: - $(NSINSTALL) -D $(FINAL_TARGET)/chrome/icons/default - $(INSTALL) $(srcdir)/xulapp/chrome/icons/default/mandelbrotWindow* $(FINAL_TARGET)/chrome/icons/default - ifdef MOZ_OMNIJAR ABS_DIST = $(call core_abspath,$(DIST)/bin)