Renaming 'install' build phase to 'libs'

Bug #56601 r=pavlov
This commit is contained in:
seawood%netscape.com 2001-11-21 08:55:59 +00:00
parent 703571611f
commit 55fe97bff7
127 changed files with 151 additions and 151 deletions

View File

@ -43,6 +43,9 @@ else
default: $(SUBMAKEFILES)
$(MAKE) nspr
$(MAKE) tier_0
ifdef MOZ_LDAP_XPCOM
$(MAKE) -C directory/c-sdk/ldap
endif
$(MAKE) tier_1
$(MAKE) tier_9
@ -170,7 +173,7 @@ tier_9_dirs += security/manager
endif
ifdef MOZ_LDAP_XPCOM
tier_9_dirs += directory/c-sdk/ldap directory/xpcom
tier_9_dirs += directory/xpcom
endif
ifdef MOZ_EXTENSIONS
@ -229,7 +232,7 @@ tier_%:
done ; \
$(PERL) $(MOZILLA_DIR)/config/purge-old-headers.pl $(DIST)/include ;\
for d in $($@_dirs); do $(UPDATE_TITLE) \
$(MAKE) -C $$d install; \
$(MAKE) -C $$d libs; \
done
#
# Individual modules
@ -254,5 +257,3 @@ export::
distclean::
cat unallmakefiles | $(XARGS) rm -f
rm -f unallmakefiles $(DIST_GARBAGE)

View File

@ -34,6 +34,6 @@ endif
include $(topsrcdir)/config/rules.mk
# Install bloaturls.txt file for tinderbox Bloaty test.
install:: bloaturls.txt
libs:: bloaturls.txt
$(INSTALL) $< $(DIST)/bin

View File

@ -33,5 +33,5 @@ export::
chmod 755 mozilla-config
$(INSTALL) -m 755 mozilla-config $(DIST)/bin
install:: $(srcdir)/run-mozilla.sh
libs:: $(srcdir)/run-mozilla.sh
$(INSTALL) $< $(DIST)/bin

View File

@ -356,7 +356,7 @@ endif
#
# Print out any options loaded from mozconfig.
all build checkout clean depend distclean export install realclean::
all build checkout clean depend distclean export libs install realclean::
@if test -f .mozconfig.out; then \
cat .mozconfig.out; \
rm -f .mozconfig.out; \
@ -594,7 +594,7 @@ build:: $(OBJDIR)/Makefile $(OBJDIR)/config.status
# Other targets
# Pass these target onto the real build system
install export clean realclean distclean:: $(OBJDIR)/Makefile $(OBJDIR)/config.status
install export libs clean realclean distclean:: $(OBJDIR)/Makefile $(OBJDIR)/config.status
$(MOZ_MAKE) $@
cleansrcdir:
@ -615,4 +615,4 @@ cleansrcdir:
# (! IS_FIRST_CHECKOUT)
endif
.PHONY: checkout real_checkout depend build export install clean realclean distclean cleansrcdir pull_all build_all clobber clobber_all pull_and_build_all everything
.PHONY: checkout real_checkout depend build export libs install clean realclean distclean cleansrcdir pull_all build_all clobber clobber_all pull_and_build_all everything

View File

