зеркало из https://github.com/mozilla/gecko-dev.git
Родитель
28ba5f2344
Коммит
7733357d51
|
@ -78,7 +78,7 @@ LINCS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -294,7 +294,7 @@ clobber_all: clobber_nspr clobber_psm clobber_seamonkey
|
|||
|
||||
build_all: build_nspr build_seamonkey
|
||||
|
||||
build_all_dep: depend install
|
||||
build_all_dep: depend libs
|
||||
|
||||
distclean:
|
||||
@cd $(MOZ_SRC)\$(MOZ_TOP)\nsprpub
|
||||
|
@ -370,7 +370,7 @@ build_xpconnect: build_nspr
|
|||
@cd $(MOZ_SRC)\$(MOZ_TOP)\string
|
||||
nmake -f makefile.win all
|
||||
@cd $(MOZ_SRC)\$(MOZ_TOP)\xpcom
|
||||
nmake -f makefile.win install
|
||||
nmake -f makefile.win libs
|
||||
@cd $(MOZ_SRC)\$(MOZ_TOP)\js\src
|
||||
nmake -f makefile.win all
|
||||
@cd $(MOZ_SRC)\$(MOZ_TOP)\js\src\xpconnect
|
||||
|
@ -392,9 +392,9 @@ build_dist:
|
|||
@cd $(MOZ_SRC)\mozilla\.
|
||||
nmake -f makefile.win all
|
||||
|
||||
install:
|
||||
libs:
|
||||
@cd $(MOZ_SRC)\$(MOZ_TOP)\.
|
||||
nmake -f makefile.win install
|
||||
nmake -f makefile.win libs
|
||||
|
||||
export: build_nspr
|
||||
@cd $(MOZ_SRC)\$(MOZ_TOP)\.
|
||||
|
|
|
@ -246,7 +246,7 @@ W32LOBJS = $(OBJS: .= +-.)
|
|||
|
||||
all::
|
||||
$(NMAKE) -f makefile.win export
|
||||
$(NMAKE) -f makefile.win install
|
||||
$(NMAKE) -f makefile.win libs
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
#//
|
||||
|
@ -430,7 +430,7 @@ export::
|
|||
|
||||
!endif # defined(META_COMPONENT)
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
@ -442,7 +442,7 @@ clobber::
|
|||
# library, because it's a component; nobody should be linking against
|
||||
# it!
|
||||
|
||||
install:: $(DLL)
|
||||
libs:: $(DLL)
|
||||
$(MAKE_INSTALL) $(DLL) $(DIST)\bin\components
|
||||
|
||||
clobber::
|
||||
|
@ -478,7 +478,7 @@ export::
|
|||
|
||||
!endif # defined(META_COMPONENT)
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
@ -489,7 +489,7 @@ clobber::
|
|||
# Build the library as a standalone DLL. We _will_ install the import
|
||||
# library in this case, because people may link against it.
|
||||
|
||||
install:: $(DLL) $(OBJDIR)\$(LIBRARY_NAME).lib
|
||||
libs:: $(DLL) $(OBJDIR)\$(LIBRARY_NAME).lib
|
||||
$(MAKE_INSTALL) $(DLL) $(DIST)\bin
|
||||
$(MAKE_INSTALL) $(OBJDIR)\$(LIBRARY_NAME).lib $(DIST)\lib
|
||||
|
||||
|
@ -508,7 +508,7 @@ clobber::
|
|||
#//------------------------------------------------------------------------
|
||||
!if defined(LIBRARY)
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)/lib
|
||||
|
||||
clobber::
|
||||
|
@ -556,9 +556,9 @@ export::
|
|||
@$(W95MAKE) export $(MAKEDIR) $(DIRS)
|
||||
!endif # DIRS
|
||||
|
||||
install::
|
||||
libs::
|
||||
!ifdef DIRS
|
||||
@$(W95MAKE) install $(MAKEDIR) $(DIRS)
|
||||
@$(W95MAKE) libs $(MAKEDIR) $(DIRS)
|
||||
!endif # DIRS
|
||||
|
||||
depend::
|
||||
|
@ -596,7 +596,7 @@ export::
|
|||
libs::
|
||||
@set MAKE_ARGS=$@
|
||||
|
||||
install::
|
||||
libs::
|
||||
@set MAKE_ARGS=$@
|
||||
|
||||
mangle::
|
||||
|
@ -647,10 +647,7 @@ $(OBJS)
|
|||
|
||||
export:: $(DIRS)
|
||||
|
||||
libs::
|
||||
@echo The libs build phase is obsolete.
|
||||
|
||||
install:: $(DIRS)
|
||||
libs:: $(DIRS)
|
||||
|
||||
depend:: $(DIRS)
|
||||
|
||||
|
@ -821,7 +818,7 @@ export:: $(XPIDL_GEN_DIR) $(XPIDL_HEADERS) $(PUBLIC)
|
|||
$(PERL) -I$(DEPTH)\config $(DEPTH)\config\build-list.pl $(PUBLIC)/.headerlist $(XPIDL_HEADERS)
|
||||
|
||||
!ifndef NO_GEN_XPT
|
||||
install:: $(XPIDL_GEN_DIR) $(TYPELIB)
|
||||
libs:: $(XPIDL_GEN_DIR) $(TYPELIB)
|
||||
@echo +++ make: installing typelib '$(TYPELIB)' to components directory
|
||||
$(MAKE_INSTALL) $(TYPELIB) $(DIST)\bin\components
|
||||
!endif
|
||||
|
@ -873,7 +870,7 @@ JAR_MANIFEST = jar.mn
|
|||
|
||||
chrome::
|
||||
|
||||
install:: chrome
|
||||
libs:: chrome
|
||||
|
||||
!ifdef MOZ_CHROME_FILE_FORMAT
|
||||
_CHROME_FILE_FORMAT=$(MOZ_CHROME_FILE_FORMAT)
|
||||
|
|
|
@ -142,7 +142,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -74,7 +74,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -193,7 +193,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -93,7 +93,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -113,7 +113,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -85,7 +85,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -25,7 +25,7 @@ DIRS=win
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) htmlbindings.xml $(DIST)\bin\res\builtin
|
||||
$(MAKE_INSTALL) buttonBindings.xml $(DIST)\bin\res\builtin
|
||||
$(MAKE_INSTALL) selectBindings.xml $(DIST)\bin\res\builtin
|
||||
|
|
|
@ -23,7 +23,7 @@ DEPTH=..\..\..\..
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) platformHTMLBindings.xml $(DIST)\bin\res\builtin
|
||||
$(MAKE_INSTALL) platformButtonBindings.xml $(DIST)\bin\res\builtin
|
||||
$(MAKE_INSTALL) platformSelectBindings.xml $(DIST)\bin\res\builtin
|
||||
|
|
|
@ -132,7 +132,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -70,7 +70,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -73,7 +73,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -66,7 +66,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -75,7 +75,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -86,7 +86,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -108,7 +108,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -101,7 +101,7 @@ CPP_OBJS= .\$(OBJDIR)\orkinCell.obj \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -39,6 +39,6 @@ JSFILES = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) $(JSFILES) $(DIST)\bin\components
|
||||
|
||||
|
|
|
@ -89,6 +89,6 @@ include <$(DEPTH)\config\config.mak>
|
|||
|
||||
nsDocShell.cpp : nsDocShell.h
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -53,7 +53,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -109,7 +109,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -133,7 +133,7 @@ build:: $(DLL)
|
|||
|
||||
!if !defined(MOZ_BUILD_PLAINTEXT_EDITOR_CORE_ONLY)
|
||||
|
||||
install:: $(DLL)
|
||||
libs:: $(DLL)
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib
|
||||
set MOZ_BUILD_PLAINTEXT_EDITOR_CORE_ONLY=1
|
||||
|
|
|
@ -112,7 +112,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -86,7 +86,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -37,7 +37,7 @@ LLIBS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(PROGRAMS)
|
||||
libs:: $(PROGRAMS)
|
||||
-for %p in ($(PROGRAMS)) do $(MAKE_INSTALL) %p $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -57,5 +57,5 @@ include <$(DEPTH)\config\config.mak>
|
|||
|
||||
nsEmbedAPI.cpp : nsEmbedAPI.h
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
|
|
@ -119,7 +119,7 @@ LCFLAGS = $(LCFLAGS) -DMOZ_ACTIVEX_CONTROL_SUPPORT
|
|||
|
||||
PATH=$(DIST)\bin;$(PATH)
|
||||
|
||||
install:: $(DLL)
|
||||
libs:: $(DLL)
|
||||
$(MAKE_INSTALL) $(DLL) $(DIST)\bin
|
||||
$(MAKE_INSTALL) MozillaControl.html $(DIST)\bin\res
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ CFLAGS = /D "WIN32" /GX /GF /MT /O1
|
|||
|
||||
PATH=$(DIST)\bin;$(PATH)
|
||||
|
||||
install:: $(DLL)
|
||||
libs:: $(DLL)
|
||||
$(MAKE_INSTALL) $(DLL) $(DIST)\bin
|
||||
!ifdef MOZ_ACTIVEX_REGISTRATION
|
||||
!if "$(WINOS)" != "WIN95"
|
||||
|
|
|
@ -136,7 +136,7 @@ LCFLAGS = $(LCFLAGS) -DMOZ_NO_DEBUG_RTL
|
|||
LCFLAGS = $(LCFLAGS) -DMOZ_ACTIVEX_PLUGIN_SUPPORT
|
||||
!endif
|
||||
|
||||
install:: $(DLL)
|
||||
libs:: $(DLL)
|
||||
$(MAKE_INSTALL) $(DLL) $(DIST)\bin
|
||||
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ include <$(DEPTH)\config\rules.mak>
|
|||
clobber::
|
||||
rm -f $(DIST)\chrome\skins\$(THEME)\skin\*.*
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) embedding.css $(DIST)\bin\chrome\packages\embedding\browser\skin
|
||||
$(MAKE_INSTALL) back.gif $(DIST)\bin\chrome\packages\embedding\browser\skin
|
||||
$(MAKE_INSTALL) forward.gif $(DIST)\bin\chrome\packages\embedding\browser\skin
|
||||
|
|
|
@ -73,5 +73,5 @@ CPP_OBJS= \
|
|||
include <$(DEPTH)\config\rules.mak>
|
||||
include <$(DEPTH)\config\config.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
|
|
@ -36,7 +36,7 @@ CPP_OBJS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -39,7 +39,7 @@ CPP_OBJS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -36,7 +36,7 @@ CPP_OBJS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -32,5 +32,5 @@ JSCOMPONENTS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(JSCOMPONENTS)
|
||||
libs:: $(JSCOMPONENTS)
|
||||
!@$(MAKE_INSTALL) $(JSCOMPONENTS) $(DIST)\bin\components
|
||||
|
|
|
@ -41,7 +41,7 @@ CPP_OBJS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -49,7 +49,7 @@ CPP_OBJS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -59,7 +59,7 @@ embed_chrome: embed-jar.mn
|
|||
-$(RM) -rf $(DIST)\Embed\tmpchrome
|
||||
!endif
|
||||
|
||||
install:: embed_chrome
|
||||
libs:: embed_chrome
|
||||
$(PERL) $(DEPTH)\xpinstall\packager\pkgcp.pl -s $(DIST)\bin -d $(DIST) --f basebrowser-win -o dos -v
|
||||
$(MAKE_INSTALL) installed-chrome.txt $(DIST)\Embed\chrome
|
||||
!IF "$(APP)" == "mfcembed"
|
||||
|
|
|
@ -56,7 +56,7 @@ include <$(DEPTH)\config\rules.mak>
|
|||
|
||||
Dialogs.res: Dialogs.rc resource.h
|
||||
|
||||
install:: $(DLL)
|
||||
libs:: $(DLL)
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@ LLFLAGS = -SUBSYSTEM:windows
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(PROGRAM)
|
||||
libs:: $(PROGRAM)
|
||||
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
|
||||
$(MAKE_INSTALL) testembed.htm $(DIST)\bin
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ WIN_LIBS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(PROGRAM)
|
||||
libs:: $(PROGRAM)
|
||||
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
|
||||
|
||||
clobber_all::
|
||||
|
|
|
@ -57,7 +57,7 @@ include <$(DEPTH)\config\rules.mak>
|
|||
|
||||
Dialogs.res: Dialogs.rc resource.h
|
||||
|
||||
install:: $(DLL)
|
||||
libs:: $(DLL)
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ LLFLAGS = -SUBSYSTEM:windows
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(PROGRAM)
|
||||
libs:: $(PROGRAM)
|
||||
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
|
||||
$(MAKE_INSTALL) mfcembed.htm $(DIST)\bin
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ WIN_LIBS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(PROGRAM)
|
||||
libs:: $(PROGRAM)
|
||||
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
|
||||
|
||||
clobber_all::
|
||||
|
|
|
@ -57,9 +57,9 @@ LINCS=-I..\xmltok
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(OBJS)
|
||||
libs:: $(OBJDIR) $(OBJS)
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
|
|
|
@ -50,4 +50,4 @@ CPP_OBJS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(OBJS)
|
||||
libs:: $(OBJDIR) $(OBJS)
|
||||
|
|
|
@ -53,7 +53,7 @@ LLIBS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(PROGRAM)
|
||||
libs:: $(PROGRAM)
|
||||
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -99,7 +99,7 @@ LCFLAGS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -62,7 +62,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -27,7 +27,7 @@ DIRS=base build
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) resources\content\res\viewer-registry.rdf $(DIST)\bin\res\inspector
|
||||
$(MAKE_INSTALL) resources\content\res\search-registry.rdf $(DIST)\bin\res\inspector
|
||||
$(MAKE_INSTALL) resources\content\res\winInspectorMain.ico $(DIST)\bin\chrome\icons\default
|
||||
|
|
|
@ -33,7 +33,7 @@ DEPTH =..\..
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) .\js\lib\chatzilla-service.js $(DIST)\bin\components
|
||||
|
||||
chrome::
|
||||
|
|
|
@ -35,6 +35,6 @@ EXPORT_PREF_CONTENT = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) $(EXPORT_PREF_CONTENT) $(DIST)\bin\chrome\packages\core\communicator\content\pref
|
||||
|
||||
|
|
|
@ -35,5 +35,5 @@ EXPORT_PREF_CONTENT = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) $(EXPORT_PREF_CONTENT) $(DIST)\bin\chrome\locales\en-US\communicator\locale\pref
|
||||
|
|
|
@ -23,7 +23,7 @@ DEPTH = ..\..\..\..
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) pref-P3P.xul $(DIST)\bin\chrome\comm\content\communicator\pref
|
||||
$(MAKE_INSTALL) pref-P3P.js $(DIST)\bin\chrome\comm\content\communicator\pref
|
||||
$(MAKE_INSTALL) pref-P3Pcust.xul $(DIST)\bin\chrome\comm\content\communicator\pref
|
||||
|
|
|
@ -23,7 +23,7 @@ DEPTH = ..\..\..\..\..
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) pref-P3P.dtd $(DIST)\bin\chrome\en-US\locale\en-US\communicator\pref
|
||||
$(MAKE_INSTALL) P3PPrivacyInfo.dtd $(DIST)\bin\chrome\en-US\locale\en-US\communicator
|
||||
$(MAKE_INSTALL) P3P.properties $(DIST)\bin\chrome\en-US\locale\en-US\communicator
|
||||
|
|
|
@ -23,7 +23,7 @@ DEPTH = ..\..\..\..
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) classic\P3PDefault.gif $(DIST)\bin\chrome\classic\skin\classic\communicator
|
||||
$(MAKE_INSTALL) classic\P3PNoPrivacy.gif $(DIST)\bin\chrome\classic\skin\classic\communicator
|
||||
$(MAKE_INSTALL) classic\P3PPrivate.gif $(DIST)\bin\chrome\classic\skin\classic\communicator
|
||||
|
|
|
@ -55,7 +55,7 @@ LLIBS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(PROGRAM)
|
||||
libs:: $(PROGRAM)
|
||||
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
|
||||
$(MAKE_INSTALL) samples\picstest1.html $(DIST)\bin\res\samples
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ DIRS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) *.py $(DIST)\bin\python\xpcom
|
||||
$(MAKE_INSTALL) client\*.py $(DIST)\bin\python\xpcom\client
|
||||
$(MAKE_INSTALL) server\*.py $(DIST)\bin\python\xpcom\server
|
||||
|
|
|
@ -59,7 +59,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(DLL)
|
||||
libs:: $(DLL)
|
||||
$(MAKE_INSTALL) $(DLL) $(DIST)\bin\components\.
|
||||
|
||||
#clobber::
|
||||
|
|
|
@ -107,5 +107,5 @@ include <$(DEPTH)\config\rules.mak>
|
|||
#clobber::
|
||||
# echo write me
|
||||
|
||||
install:: $(DLL)
|
||||
libs:: $(DLL)
|
||||
$(MAKE_INSTALL) $(DLL) $(DIST)\bin\Python\xpcom\.
|
||||
|
|
|
@ -31,7 +31,7 @@ XPIDLSRCS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) ./py_test_component.py $(DIST)\bin\components
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -90,4 +90,4 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(CPP_OBJS)
|
||||
libs:: $(OBJDIR) $(CPP_OBJS)
|
||||
|
|
|
@ -138,4 +138,4 @@ LLIBS= \
|
|||
CPP_PROG_LINK = 1
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(PROGRAM)
|
||||
libs:: $(OBJDIR) $(PROGRAM)
|
||||
|
|
|
@ -50,4 +50,4 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(CPP_OBJS)
|
||||
libs:: $(OBJDIR) $(CPP_OBJS)
|
||||
|
|
|
@ -86,4 +86,4 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(CPP_OBJS)
|
||||
libs:: $(OBJDIR) $(CPP_OBJS)
|
||||
|
|
|
@ -76,4 +76,4 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(CPP_OBJS)
|
||||
libs:: $(OBJDIR) $(CPP_OBJS)
|
||||
|
|
|
@ -58,4 +58,4 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(CPP_OBJS)
|
||||
libs:: $(OBJDIR) $(CPP_OBJS)
|
||||
|
|
|
@ -76,5 +76,5 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(CPP_OBJS)
|
||||
libs:: $(OBJDIR) $(CPP_OBJS)
|
||||
|
||||
|
|
|
@ -50,5 +50,5 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(CPP_OBJS)
|
||||
libs:: $(OBJDIR) $(CPP_OBJS)
|
||||
|
||||
|
|
|
@ -131,4 +131,4 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(CPP_OBJS)
|
||||
libs:: $(OBJDIR) $(CPP_OBJS)
|
||||
|
|
|
@ -69,4 +69,4 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(CPP_OBJS)
|
||||
libs:: $(OBJDIR) $(CPP_OBJS)
|
||||
|
|
|
@ -73,4 +73,4 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(CPP_OBJS)
|
||||
libs:: $(OBJDIR) $(CPP_OBJS)
|
||||
|
|
|
@ -59,5 +59,5 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(CPP_OBJS)
|
||||
libs:: $(OBJDIR) $(CPP_OBJS)
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ LLIBS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(DLL)
|
||||
libs:: $(DLL)
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ CPP_OBJS= \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(OBJDIR) $(PROGRAM)
|
||||
libs:: $(OBJDIR) $(PROGRAM)
|
||||
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -39,5 +39,5 @@ DIRS = resources
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) .\js\venkman-service.js $(DIST)\bin\components
|
||||
|
|
|
@ -48,7 +48,7 @@ LINCS=\
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -25,7 +25,7 @@ include <$(DEPTH)\config\rules.mak>
|
|||
|
||||
CONTENTDIR=$(DIST)\bin\chrome\packages\core\communicator\content\wallet
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) CookieViewer.xul $(CONTENTDIR)
|
||||
$(MAKE_INSTALL) CookieViewer.js $(CONTENTDIR)
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ include <$(DEPTH)\config\rules.mak>
|
|||
|
||||
LOCALEDIR=$(DIST)\bin\chrome\locales\en-US\communicator\locale\wallet
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) CookieViewer.dtd $(LOCALEDIR)
|
||||
$(MAKE_INSTALL) CookieViewer.properties $(LOCALEDIR)
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@ LINCS=\
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -25,7 +25,7 @@ include <$(DEPTH)\config\rules.mak>
|
|||
|
||||
CONTENTDIR=$(DIST)\bin\chrome\packages\core\communicator\content\wallet
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) WalletEditor.xul $(CONTENTDIR)
|
||||
$(MAKE_INSTALL) WalletEditor.js $(CONTENTDIR)
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ include <$(DEPTH)\config\rules.mak>
|
|||
|
||||
LOCALEDIR=$(DIST)\bin\chrome\locales\en-US\communicator\locale\wallet
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) WalletEditor.dtd $(LOCALEDIR)
|
||||
$(MAKE_INSTALL) WalletEditor.properties $(LOCALEDIR)
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ LINCS=\
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -27,7 +27,7 @@ clobber::
|
|||
rm -f $(DIST)\bin\chrome\packages\core\communicator\content\wallet\SignonViewer.xul
|
||||
rm -f $(DIST)\bin\chrome\packages\core\communicator\content\wallet\SignonViewer.js
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) SignonViewer.xul $(DIST)\bin\chrome\packages\core\communicator\content\wallet
|
||||
$(MAKE_INSTALL) SignonViewer.js $(DIST)\bin\chrome\packages\core\communicator\content\wallet
|
||||
|
||||
|
|
|
@ -30,6 +30,6 @@ clobber::
|
|||
rm -f $(DIST)\bin\chrome\locales\en-US\communicator\locale\wallet\SignonViewer.properties
|
||||
rm -f $(DIST)\bin\chrome\locales\en-US\communicator\locale\wallet\SignonViewer.dtd
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) SignonViewer.properties $(DIST)\bin\chrome\locales\en-US\communicator\locale\wallet
|
||||
$(MAKE_INSTALL) SignonViewer.dtd $(DIST)\bin\chrome\locales\en-US\communicator\locale\wallet
|
||||
|
|
|
@ -89,7 +89,7 @@ clobber::
|
|||
rm -f $(DIST)\bin\defaults\wallet\PositionalSchema.tbl
|
||||
rm -f $(DIST)\bin\defaults\wallet\StateSchema.tbl
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) DistinguishedSchema.tbl $(DIST)\bin\defaults\wallet
|
||||
$(MAKE_INSTALL) FieldSchema.tbl $(DIST)\bin\defaults\wallet
|
||||
$(MAKE_INSTALL) VcardSchema.tbl $(DIST)\bin\defaults\wallet
|
||||
|
|
|
@ -25,7 +25,7 @@ include <$(DEPTH)\config\rules.mak>
|
|||
|
||||
LOCALEDIR=$(DIST)\bin\chrome\locales\en-US\communicator\locale\wallet
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) cookie.properties $(LOCALEDIR)
|
||||
$(MAKE_INSTALL) wallet.properties $(LOCALEDIR)
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@ LINCS=\
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -27,7 +27,7 @@ clobber::
|
|||
rm -f $(DIST)\bin\chrome\packages\core\communicator\content\wallet\WalletPreview.xul
|
||||
rm -f $(DIST)\bin\chrome\packages\core\communicator\content\wallet\WalletPreview.js
|
||||
|
||||
install:: $(DLL)
|
||||
libs:: $(DLL)
|
||||
$(MAKE_INSTALL) WalletPreview.xul $(DIST)\bin\chrome\packages\core\communicator\content\wallet
|
||||
$(MAKE_INSTALL) WalletPreview.js $(DIST)\bin\chrome\packages\core\communicator\content\wallet
|
||||
|
||||
|
|
|
@ -26,5 +26,5 @@ include <$(DEPTH)\config\rules.mak>
|
|||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\locales\en-US\communicator\locale\wallet\WalletPreview.properties
|
||||
|
||||
install:: $(DLL)
|
||||
libs:: $(DLL)
|
||||
$(MAKE_INSTALL) WalletPreview.properties $(DIST)\bin\chrome\locales\en-US\communicator\locale\wallet
|
||||
|
|
|
@ -25,5 +25,5 @@ JSFILES = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) $(JSFILES) $(DIST)\bin\components
|
||||
|
|
|
@ -70,7 +70,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -57,7 +57,7 @@ EXPORTS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -54,7 +54,7 @@ LINCS=-I..\
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(PROGRAMS)
|
||||
libs:: $(PROGRAMS)
|
||||
-for %p in ($(PROGRAMS)) do $(MAKE_INSTALL) %p $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -83,7 +83,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -69,7 +69,7 @@ LCFLAGS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
libs:: $(LIBRARY)
|
||||
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
|
||||
|
||||
clobber::
|
||||
|
|
|
@ -48,7 +48,7 @@ LLIBS = \
|
|||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(PROGRAMS)
|
||||
libs:: $(PROGRAMS)
|
||||
-for %p in ($(PROGRAMS)) do $(MAKE_INSTALL) %p $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче