introduce touch events (or try that), start refactoring toolbar; also KILL THE XUL...
[mandelbrot.git] / tests / Makefile.in
similarity index 79%
rename from xulapp/chrome/branding/locales/en-US/brand.properties
rename to tests/Makefile.in
index ec01a1316e9914db9b3ee73525df3d2560429bf0..20a13ee5f9b62a17ddfe0d0d5698beb618a18779 100644 (file)
 # 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 <kairo@kairo.at>.
-# 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 <kairo@kairo.at>
+#  Robert Kaiser <kairo@kairo.at> (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
 #
 # ***** 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)