X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=tests%2FMakefile.in;fp=xulapp%2Fchrome%2Fbranding%2Flocales%2Fen-US%2Fbrand.properties;h=20a13ee5f9b62a17ddfe0d0d5698beb618a18779;hb=3fd66836e6c5fbd25dd8f90dd50914cabeb7a9a7;hp=ec01a1316e9914db9b3ee73525df3d2560429bf0;hpb=ad2faff87132f18ada1b47149ca76678c1289ad1;p=mandelbrot.git diff --git a/xulapp/chrome/branding/locales/en-US/brand.properties b/tests/Makefile.in similarity index 79% rename from xulapp/chrome/branding/locales/en-US/brand.properties rename to tests/Makefile.in index ec01a13..20a13ee 100644 --- a/xulapp/chrome/branding/locales/en-US/brand.properties +++ b/tests/Makefile.in @@ -11,15 +11,15 @@ # for the specific language governing rights and limitations under the # License. # -# The Original Code is KaiRo.at Mandelbrot, XULRunner version. +# 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) 2008 +# Portions created by the Initial Developer are Copyright (C) 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 @@ -35,8 +35,16 @@ # # ***** END LICENSE BLOCK ***** -brandFullName=Mandelbrot -brandShortName=Mandelbrot -vendorShortName=KaiRo.at -app.releaseNotesURL=http://www.kairo.at/software/mandelbrot/ -app.vendorURL=http://www.kairo.at/ +DEPTH = ../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ +relativesrcdir = extensions/mandelbrot/tests + +include $(topsrcdir)/config/rules.mk + +_BROWSER_FILES = \ + $(NULL) + +libs:: $(_BROWSER_FILES) + $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)