@ -25,7 +25,7 @@
# Pass 1. export - Create generated headers and stubs. Publish public headers
# to dist/include.
#
# Pass 2. install - Create libraries & programs. Publish them to dist/bin.
# Pass 2. libs - Create libraries & programs. Publish them to dist/bin.
#
# `gmake` will build each of these properly, but `gmake -jN` may break
# use `gmake MAKE='gmake -jN'` instead
@ -472,10 +472,10 @@ endif
################################################################################
all:: export install
all:: export libs
# Do depend as well
alldep:: export depend install
alldep:: export depend libs
# Do everything from scratch
everything:: clean alldep
@ -587,7 +587,7 @@ endif # EXPORT_LIBRARY
endif # LIBRARY_NAME
##############################################
install:: $(SUBMAKEFILES) $(MAKE_DIRS) $(HOST_LIBRARY) $(LIBRARY) $(SHARED_LIBRARY) $(IMPORT_LIBRARY) $(HOST_PROGRAM) $(PROGRAM) $(HOST_SIMPLE_PROGRAMS) $(SIMPLE_PROGRAMS) $(MAPS)
libs:: $(SUBMAKEFILES) $(MAKE_DIRS) $(HOST_LIBRARY) $(LIBRARY) $(SHARED_LIBRARY) $(IMPORT_LIBRARY) $(HOST_PROGRAM) $(PROGRAM) $(HOST_SIMPLE_PROGRAMS) $(SIMPLE_PROGRAMS) $(MAPS)
ifneq (,$(BUILD_STATIC_LIBS)$(FORCE_STATIC_LIB))
ifdef LIBRARY
ifeq ($(OS_ARCH),OS2)
@ -1187,7 +1187,7 @@ endif
#
# JMC_GEN -- for generating java modules
#
# Provide default export & install rules when using JMC_GEN
# Provide default export & libs rules when using JMC_GEN
#
ifneq ($(JMC_GEN),)
INCLUDES += -I$(JMC_GEN_DIR) -I.
@ -1293,7 +1293,7 @@ $(XPIDL_GEN_DIR)/%.xpt: %.idl $(XPIDL_COMPILE)
$(XPIDL_GEN_DIR)/$(XPIDL_MODULE).xpt: $(patsubst %.idl,$(XPIDL_GEN_DIR)/%.xpt,$(XPIDLSRCS))
$(XPIDL_LINK) $(XPIDL_GEN_DIR)/$(XPIDL_MODULE).xpt $^
install:: $(XPIDL_GEN_DIR)/$(XPIDL_MODULE).xpt
libs:: $(XPIDL_GEN_DIR)/$(XPIDL_MODULE).xpt
$(INSTALL) $(IFLAGS1) $(XPIDL_GEN_DIR)/$(XPIDL_MODULE).xpt $(DIST)/bin/$(COMPONENTS_PATH)
endif
@ -1312,7 +1312,7 @@ else
_JAR_REGCHROME_DISABLE_JAR=0
endif
install:: $(CHROME_DEPS)
libs:: $(CHROME_DEPS)
@if test -f $(JAR_MANIFEST); then $(PERL) -I$(MOZILLA_DIR)/config $(MOZILLA_DIR)/config/make-jars.pl -f $(MOZ_CHROME_FILE_FORMAT) -d $(DIST)/bin/chrome -s $(srcdir) < $(JAR_MANIFEST); fi
@if test -f $(JAR_MANIFEST); then $(PERL) -I$(MOZILLA_DIR)/config $(MOZILLA_DIR)/config/make-chromelist.pl $(DIST)/bin/chrome $(JAR_MANIFEST); fi

View File

@ -38,5 +38,5 @@ endif
include $(topsrcdir)/config/rules.mk
install:: $(TARGETS)
libs:: $(TARGETS)
$(INSTALL) $(srcdir)/htmlBindings.xml $(DIST)/bin/res/builtin

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install:: $(TARGETS)
libs:: $(TARGETS)
$(INSTALL) $(srcdir)/button-disabled-left.gif $(DIST)/bin/res/builtin
$(INSTALL) $(srcdir)/button-disabled-middle.gif $(DIST)/bin/res/builtin
$(INSTALL) $(srcdir)/button-disabled-right.gif $(DIST)/bin/res/builtin

View File

@ -28,6 +28,6 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install:: $(TARGETS)
libs:: $(TARGETS)
$(INSTALL) $(srcdir)/platformHTMLBindings.xml $(DIST)/bin/res/builtin
$(INSTALL) $(srcdir)/xbl-forms.css $(DIST)/bin/res/builtin

View File

@ -42,6 +42,6 @@ BUILTIN_RESOURCES = \
include $(topsrcdir)/config/rules.mk
install:: $(BUILTIN_RESOURCES)
libs:: $(BUILTIN_RESOURCES)
$(INSTALL) $^ $(DIST)/bin/res/builtin

View File

@ -46,6 +46,6 @@ XPIDL_MODULE = mozldap
include $(topsrcdir)/config/rules.mk
install::
libs::
@$(REGCHROME) content mozldap comm.jar
@$(REGCHROME) locale en-US/mozldap en-US.jar

View File

@ -42,5 +42,5 @@ JSFILES = $(srcdir)/nsLDAPDataSource.js
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(JSFILES) $(DIST)/bin/components

View File

@ -30,7 +30,7 @@ DIRS = public idl libeditor composer txmgr txtsvc
include $(topsrcdir)/config/rules.mk
install::
libs::
@$(REGCHROME) content editor comm.jar
@$(REGCHROME) content editor-region comm.jar
@$(REGCHROME) locale en-US/editor en-US.jar

