зеркало из https://github.com/mozilla/gecko-dev.git
Adding makefiles
This commit is contained in:
Родитель
7162abda9e
Коммит
4a22f57a47
|
@ -22,7 +22,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = content skin
|
||||
DIRS = content skin locale
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -0,0 +1,44 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
EXPORT_RESOURCE_CONTENT = \
|
||||
$(srcdir)/navigator.dtd \
|
||||
$(srcdir)/openLocation.dtd \
|
||||
$(srcdir)/viewSource.dtd \
|
||||
$(srcdir)/NetSupportConfirm.dtd \
|
||||
$(srcdir)/NetSupportAlert.dtd \
|
||||
$(srcdir)/NetSupportConfirmCheck.dtd \
|
||||
$(srcdir)/NetSupportConfirmCheckYN.dtd \
|
||||
$(srcdir)/NetSupportPassword.dtd \
|
||||
$(srcdir)/NetSupportPrompt.dtd \
|
||||
$(srcdir)/NetSupportUserPassword.dtd \
|
||||
$(NULL)
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/navigator/locale/en-US
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
navigator.dtd
|
||||
openLocation.dtd
|
||||
viewSource.dtd
|
||||
NetSupportConfirm.dtd
|
||||
NetSupportAlert.dtd
|
||||
NetSupportConfirmCheck.dtd
|
||||
NetSupportConfirmCheckYN.dtd
|
||||
NetSupportPassword.dtd
|
||||
NetSupportUserPassword.dtd
|
||||
NetSupportPassword.dtd
|
|
@ -0,0 +1,46 @@
|
|||
#!nmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH=..\..\..\..\..
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
DISTBROWSWER=$(DIST)\bin\chrome\navigator\locale\en-US
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) openLocation.dtd $(DISTBROWSWER)
|
||||
$(MAKE_INSTALL) viewSource.dtd $(DISTBROWSWER)
|
||||
$(MAKE_INSTALL) navigator.dtd $(DISTBROWSWER)
|
||||
$(MAKE_INSTALL) NetSupportConfirm.dtd $(DISTBROWSWER)
|
||||
$(MAKE_INSTALL) NetSupportAlert.dtd $(DISTBROWSWER)
|
||||
$(MAKE_INSTALL) NetSupportConfirmCheck.dtd $(DISTBROWSWER)
|
||||
$(MAKE_INSTALL) NetSupportConfirmCheckYN.dtd $(DISTBROWSWER)
|
||||
$(MAKE_INSTALL) NetSupportPassword.dtd $(DISTBROWSWER)
|
||||
$(MAKE_INSTALL) NetSupportPrompt.dtd $(DISTBROWSWER)
|
||||
$(MAKE_INSTALL) NetSupportUserPassword.dtd $(DISTBROWSWER)
|
||||
|
||||
|
||||
clobber::
|
||||
rm -f $(DISTBROWSER)\viewSource.dtd
|
||||
rm -f $(DISTBROWSER)\navigator.dtd
|
||||
rm -f $(DISTBROWSER)\NetSupportConfirm.dtd
|
||||
rm -f $(DISTBROWSER)\NetSupportAlert.dtd
|
||||
rm -f $(DISTBROWSER)\NetSupportConfirmCheck.dtd
|
||||
rm -f $(DISTBROWSER)\NetSupportConfirmCheckYN.dtd
|
||||
rm -f $(DISTBROWSER)\NetSupportPassword.dtd
|
||||
rm -f $(DISTBROWSER)\NetSupportPrompt.dtd
|
||||
rm -f $(DISTBROWSER)\NetSupportUserPassword.dtd
|
|
@ -19,7 +19,7 @@ IGNORE_MANIFEST=1
|
|||
|
||||
DEPTH=..\..\..
|
||||
|
||||
DIRS= skin content
|
||||
DIRS= skin content locale
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче