mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
47 lines
1.1 KiB
Makefile
47 lines
1.1 KiB
Makefile
#
|
|
# 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_CALENDAR
|
|
|
|
LD_LIBS += \
|
|
raptorbase \
|
|
$(NATIVE_RAPTOR_GFX) \
|
|
$(NATIVE_RAPTOR_WIDGET) \
|
|
$(NATIVE_JULIAN_DLL) \
|
|
xpcom$(MOZ_BITS) \
|
|
nsfmt$(MOZ_BITS)30 \
|
|
nsuni$(MOZ_BITS)30 \
|
|
nscck$(MOZ_BITS)30 \
|
|
nsjpn$(MOZ_BITS)30 \
|
|
nscnv$(MOZ_BITS)30 \
|
|
nssb$(MOZ_BITS)30 \
|
|
xpfc10 \
|
|
$(XP_REG_LIB)
|
|
|
|
AR_LIBS += \
|
|
canvas \
|
|
core \
|
|
context \
|
|
component \
|
|
controller \
|
|
command \
|
|
toolkit \
|
|
$(NULL)
|
|
|
|
OS_LIBS += $(GUI_LIBS) $(MATH_LIB)
|
|
|
|
EXTRA_LIBS += $(NSPR_LIBS)
|
|
|