View File

@ -27,7 +27,7 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install::
libs::
@$(REGCHROME) content embed embed-sample.jar
@$(REGCHROME) skin modern/embed embed-sample.jar
@$(REGCHROME) locale en-US/embed embed-sample.jar

View File

@ -36,5 +36,5 @@ JSCOMPONENTS = \
include $(topsrcdir)/config/rules.mk
install:: $(JSCOMPONENTS)
libs:: $(JSCOMPONENTS)
$(INSTALL) $^ $(DIST)/bin/components

View File

@ -45,7 +45,7 @@ else
-$(RM) -rf $(DIST)/Embed/tmpchrome
endif
install:: embed_chrome
libs:: embed_chrome
$(PERL) $(topsrcdir)/xpinstall/packager/pkgcp.pl -s $(DIST)/bin -d $(DIST) --f $(srcdir)/basebrowser-unix -o unix -v
$(NSINSTALL) -t $(srcdir)/installed-chrome.txt $(DIST)/Embed/chrome

View File

@ -70,5 +70,5 @@ include $(topsrcdir)/config/rules.mk
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
install:: $(TARGETS)
libs:: $(TARGETS)

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install::
libs::
$(REGCHROME) content content-packs content-packs.jar
$(REGCHROME) locale en-US/content-packs en-US.jar

View File

@ -85,6 +85,6 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk
install::
libs::
@$(REGCHROME) content cookie comm.jar
@$(REGCHROME) locale en-US/cookie en-US.jar

View File

@ -69,5 +69,5 @@ CFLAGS += $(GLIB_CFLAGS)
EXTRA_DSO_LDOPTS += $(GLIB_LIBS) -lgmodule
# Install pango.modules file for Shaping Modules.
install::
libs::
$(INSTALL) $(srcdir)/pango.modules $(DIST)/bin

View File

@ -30,7 +30,7 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install::
libs::
@$(REGCHROME) content cview cview.jar
@$(REGCHROME) skin modern/cview cview.jar
@$(REGCHROME) locale en-US/cview cview.jar

View File

@ -28,6 +28,6 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install::
libs::
$(REGCHROME) content help help.jar
$(REGCHROME) locale en-US/help en-US.jar

View File

@ -31,12 +31,12 @@ DIRS=base build
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(srcdir)/resources/content/res/viewer-registry.rdf $(DIST)/bin/res/inspector
$(INSTALL) $(srcdir)/resources/content/res/search-registry.rdf $(DIST)/bin/res/inspector
$(INSTALL) $(srcdir)/resources/content/prefs/inspector.js $(DIST)/bin/defaults/pref
install::
libs::
$(REGCHROME) content inspector inspector.jar
$(REGCHROME) locale en-US/inspector inspector.jar
$(REGCHROME) skin modern/inspector inspector.jar

View File

@ -30,7 +30,7 @@ DIRS=content skin locale
include $(topsrcdir)/config/rules.mk
install::
libs::
$(REGCHROME) content inspector inspector.jar
$(REGCHROME) locale en-US/inspector inspector.jar
$(REGCHROME) skin modern/inspector inspector.jar

View File

@ -36,10 +36,10 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(srcdir)/js/lib/chatzilla-service.js $(DIST)/bin/components
install::
libs::
@$(REGCHROME) content chatzilla chatzilla.jar
@$(REGCHROME) skin modern/chatzilla chatzilla.jar
@$(REGCHROME) locale en-US/chatzilla chatzilla.jar

View File

@ -56,7 +56,7 @@ EXPORT_RESOURCE_DATASCHEMA_CONTENT = \
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(EXPORT_RESOURCE_PREF_CONTENT) $(DIST)/bin/chrome/comm/content/communicator/pref
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/comm/content/communicator
$(INSTALL) $(EXPORT_RESOURCE_DATASCHEMA_CONTENT) $(DIST)/bin/components

View File

@ -37,6 +37,6 @@ EXPORT_PROPERTIES_CONTENT = \
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(EXPORT_PREF_CONTENT) $(DIST)/bin/chrome/en-US/locale/en-US/communicator/pref
$(INSTALL) $(EXPORT_PROPERTIES_CONTENT) $(DIST)/bin/chrome/en-US/locale/en-US/communicator

View File

