From 64849117bf6cf789f44a3e2320e40910f7c8b04e Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Fri, 26 Feb 1999 01:16:07 +0000 Subject: [PATCH] check in unix makefiles/ignore files --- mailnews/ui/compose/public/.cvsignore | 1 + mailnews/ui/compose/public/Makefile.in | 33 ++++++++++++++++++++++++ mailnews/ui/compose/resources/.cvsignore | 1 + mailnews/ui/compose/src/.cvsignore | 1 + 4 files changed, 36 insertions(+) create mode 100644 mailnews/ui/compose/public/.cvsignore create mode 100644 mailnews/ui/compose/public/Makefile.in create mode 100644 mailnews/ui/compose/resources/.cvsignore create mode 100644 mailnews/ui/compose/src/.cvsignore diff --git a/mailnews/ui/compose/public/.cvsignore b/mailnews/ui/compose/public/.cvsignore new file mode 100644 index 000000000000..f3c7a7c5da68 --- /dev/null +++ b/mailnews/ui/compose/public/.cvsignore @@ -0,0 +1 @@ +Makefile diff --git a/mailnews/ui/compose/public/Makefile.in b/mailnews/ui/compose/public/Makefile.in new file mode 100644 index 000000000000..473206485d08 --- /dev/null +++ b/mailnews/ui/compose/public/Makefile.in @@ -0,0 +1,33 @@ +#!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 + +EXPORTS = \ + nsIDOMComposeAppCore.h \ + $(NULL) + + +include $(topsrcdir)/config/config.mk + +include $(topsrcdir)/config/rules.mk + diff --git a/mailnews/ui/compose/resources/.cvsignore b/mailnews/ui/compose/resources/.cvsignore new file mode 100644 index 000000000000..f3c7a7c5da68 --- /dev/null +++ b/mailnews/ui/compose/resources/.cvsignore @@ -0,0 +1 @@ +Makefile diff --git a/mailnews/ui/compose/src/.cvsignore b/mailnews/ui/compose/src/.cvsignore new file mode 100644 index 000000000000..f3c7a7c5da68 --- /dev/null +++ b/mailnews/ui/compose/src/.cvsignore @@ -0,0 +1 @@ +Makefile