From 337be21216ca7b754eba234149507c3151abafd2 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Wed, 10 Mar 1999 03:25:33 +0000 Subject: [PATCH] Adding files for linux build --- mailnews/mime/cthandlers/vcard/Makefile.in | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 mailnews/mime/cthandlers/vcard/Makefile.in diff --git a/mailnews/mime/cthandlers/vcard/Makefile.in b/mailnews/mime/cthandlers/vcard/Makefile.in new file mode 100644 index 00000000000..d29cd6f2f1c --- /dev/null +++ b/mailnews/mime/cthandlers/vcard/Makefile.in @@ -0,0 +1,46 @@ +#!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@ + +include $(DEPTH)/config/autoconf.mk + +MODULE=mimect-vcard +LIBRARY_NAME=mimect-vcard + + +CPPSRCS = \ + mimexpcom.cpp \ + comi18n.cpp \ + $(NULL) + +CSRCS = \ + oldnet.c \ + oldvobj.c \ + mimevcrd.c \ + oldi18n.c \ + oldvcc.c \ + oldxp.c \ + $(NULL) + +include $(topsrcdir)/config/config.mk + +include $(topsrcdir)/config/rules.mk +