@ -50,6 +50,6 @@ MODERN_EXPORT_RESOURCE_CONTENT = \
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(CLASSIC_EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/classic/skin/classic/communicator
$(INSTALL) $(MODERN_EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/modern/skin/modern/communicator

View File

@ -38,6 +38,6 @@ LIBS = \
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) samples/picstest1.html $(DIST)/bin/res/samples

View File

@ -56,4 +56,4 @@ include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../xpath -I$(srcdir)/../xslt
install:: $(OBJS)
libs:: $(OBJS)

View File

@ -40,4 +40,4 @@ include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../base
install:: $(OBJS)
libs:: $(OBJS)

View File

@ -48,4 +48,4 @@ include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../base -I$(srcdir)/dom
install:: $(OBJS)
libs:: $(OBJS)

View File

@ -60,4 +60,4 @@ include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../../../base -I$(srcdir)/../../ -I$(srcdir)/../../../net \
-I$(srcdir)/../../../xpath -I$(srcdir)/../../../xslt
install:: $(OBJS)
libs:: $(OBJS)

View File

@ -49,4 +49,4 @@ include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../../../base -I$(srcdir)/../../../net \
-I$(srcdir)/../../../xpath -I$(srcdir)/../../../xslt
install:: $(OBJS)
libs:: $(OBJS)

View File

@ -57,4 +57,4 @@ INCLUDES += -I$(srcdir)/xmlparse
COMPILE_CFLAGS += -DXML_UNICODE -I$(srcdir)/xmltok
endif
install:: $(OBJS)
libs:: $(OBJS)

View File

@ -32,4 +32,4 @@ include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../../base -I$(srcdir)/../dom
install:: $(OBJS)
libs:: $(OBJS)

View File

@ -87,4 +87,4 @@ ifndef TX_EXE
INCLUDES += -I$(srcdir)
endif
install:: $(OBJS)
libs:: $(OBJS)

View File

@ -56,4 +56,4 @@ INCLUDES += -I$(srcdir) -I$(srcdir)/../base -I$(srcdir)/../net \
-I$(srcdir)/../xml/printer -I$(srcdir)/../xpath -I$(srcdir)/../xslt/util \
-I$(srcdir)/../xslt/functions
install:: $(OBJS)
libs:: $(OBJS)

View File

@ -54,4 +54,4 @@ INCLUDES += -I$(srcdir)/../../base -I$(srcdir)/../../net \
-I$(srcdir)/../../xml/dom \
-I$(srcdir)/.. -I$(srcdir)/../util
install:: $(OBJS)
libs:: $(OBJS)

View File

@ -46,4 +46,4 @@ INCLUDES += -I$(srcdir) -I$(srcdir)/../../base -I$(srcdir)/../../xpath \
-I$(srcdir)/../../xml -I$(srcdir)/../../xml/dom \
-I$(srcdir)/../../xslt -I$(srcdir)/../../xslt/functions
install:: $(OBJS)
libs:: $(OBJS)

View File

@ -42,7 +42,7 @@ DIRS = resources
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(srcdir)/js/venkman-service.js $(DIST)/bin/components

View File

@ -40,7 +40,7 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install::
libs::
@$(REGCHROME) content venkman venkman.jar
@$(REGCHROME) skin modern/venkman venkman.jar
@$(REGCHROME) locale en-US/venkman venkman.jar

View File

@ -30,7 +30,7 @@ DIRS = public src editor signonviewer walletpreview build
include $(topsrcdir)/config/rules.mk
install::
libs::
@$(REGCHROME) content wallet comm.jar
@$(REGCHROME) locale en-US/wallet en-US.jar
@$(REGCHROME) locale US/communicator-region US.jar

View File

@ -78,6 +78,6 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(DEFAULTS_FILES) $(DIST)/bin/defaults/wallet

View File

@ -29,5 +29,5 @@ JSFILES = \
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(JSFILES) $(DIST)/bin/components

View File

@ -57,5 +57,5 @@ XMLTERM_DOCS = \
$(srcdir)/INSTALL.xmlterm \
$(NULL)
install::
libs::
$(INSTALL) -m 555 $(XMLTERM_DOCS) $(DIST)/bin

View File

@ -82,7 +82,7 @@ XMLTERM_SCRIPTS = \
$(srcdir)/xcat \
$(NULL)
install::
libs::
$(INSTALL) -m 555 $(XMLTERM_SCRIPTS) $(DIST)/bin
xpi::

View File

@ -45,7 +45,7 @@ include $(srcdir)/../config/xmlterm_config.mk
include $(topsrcdir)/config/rules.mk
install::
libs::
@$(REGCHROME) content xmlterm xmlterm.jar
@$(REGCHROME) locale en-US/xmlterm xmlterm.jar
@$(REGCHROME) skin modern/xmlterm xmlterm.jar
@ -53,5 +53,5 @@ install::
## NOTE: Put all the skin stuff in the content directory for the moment
## (Otherwise every Mozilla skin will need to provide an xmlterm skin!)
install::
libs::
$(INSTALL) $(srcdir)/xmlterm-service.js $(DIST)/bin/components

View File

@ -92,6 +92,5 @@ LOBJS := $(LCPPSRCS:.cc=.$(OBJ_SUFFIX))
include $(topsrcdir)/config/rules.mk
export::
make install
export:: libs

View File

@ -43,7 +43,7 @@ include $(topsrcdir)/config/rules.mk
%.class: %.java
javac -deprecation -d . -sourcepath $(srcdir) $^
install:: $(JOBJS)
libs:: $(JOBJS)
$(INSTALL) *.class $(DIST)/bin/leaksoup
$(INSTALL) $(srcdir)/leaksoup.sh $(DIST)/bin

View File

@ -130,6 +130,6 @@ include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_GFX
install:: icon_0.gif icon_1.gif
libs:: icon_0.gif icon_1.gif
$(INSTALL) -m 555 $^ $(DIST)/bin/res/gfx

View File

@ -36,7 +36,7 @@ include $(topsrcdir)/config/rules.mk
export::
install:: $(DLL)
libs:: $(DLL)
$(INSTALL) -m 444 $(DLL) $(DIST)/bin
# XXX Have to copy files because rc and link386 are too stupid for a mirror tree build

View File

@ -81,6 +81,6 @@ endif
CFLAGS += $(TK_CFLAGS)
CXXFLAGS += $(TK_CFLAGS)
install::
libs::
$(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/res

View File

@ -71,7 +71,7 @@ TEST_FILES = \
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) -m 555 $(srcdir)/TestOutSinks.pl $(DIST)/bin
$(INSTALL) $(addprefix $(srcdir)/, $(TEST_FILES)) $(DIST)/bin/OutTestData

View File

@ -65,5 +65,5 @@ FORCE_STATIC_LIB = 1
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/res

View File

@ -54,6 +54,6 @@ include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../src
install::
libs::
$(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/res

View File

@ -120,6 +120,6 @@ ifeq ($(OS_ARCH), Linux)
DEFINES += -D_XOPEN_SOURCE=500
endif
install:: $(EXPORT_RESOURCE)
libs:: $(EXPORT_RESOURCE)
$(INSTALL) $^ $(DIST)/bin/res

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(srcdir)/htmlEntityVersions.properties $(DIST)/bin/res/entityTables
$(INSTALL) $(srcdir)/html40Latin1.properties $(DIST)/bin/res/entityTables
$(INSTALL) $(srcdir)/html40Symbols.properties $(DIST)/bin/res/entityTables

View File

@ -38,6 +38,6 @@ EXPORT_RESOURCE = \
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/defaults/profile/$(THEME)

View File

@ -37,6 +37,6 @@ EXPORT_RESOURCE = \
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/defaults/profile/$(THEME)

View File

@ -155,7 +155,7 @@ INCLUDES += \
-I$(srcdir) \
$(NULL)
install::
libs::
$(INSTALL) $(RESOURCES_HTML) $(DIST)/bin/res/html
$(INSTALL) $(RESOURCES) $(DIST)/bin/res

View File

@ -68,7 +68,7 @@ INCLUDES += \
GARBAGE += $(DIST)/bin/res/ua.css $(DIST)/bin/res/html.css $(DIST)/bin/res/forms.css $(DIST)/bin/res/quirk.css $(DIST)/bin/res/viewsource.css $(DIST)/bin/res/arrow.gif
install:: $(TARGETS)
libs:: $(TARGETS)
$(INSTALL) $(srcdir)/html.css $(srcdir)/forms.css $(srcdir)/quirk.css $(srcdir)/viewsource.css $(srcdir)/arrow.gif $(DIST)/bin/res
rm -f $(DIST)/bin/res/ua.css
cp $(srcdir)/ua.css $(DIST)/bin/res

View File

@ -88,7 +88,7 @@ FORCE_STATIC_LIB = 1
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(srcdir)/mathfont.properties $(DIST)/bin/res/fonts
$(INSTALL) $(srcdir)/mathfontPUA.properties $(DIST)/bin/res/fonts
$(INSTALL) $(srcdir)/mathfontCMSY10.properties $(DIST)/bin/res/fonts

View File

@ -57,7 +57,7 @@ include $(topsrcdir)/config/rules.mk
EXPORT_RESOURCE_CONTENT = \
$(srcdir)/mathml.dtd \
$(NULL)
install::
libs::
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/dtd
$(INSTALL) $(srcdir)/mathml.css $(DIST)/bin/res
$(PERL) $(srcdir)/mathml-css.pl $(DIST)/bin/res/ua.css

View File

@ -30,7 +30,7 @@ DIRS = public base db news local mime compose imap addrbook import absync exten
include $(topsrcdir)/config/rules.mk
install::
libs::
@$(REGCHROME) content messenger messenger.jar
@$(REGCHROME) content messenger-region messenger.jar
@$(REGCHROME) locale en-US/messenger en-US.jar

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
ifdef MOZ_LDAP_XPCOM
REQUIRES += mozldap necko
install:: ./src/nsLDAPPrefsService.js
libs:: ./src/nsLDAPPrefsService.js
$(INSTALL) $< $(DIST)/bin/components
endif

View File

@ -30,7 +30,7 @@ DIRS = public src build
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(srcdir)/resources/content/smime.js $(DIST)/bin/defaults/pref
@$(REGCHROME) content messenger-smime messenger.jar
@$(REGCHROME) locale en-US/messenger-smime en-US.jar

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
install::
libs::
$(INSTALL) $(srcdir)/smime.js $(DIST)/bin/defaults/pref
include $(topsrcdir)/config/rules.mk

View File

@ -55,5 +55,5 @@ ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif
install:: ./smime-service.js
libs:: ./smime-service.js
$(INSTALL) $< $(DIST)/bin/components

View File

@ -29,5 +29,5 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install::
libs::
@$(REGCHROME) content messenger-smoketest messenger.jar

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
install::
libs::
$(INSTALL) $(srcdir)/smime.js $(DIST)/bin/defaults/pref
include $(topsrcdir)/config/rules.mk

View File

@ -43,7 +43,7 @@ XPIDLSRCS = nsSanePluginControl.idl
include $(topsrcdir)/config/rules.mk
install:: $(TARGETS)
libs:: $(TARGETS)
$(INSTALL) $(srcdir)/test/camera.html $(DIST)/bin/res/samples
$(INSTALL) $(srcdir)/test/scanner.html $(DIST)/bin/res/samples
$(INSTALL) $(srcdir)/test/camera.html /home/httpd/html/test

View File

@ -62,6 +62,6 @@ ifdef SHARED_LIBRARY
$(INSTALL) $(SHARED_LIBRARY) $(DIST)/bin/plugins
endif
install:: install-plugin
libs:: install-plugin

View File

@ -55,6 +55,6 @@ include $(topsrcdir)/config/rules.mk
CXXFLAGS += $(MOZ_TOOLKIT_REGISTRY_CFLAGS)
install::
libs::
$(INSTALL) $(srcdir)/samples/embed-test.html $(DIST)/bin/res/samples

View File

@ -53,6 +53,6 @@ include $(topsrcdir)/config/rules.mk
CXXFLAGS += $(MOZ_TOOLKIT_REGISTRY_CFLAGS)
install::
libs::
$(INSTALL) SimpleEventsTest.html $(DIST)/bin/res/samples

View File

@ -24,7 +24,7 @@ topsrcdir = @top_srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(XPDIST)/idl/nsISupports.idl ./idl
$(INSTALL) $(XPDIST)/idl/nsrootidl.idl ./idl

View File

@ -61,7 +61,7 @@ SHARED_LIBRARY_LIBS += $(foreach m,$($(_META_DEP_LIBS)), $(DIST)/lib/lib$(m).$(L
endif
ifndef NO_RECURSE
install clean distclean clobber realclean clobber_all::
libs clean distclean clobber realclean clobber_all::
set -e; \
for f in $(MOZ_META_COMPONENTS); do \
$(MAKE) NO_RECURSE=1 BUILD_SHARED_LIBS=1 BUILD_STATIC_LIBS= LIBRARY_NAME=meta_$$f CPPSRCS=nsMetaModule_$$f.cpp _COMPONENT_BASE=$$f $@ ; \

View File

@ -85,5 +85,5 @@ ifeq ($(OS_ARCH),Linux)
DEFINES += -D_BSD_SOURCE
endif
install::
libs::
$(INSTALL) $(JSFILES) $(DIST)/bin/components

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install::
libs::
@$(REGCHROME) content necko comm.jar
@$(REGCHROME) locale en-US/necko en-US.jar

View File

@ -73,6 +73,6 @@ include $(topsrcdir)/config/rules.mk
DEFINES += -DUSE_NSREG
install:: $(TARGETS)
libs:: $(TARGETS)
$(INSTALL) $(srcdir)/urlparse.dat $(DIST)/bin/res
$(INSTALL) $(srcdir)/urlparse_unx.dat $(DIST)/bin/res

View File

@ -36,6 +36,6 @@ include $(topsrcdir)/config/rules.mk
# Hack rule, this probably needs to be changed
# to something official. Works on Solaris for me. -mcafee
install::
libs::
javac -deprecation $(JSRCS)

View File

@ -71,7 +71,7 @@ TEST_FILES = \
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) -m 555 $(srcdir)/TestOutSinks.pl $(DIST)/bin
$(INSTALL) $(addprefix $(srcdir)/, $(TEST_FILES)) $(DIST)/bin/OutTestData

View File

@ -40,6 +40,6 @@ FILES := \
FILES := $(addprefix $(srcdir)/, $(FILES))
install::
libs::
$(INSTALL) $(FILES) $(DIST)/bin/defaults/profile
$(INSTALL) $(FILES) $(DIST)/bin/defaults/profile/US

View File

@ -29,6 +29,6 @@ FILES := \
FILES := $(addprefix $(srcdir)/, $(FILES))
install::
libs::
$(INSTALL) $(FILES) $(DIST)/bin/defaults/profile/chrome
$(INSTALL) $(FILES) $(DIST)/bin/defaults/profile/US/chrome

View File

@ -47,6 +47,6 @@ FILES = \
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(addprefix $(srcdir)/, $(FILES)) $(DIST)/bin/res/rdf

View File

@ -51,6 +51,6 @@ include $(topsrcdir)/config/rules.mk
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(RESOURCE_SAMPLES))
install::
libs::
$(INSTALL) $(addprefix $(srcdir)/,$(RESOURCE_SAMPLES)) $(SAMPLES_DIR)

View File

@ -71,7 +71,7 @@ depend dependclean export::
$(MAKE) -C ssl $@
$(MAKE) -C pki $@
install::
libs::
$(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS)
cd $(DIST)/lib; cp -f libmozdbm_s.$(LIB_SUFFIX) libdbm.$(LIB_SUFFIX)
$(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS)

View File

@ -28,6 +28,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install::
libs::
$(REGCHROME) content pippki pippki.jar
$(REGCHROME) locale en-US/pippki en-US.jar

View File

@ -28,6 +28,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install::
libs::
$(REGCHROME) content pipnss pipnss.jar
$(REGCHROME) locale en-US/pipnss en-US.jar

View File

@ -51,7 +51,7 @@ META_COMPONENT = crypto
EXPORTS = \
$(NULL)
install::
libs::
$(INSTALL) $(srcdir)/nssifail.txt $(DIST)/bin/res
CPPSRCS = \

View File

@ -50,7 +50,7 @@ endif
include $(topsrcdir)/config/rules.mk
install::
libs::
@$(REGCHROME) skin classic/communicator classic.jar
@$(REGCHROME) skin classic/editor classic.jar
@$(REGCHROME) skin classic/global classic.jar

View File

@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
install::
libs::
@$(REGCHROME) skin modern/communicator modern.jar
@$(REGCHROME) skin modern/editor modern.jar
@$(REGCHROME) skin modern/global modern.jar

View File

@ -73,7 +73,7 @@ include $(topsrcdir)/config/rules.mk
all:: $(OTHER_LIBRARIES)
# Make sure install depends on files that rules.mk doesn't know about.
install:: $(OTHER_LIBRARIES)
libs:: $(OTHER_LIBRARIES)
# Make sure libs depends on files that rules.mk doesn't know about.
libs:: $(OTHER_LIBRARIES)
@ -98,6 +98,6 @@ test:
@echo LIBPRELOAD = $(LIBPRELOAD)
@echo TARGETS = $(TARGETS)
install:: $(OTHER_LIBRARIES) $(RESOURCES)
libs:: $(OTHER_LIBRARIES) $(RESOURCES)
$(INSTALL) -m 555 $(OTHER_LIBRARIES) $(DIST)/lib
$(INSTALL) $(RESOURCES) $(DIST)/bin/res/leaky

View File

@ -36,6 +36,6 @@ include $(topsrcdir)/config/rules.mk
# Hack rule, this probably needs to be changed
# to something official. Works on Solaris for me. -mcafee
install::
libs::
javac -deprecation $(JSRCS)

View File

@ -69,7 +69,7 @@ EXPORT_RESOURCE_THROBBER := $(wildcard $(srcdir)/tests/viewer/throbber/anim*.gif
include $(topsrcdir)/config/rules.mk
install::
libs::
$(INSTALL) $(EXPORT_RESOURCE_SAMPLES) $(DIST)/bin/res/samples
$(INSTALL) $(EXPORT_RESOURCE_THROBBER) $(DIST)/bin/res/throbber
$(INSTALL) $(srcdir)/tests/viewer/resources/viewer.properties $(DIST)/bin/res

View File

@ -158,7 +158,7 @@ EXTRA_DEPS = \
include $(topsrcdir)/config/config.mk
# Force a build thru DIRS so that dependencies are updated properly
install::
libs::
+$(LOOP_OVER_DIRS)
include $(topsrcdir)/config/rules.mk
@ -171,7 +171,7 @@ CXXFLAGS += $(MOZ_TOOLKIT_REGISTRY_CFLAGS)
GARBAGE += $(PROGRAM)_gtk $(PROGRAM)_qt $(PROGRAM)_xlib
install:: $(PROGRAM) $(srcdir)/mozilla-viewer.sh
libs:: $(PROGRAM) $(srcdir)/mozilla-viewer.sh
ifneq ($(MOZ_WIDGET_TOOLKIT),os2)
$(INSTALL) $(srcdir)/mozilla-viewer.sh $(DIST)/bin
endif
@ -204,17 +204,17 @@ ifdef ENABLE_STRIP
endif
ifdef MOZ_ENABLE_GTK
install:: $(PROGRAM)_gtk
libs:: $(PROGRAM)_gtk
$(INSTALL) -m 555 $< $(DIST)/bin
endif
ifdef MOZ_ENABLE_QT
install:: $(PROGRAM)_qt
libs:: $(PROGRAM)_qt
$(INSTALL) -m 555 $< $(DIST)/bin
endif
ifdef MOZ_ENABLE_XLIB
install:: $(PROGRAM)_xlib
libs:: $(PROGRAM)_xlib
$(INSTALL) -m 555 $< $(DIST)/bin
endif

View File

@ -115,7 +115,7 @@ ICON_FILES = \
$(srcdir)/mozicon16.xpm \
$(NULL)
install::
libs::
$(INSTALL) $(ICON_FILES) $(DIST)/bin/icons

View File

@ -36,7 +36,7 @@ include $(topsrcdir)/config/rules.mk
export::
install:: $(DLL)
libs:: $(DLL)
$(INSTALL) -m 444 $(DLL) $(DIST)/bin
# XXX Have to copy files because rc and link386 are too stupid for a mirror tree build

View File

@ -62,7 +62,7 @@ include $(topsrcdir)/config/rules.mk
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
install:: $(TARGETS)
libs:: $(TARGETS)
$(INSTALL) $(srcdir)/xpconnect-sample.html $(DIST)/bin/res/samples
$(INSTALL) $(srcdir)/nsSample.js $(DIST)/bin/components

View File

@ -86,6 +86,6 @@ INCLUDES += \
-I$(srcdir)/services \
$(NULL)
install::
libs::
$(INSTALL) $(srcdir)/test.properties $(DIST)/bin/res

View File

@ -52,6 +52,6 @@ DEFINES += -DNEW_STRING_APIS -DSTANDALONE_STRING_TESTS -UDEBUG -DNDEBUG
#DEFINES += -DSTANDALONE_STRING_TESTS -UDEBUG -DNDEBUG
INCLUDES += -I$(srcdir)/../public -I$(srcdir)/services
install::
libs::
$(INSTALL) $(srcdir)/test.properties $(DIST)/bin/res

Some files were not shown because too many files have changed in this diff Show More