mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
212 lines
5.2 KiB
Makefile
212 lines
5.2 KiB
Makefile
#
|
|
# The contents of this file are subject to the Netscape 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/NPL/
|
|
#
|
|
# 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.org code.
|
|
#
|
|
# The Initial Developer of the Original Code is Netscape
|
|
# Communications Corporation. Portions created by Netscape are
|
|
# Copyright (C) 2000 Netscape Communications Corporation. All
|
|
# Rights Reserved.
|
|
#
|
|
# Contributor(s):
|
|
#
|
|
|
|
DEPTH = ../../..
|
|
THEME_ROOT_DEPTH = @srcdir@/..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
include $(THEME_ROOT_DEPTH)/theme.mk
|
|
|
|
SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/global/skin
|
|
|
|
# split EXPORT_RESOURCE_SAMPLES in two otherwise the generated commands
|
|
# can be too long for some systems.
|
|
EXPORT_RESOURCE_SAMPLES_1 = \
|
|
alert-icon.gif \
|
|
animthrob.gif \
|
|
animthrob_single.gif \
|
|
blank.gif \
|
|
box.css \
|
|
button.css \
|
|
button28-bg-active.gif \
|
|
button28-bg-disabled.gif \
|
|
button28-bg-hover.gif \
|
|
button28-bg.gif \
|
|
button32-bg-active.gif \
|
|
button32-bg-disabled.gif \
|
|
button32-bg-hover.gif \
|
|
button32-bg.gif \
|
|
check-check-disabled.gif \
|
|
check-check.gif \
|
|
check-radio-disabled.gif \
|
|
check-radio.gif \
|
|
checkbox.css \
|
|
closedtwisty-selected.gif \
|
|
closedtwisty.gif \
|
|
columnselect-hover.gif \
|
|
columnselect.gif \
|
|
commonDialog.css \
|
|
console.css \
|
|
dir-closed.gif \
|
|
dir-open.gif \
|
|
error-icon.gif \
|
|
filepicker.css \
|
|
formatting.css \
|
|
global.css \
|
|
gray-bottomleft.gif \
|
|
gray-bottomright.gif \
|
|
gray-topright.gif \
|
|
grippy-horizontal-after.gif \
|
|
grippy-horizontal-before.gif \
|
|
grippy-vertical-after.gif \
|
|
grippy-vertical-before.gif \
|
|
lessCOls_dis.gif \
|
|
lessCols.gif \
|
|
lessCols_mo.gif \
|
|
mb-single-arrow.gif \
|
|
menu-arrow-disabled.gif \
|
|
menu-arrow-hover.gif \
|
|
menu-arrow.gif \
|
|
menu-check-disabled.gif \
|
|
menu-check-hover.gif \
|
|
menu-check.gif \
|
|
menu-radio-disabled.gif \
|
|
menu-radio-hover.gif \
|
|
menu-radio.gif \
|
|
menu.css \
|
|
menubutton.css \
|
|
menulist.css \
|
|
message-icon.gif \
|
|
moreCols.gif \
|
|
moreCols_dis.gif \
|
|
moreCols_mo.gif \
|
|
$(NULL)
|
|
|
|
EXPORT_RESOURCE_SAMPLES_2 = \
|
|
arrow-down.gif \
|
|
arrow-left.gif \
|
|
arrow-right.gif \
|
|
arrow-up.gif \
|
|
button-3slice-active-left.gif \
|
|
button-3slice-active-middle.gif \
|
|
button-3slice-active-right.gif \
|
|
button-3slice-normal-left.gif \
|
|
button-3slice-normal-middle.gif \
|
|
button-3slice-normal-right.gif \
|
|
globalBindings.xml \
|
|
loading.gif \
|
|
navbar-bg-leftcap.gif \
|
|
navbar-bg-rightcap.gif \
|
|
scroll-down-disabled.gif \
|
|
scroll-down-hover.gif \
|
|
scroll-down.gif \
|
|
scroll-left-disabled.gif \
|
|
scroll-left-hover.gif \
|
|
scroll-left.gif \
|
|
scroll-right-disabled.gif \
|
|
scroll-right-hover.gif \
|
|
scroll-right.gif \
|
|
scroll-thumb-horiz-disabled.gif \
|
|
scroll-thumb-horiz-hover.gif \
|
|
scroll-thumb-horiz.gif \
|
|
scroll-thumb-vert-disabled.gif \
|
|
scroll-thumb-vert-hover.gif \
|
|
scroll-thumb-vert.gif \
|
|
scroll-up-disabled.gif \
|
|
scroll-up-hover.gif \
|
|
scroll-up.gif \
|
|
scrollbars.css \
|
|
search.gif \
|
|
seltab-leftedge.gif \
|
|
seltab-rightedge.gif \
|
|
sortAscending.gif \
|
|
sortDescending.gif \
|
|
splitter.css \
|
|
stop.gif \
|
|
stop-clicked.gif \
|
|
stop-disabled.gif \
|
|
stop-hover.gif \
|
|
tab-leftedge.gif \
|
|
tab-rightedge.gif \
|
|
tabcontrol.css \
|
|
taskbar-addressbook.gif \
|
|
taskbar-bg-left.gif \
|
|
taskbar-bg-right.gif \
|
|
taskbar-bg.gif \
|
|
taskbar-composer-clicked.gif \
|
|
taskbar-composer.gif \
|
|
taskbar-groove-left.gif \
|
|
taskbar-groove-middle.gif \
|
|
taskbar-groove-right.gif \
|
|
taskbar-mail-clicked.gif \
|
|
taskbar-mail.gif \
|
|
taskbar-mailnew.gif \
|
|
taskbar-navigator.gif \
|
|
taskbar-popup-arrow.gif \
|
|
taskbar-tab-hover.gif \
|
|
taskbar-tab-minimized.gif \
|
|
taskbar-tab-trans.gif \
|
|
taskbar-tab.gif \
|
|
$(NULL)
|
|
|
|
EXPORT_RESOURCE_SAMPLES_3 = \
|
|
n-box-navbar.gif \
|
|
n-box.gif \
|
|
navbar-bg-begincap.gif \
|
|
navbar-bg.gif \
|
|
navbar-endcap.gif \
|
|
opentwisty-selected.gif \
|
|
opentwisty.gif \
|
|
otherbutton28-bg-active.gif \
|
|
otherbutton28-bg-hover.gif \
|
|
print-clicked.gif \
|
|
print-disabled.gif \
|
|
print-hover.gif \
|
|
print.gif \
|
|
progressmeter-busy.gif \
|
|
question-icon.gif \
|
|
radio.css \
|
|
return-disabled.gif \
|
|
return.gif \
|
|
taskbar-addressbook-clicked.gif \
|
|
taskbar-navigator-clicked.gif \
|
|
tb-grippy-down-clicked.gif \
|
|
tb-grippy-down.gif \
|
|
tb-grippy-up-clicked.gif \
|
|
tb-grippy-up.gif \
|
|
textfield.css \
|
|
toolbar-begincap.gif \
|
|
toolbar-dropdown-hover.gif \
|
|
toolbar-dropdown.gif \
|
|
toolbar-endcap.gif \
|
|
toolbar-menu-arrow-disabled.gif \
|
|
toolbar-menu-arrow-hover.gif \
|
|
toolbar-menu-arrow.gif \
|
|
toolbar.css \
|
|
tree.css \
|
|
wizardOverlay.css \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
install::
|
|
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES_1)) $(SAMPLES_DIR)
|
|
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES_2)) $(SAMPLES_DIR)
|
|
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES_3)) $(SAMPLES_DIR)
|
|
|
|
distclean clean clobber realclean clobber_all::
|
|
rm -f $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES_1))
|
|
rm -f $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES_2))
|
|
rm -f $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES_3))
|