gecko/mobile/Makefile.in
Mark Finkle c242196e55 Bug 473992: Create separate theme folders for hildon and wince, r=gavin
--HG--
rename : mobile/chrome/skin/browser.css => mobile/themes/wince/browser.css
rename : mobile/chrome/skin/extensions.css => mobile/themes/wince/extensions.css
rename : mobile/chrome/skin/firstrun/firstrun.css => mobile/themes/wince/firstrun/firstrun.css
rename : mobile/chrome/content/firstrun/firstrun.xhtml => mobile/themes/wince/firstrun/firstrun.xhtml
rename : mobile/chrome/skin/firstrun/firstrun_arrow_l.png => mobile/themes/wince/firstrun/firstrun_arrow_l.png
rename : mobile/chrome/skin/firstrun/firstrun_arrow_r.png => mobile/themes/wince/firstrun/firstrun_arrow_r.png
rename : mobile/chrome/skin/firstrun/firstrun_background.jpg => mobile/themes/wince/firstrun/firstrun_background.jpg
rename : mobile/chrome/skin/firstrun/firstrun_splash.png => mobile/themes/wince/firstrun/firstrun_splash.png
rename : mobile/chrome/skin/images/addressbar_endcap_l_off.png => mobile/themes/wince/images/addressbar_endcap_l_off.png
rename : mobile/chrome/skin/images/addressbar_endcap_l_on.png => mobile/themes/wince/images/addressbar_endcap_l_on.png
rename : mobile/chrome/skin/images/addressbar_endcap_r_off.png => mobile/themes/wince/images/addressbar_endcap_r_off.png
rename : mobile/chrome/skin/images/addressbar_endcap_r_on.png => mobile/themes/wince/images/addressbar_endcap_r_on.png
rename : mobile/chrome/skin/images/addressbar_middle.png => mobile/themes/wince/images/addressbar_middle.png
rename : mobile/chrome/skin/images/close-small.png => mobile/themes/wince/images/close-small.png
rename : mobile/chrome/skin/images/default-favicon.png => mobile/themes/wince/images/default-favicon.png
rename : mobile/chrome/skin/images/identity.png => mobile/themes/wince/images/identity.png
rename : mobile/chrome/skin/images/left_buttons.png => mobile/themes/wince/images/left_buttons.png
rename : mobile/chrome/skin/images/left_sidebar_middle.png => mobile/themes/wince/images/left_sidebar_middle.png
rename : mobile/chrome/skin/images/navigation_background.png => mobile/themes/wince/images/navigation_background.png
rename : mobile/chrome/skin/images/navigation_magnifier.gif => mobile/themes/wince/images/navigation_magnifier.gif
rename : mobile/chrome/skin/images/navigation_search_caps.png => mobile/themes/wince/images/navigation_search_caps.png
rename : mobile/chrome/skin/images/navigation_url_caps.png => mobile/themes/wince/images/navigation_url_caps.png
rename : mobile/chrome/skin/images/page-starred.png => mobile/themes/wince/images/page-starred.png
rename : mobile/chrome/skin/images/page_buttons.png => mobile/themes/wince/images/page_buttons.png
rename : mobile/chrome/skin/images/panel_background.png => mobile/themes/wince/images/panel_background.png
rename : mobile/chrome/skin/images/panel_buttons.png => mobile/themes/wince/images/panel_buttons.png
rename : mobile/chrome/skin/images/right_buttons.png => mobile/themes/wince/images/right_buttons.png
rename : mobile/chrome/skin/images/right_sidebar_middle.png => mobile/themes/wince/images/right_sidebar_middle.png
rename : mobile/chrome/skin/images/starred48.png => mobile/themes/wince/images/starred48.png
rename : mobile/chrome/skin/images/tab_close.png => mobile/themes/wince/images/tab_close.png
rename : mobile/chrome/skin/images/tag.png => mobile/themes/wince/images/tag.png
rename : mobile/chrome/skin/images/throbber.png => mobile/themes/wince/images/throbber.png
rename : mobile/chrome/skin/images/toolbar.png => mobile/themes/wince/images/toolbar.png
rename : mobile/chrome/skin/images/toolbar_background.png => mobile/themes/wince/images/toolbar_background.png
rename : mobile/chrome/skin/notification.css => mobile/themes/wince/notification.css
2009-01-21 17:16:28 -05:00

48 lines
1.9 KiB
Makefile

# ***** BEGIN LICENSE BLOCK *****
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Original Code is Mozilla.
#
# The Initial Developer of the Original Code is
# the Mozilla Foundation <http://www.mozilla.org/>.
# Portions created by the Initial Developer are Copyright (C) 2007
# the Initial Developer. All Rights Reserved.
#
# Contributor(s):
# Mark Finkle <mfinkle@mozilla.com>
#
# 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
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
# in which case the provisions of the GPL or the LGPL are applicable instead
# of those above. If you wish to allow use of your version of this file only
# under the terms of either the GPL or the LGPL, and not to allow others to
# use your version of this file under the terms of the MPL, indicate your
# decision by deleting the provisions above and replace them with the notice
# and other provisions required by the GPL or the LGPL. If you do not delete
# the provisions above, a recipient may use your version of this file under
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
DEPTH = ..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = chrome locales components themes app
include $(topsrcdir)/config/rules.mk