pjs/mailnews/base/build/Makefile.in

106 строки
2.1 KiB
Makefile
Исходник Обычный вид История

1998-12-22 01:12:02 +03:00
#
# The contents of this file are subject to the Netscape 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/NPL/
1998-12-22 01:12:02 +03:00
#
# 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.
1998-12-22 01:12:02 +03:00
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
1998-12-22 01:12:02 +03:00
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
1999-06-29 06:30:42 +04:00
#
1998-12-22 01:12:02 +03:00
1999-06-29 06:30:42 +04:00
DEPTH = ../../..
1998-12-22 01:12:02 +03:00
topsrcdir = @top_srcdir@
srcdir = @srcdir@
1999-09-15 02:49:58 +04:00
VPATH = @srcdir@
1998-12-22 01:12:02 +03:00
include $(DEPTH)/config/autoconf.mk
1999-06-29 06:30:42 +04:00
MODULE = msgbase
LIBRARY_NAME = mailnews
ifeq ($(OS_ARCH),WINNT)
LIBRARY_NAME = msgbase
2002-01-26 18:25:27 +03:00
RESFILE = mail.res
endif
META_COMPONENT = mail
2003-03-16 04:09:52 +03:00
EXPORT_LIBRARY = 1
1999-06-29 06:30:42 +04:00
IS_COMPONENT = 1
MODULE_NAME = nsMsgBaseModule
PACKAGE_FILE = msgbase.pkg
REQUIRES = xpcom \
xpcom_obsolete \
string \
necko \
intl \
locale \
rdf \
dom \
docshell \
widget \
layout \
mime \
uriloader \
mailnews \
addrbook \
mork \
txmgr \
pref \
msgcompose \
msgbaseutil \
msgdb \
appshell \
msgnews \
msgimap \
gfx \
2002-02-01 20:19:10 +03:00
webbrwsr \
content \
$(NULL)
1998-12-22 01:12:02 +03:00
ifeq ($(OS_ARCH),WINNT)
REQUIRES += appcomps
endif
ifeq ($(USE_SHORT_LIBNAME),1)
EXTRA_DSO_LIBS = msgbsutl
else
EXTRA_DSO_LIBS = msgbaseutil
endif
EXTRA_DSO_LIBS += rdfutil_s
1999-06-29 06:30:42 +04:00
CPPSRCS = nsMsgFactory.cpp
1998-12-22 01:12:02 +03:00
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/$(LIB_PREFIX)msgbase_s.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)msgsearch_s.$(LIB_SUFFIX) \
$(NULL)
EXTRA_DSO_LDOPTS = \
$(LIBS_DIR) \
$(EXTRA_DSO_LIBS) \
$(MOZ_JS_LIBS) \
$(MOZ_UNICHARUTIL_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(MOZ_XPCOM_OBSOLETE_LIBS) \
$(NULL)
LOCAL_INCLUDES = -I$(srcdir) -I$(srcdir)/../src
1998-12-22 01:12:02 +03:00
include $(topsrcdir)/config/rules.mk
2002-01-26 18:25:27 +03:00
ifeq ($(OS_ARCH),WINNT)
OS_LIBS += $(call EXPAND_LIBNAME,shell32)
2002-01-26 18:25:27 +03:00
endif