First pass at XPFC migration to Free Source repo
git-svn-id: svn://10.0.0.236/trunk@9221 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
56
mozilla/xpfc/Makefile
Normal file
56
mozilla/xpfc/Makefile
Normal file
@@ -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). #
|
||||
#######################################################################
|
||||
|
||||
|
||||
|
||||
|
||||
49
mozilla/xpfc/config.mk
Normal file
49
mozilla/xpfc/config.mk
Normal file
@@ -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)
|
||||
|
||||
25
mozilla/xpfc/manifest.mn
Normal file
25
mozilla/xpfc/manifest.mn
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user