From 1c2becf99bfe4ccb3116003bb137c1c7cebcf3da Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Wed, 29 Nov 2000 21:45:46 +0000 Subject: [PATCH] htmlbindings changes for OS/2 --- content/xbl/builtin/Makefile.in | 4 ++++ content/xbl/builtin/os2/Makefile.in | 32 +++++++++++++++++++++++++++++ layout/xbl/builtin/Makefile.in | 4 ++++ layout/xbl/builtin/os2/Makefile.in | 32 +++++++++++++++++++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 content/xbl/builtin/os2/Makefile.in create mode 100644 layout/xbl/builtin/os2/Makefile.in diff --git a/content/xbl/builtin/Makefile.in b/content/xbl/builtin/Makefile.in index c016826fa3ab..43f6c06e425e 100644 --- a/content/xbl/builtin/Makefile.in +++ b/content/xbl/builtin/Makefile.in @@ -26,7 +26,11 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +ifeq ($(OS_ARCH),OS2) +DIRS = os2 +else DIRS = unix +endif include $(topsrcdir)/config/rules.mk diff --git a/content/xbl/builtin/os2/Makefile.in b/content/xbl/builtin/os2/Makefile.in new file mode 100644 index 000000000000..5ee72f3803a9 --- /dev/null +++ b/content/xbl/builtin/os2/Makefile.in @@ -0,0 +1,32 @@ +# +# 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.org code. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1999 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk + +install:: $(TARGETS) + $(INSTALL) $(srcdir)/platformHTMLBindings.xml $(DIST)/bin/res/builtin diff --git a/layout/xbl/builtin/Makefile.in b/layout/xbl/builtin/Makefile.in index c016826fa3ab..43f6c06e425e 100644 --- a/layout/xbl/builtin/Makefile.in +++ b/layout/xbl/builtin/Makefile.in @@ -26,7 +26,11 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +ifeq ($(OS_ARCH),OS2) +DIRS = os2 +else DIRS = unix +endif include $(topsrcdir)/config/rules.mk diff --git a/layout/xbl/builtin/os2/Makefile.in b/layout/xbl/builtin/os2/Makefile.in new file mode 100644 index 000000000000..5ee72f3803a9 --- /dev/null +++ b/layout/xbl/builtin/os2/Makefile.in @@ -0,0 +1,32 @@ +# +# 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.org code. +# +# The Initial Developer of the Original Code is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1999 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk + +install:: $(TARGETS) + $(INSTALL) $(srcdir)/platformHTMLBindings.xml $(DIST)/bin/res/builtin