gecko-dev/lib/mailto/makefile.win

108 строки
2.6 KiB
Plaintext
Исходник Обычный вид История

#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
# http://www.mozilla.org/NPL/
#
# Software distributed under the NPL is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
# for the specific language governing rights and limitations under the
# NPL.
#
# The Initial Developer of this code under the NPL is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
IGNORE_MANIFEST=1
DEPTH = ..\..
MODULE= mailto
LIBRARY_NAME = mailto
LIB = .\$(OBJDIR)\$(LIBRARY_NAME).lib
!if "$(MOZ_BITS)"=="32" && defined(MOZ_DEBUG) && defined(GLOWCODE)
LLIBS=$(LLIBS) $(GLOWDIR)\glowcode.lib
!endif
REQUIRES=security nspr htmldlgs img util layer pref security js java net progress network
OBJS = \
.\$(OBJDIR)\addrutil.obj \
.\$(OBJDIR)\ad_strm.obj \
.\$(OBJDIR)\ap_decod.obj \
.\$(OBJDIR)\ap_encod.obj \
.\$(OBJDIR)\appledbl.obj \
.\$(OBJDIR)\bh_strm.obj \
.\$(OBJDIR)\m_binhex.obj \
.\$(OBJDIR)\msgutils.obj \
.\$(OBJDIR)\bytearr.obj \
.\$(OBJDIR)\dwordarr.obj \
.\$(OBJDIR)\mhtmlstm.obj \
.\$(OBJDIR)\msgbg.obj \
.\$(OBJDIR)\msgcflds.obj \
.\$(OBJDIR)\msgcpane.obj \
.\$(OBJDIR)\msgglue.obj \
.\$(OBJDIR)\msgmast.obj \
.\$(OBJDIR)\msgmdn.obj \
.\$(OBJDIR)\msgpane.obj \
.\$(OBJDIR)\msgppane.obj \
.\$(OBJDIR)\msgprefs.obj \
.\$(OBJDIR)\msgsend.obj \
.\$(OBJDIR)\msgsendp.obj \
.\$(OBJDIR)\msgurlq.obj \
.\$(OBJDIR)\msgzap.obj \
.\$(OBJDIR)\ptrarray.obj \
.\$(OBJDIR)\mprmime.obj \
$(NULL)
# We'd like to include msgdlqml.cpp eventually (deliver queued mail)
EXPORTS = \
ad_codes.h \
appledbl.h \
bytearr.h \
dwordarr.h \
errcode.h \
error.h \
m_binhex.h \
mhtmlstm.h \
msg.h \
msgcflds.h \
msgcpane.h \
msghdr.h \
msgmast.h \
msgmdn.h \
msgpane.h \
msgppane.h \
msgprefs.h \
msgprnot.h \
msgsend.h \
msgsendp.h \
msgutils.h \
msgzap.h \
ptrarray.h \
mprmime.h \
$(NULL)
MODULE=mailto
REQUIRES=security nspr htmldlgs img util layer pref js java net progress network
LINCS=-I$(XPDIST)\public\security -I$(XPDIST)\public\nspr \
-I$(XPDIST)\public\htmldlgs -I$(XPDIST)\public\img \
-I$(XPDIST)\public\layer -I$(XPDIST)\public\pref \
-I$(XPDIST)\public\js -I$(XPDIST)\public\java \
-I$(XPDIST)\public\net -I$(XPDIST)\public\progress \
-I$(XPDIST)\public\util -I$(XPDIST)\public\network
include <$(DEPTH)\config\rules.mak>
libs:: $(LIB)
$(MAKE_INSTALL) .\$(OBJDIR)\$(LIBRARY_NAME).lib $(DIST)\lib