diff --git a/mozilla/xpfc/Makefile b/mozilla/xpfc/Makefile new file mode 100644 index 00000000000..30edd04901f --- /dev/null +++ b/mozilla/xpfc/Makefile @@ -0,0 +1,56 @@ +#! gmake +# +# CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF +# NETSCAPE COMMUNICATIONS CORPORATION +# Copyright © 1996, 1997 Netscape Communications Corporation. All Rights +# Reserved. Use of this Source Code is subject to the terms of the +# applicable license agreement from Netscape Communications Corporation. +# The copyright notice(s) in this Source Code does not indicate actual or +# intended publication of this Source Code. +# + +####################################################################### +# (1) Include initial platform-independent assignments (MANDATORY). # +####################################################################### + +include manifest.mn + +####################################################################### +# (2) Include "global" configuration information. (OPTIONAL) # +####################################################################### + +include $(GDEPTH)/gconfig/config.mk + +####################################################################### +# (3) Include "component" configuration information. (OPTIONAL) # +####################################################################### + + + +####################################################################### +# (4) Include "local" platform-dependent assignments (OPTIONAL). # +####################################################################### + +include config.mk + + +####################################################################### +# (5) Execute "global" rules. (OPTIONAL) # +####################################################################### + +include $(GDEPTH)/gconfig/ruleset.mk +include $(GDEPTH)/gconfig/rules.mk + +####################################################################### +# (6) Execute "component" rules. (OPTIONAL) # +####################################################################### + + + +####################################################################### +# (7) Execute "local" rules. (OPTIONAL). # +####################################################################### + + + + diff --git a/mozilla/xpfc/config.mk b/mozilla/xpfc/config.mk new file mode 100644 index 00000000000..37fd4b84f86 --- /dev/null +++ b/mozilla/xpfc/config.mk @@ -0,0 +1,49 @@ +# +# CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF +# NETSCAPE COMMUNICATIONS CORPORATION +# Copyright © 1996, 1997 Netscape Communications Corporation. All Rights +# Reserved. Use of this Source Code is subject to the terms of the +# applicable license agreement from Netscape Communications Corporation. +# The copyright notice(s) in this Source Code does not indicate actual or +# intended publication of this Source Code. +# + +# +# Override TARGETS variable so that only static libraries +# are specifed as dependencies within rules.mk. +# + +CFLAGS +=-D_IMPL_NS_XPFC + +LD_LIBS += \ + raptorbase \ + raptorhtmlpars \ + $(NATIVE_RAPTOR_WEB) \ + $(NATIVE_RAPTOR_GFX) \ + $(NATIVE_RAPTOR_WIDGET) \ + xpcom$(MOZ_BITS) \ + netlib \ + $(XP_REG_LIB) + +AR_LIBS += \ + core \ + core_$(PLATFORM_DIRECTORY) \ + canvas \ + command \ + chrome \ + chrome_$(PLATFORM_DIRECTORY) \ + dialog \ + layout \ + commandserver \ + observer \ + parser \ + shell \ + util \ + toolkit \ + widget \ + $(NULL) + +OS_LIBS += $(GUI_LIBS) $(MATH_LIB) + +EXTRA_LIBS += $(NSPR_LIBS) + diff --git a/mozilla/xpfc/manifest.mn b/mozilla/xpfc/manifest.mn new file mode 100644 index 00000000000..f4baf829366 --- /dev/null +++ b/mozilla/xpfc/manifest.mn @@ -0,0 +1,25 @@ +# +# CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF +# NETSCAPE COMMUNICATIONS CORPORATION +# Copyright (C) 1996 Netscape Communications Corporation. All Rights +# Reserved. Use of this Source Code is subject to the terms of the +# applicable license agreement from Netscape Communications Corporation. +# The copyright notice(s) in this Source Code does not indicate actual or +# intended publication of this Source Code. +# +GDEPTH = ../../.. +DEPTH = ../../.. + +DIRS = core canvas command dialog layout network observer util parser chrome shell toolkit widget + +LIBRARY_NAME = xpfc + +EXPORTS = \ + $(NULL) + +PRIVATE_EXPORTS = \ + $(NULL) + +MODULE = xpfc + +REQUIRES = xpcom raptor