gecko-dev/mailnews/mime/public/Makefile.in

44 lines
1.1 KiB
Makefile
Raw Normal View History

1999-01-14 00:41:25 +00:00
#!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.
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE = mime
1999-01-14 00:41:25 +00:00
include $(DEPTH)/config/autoconf.mk
1999-07-13 18:38:36 +00:00
XPIDLSRCS = \
1999-07-13 18:58:25 +00:00
.\nsIMimeConverter.idl \
.\nsIMimeURLUtils.idl \
1999-07-13 18:38:36 +00:00
$(NULL)
1999-01-14 00:41:25 +00:00
EXPORTS = \
nsIStreamConverter.h \
1999-03-10 01:17:48 +00:00
nsIMimeObjectClassAccess.h \
1999-03-19 19:56:08 +00:00
nsIMimeEmitter.h \
1999-04-01 01:06:05 +00:00
nsMailHeaders.h \
1999-04-16 19:02:22 +00:00
nsIMsgHeaderParser.h \
nsIMimeContentTypeHandler.h \
1999-01-14 00:41:25 +00:00
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk