From f6e0a6e4595fb07f1d8eaad728b17933953d353b Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" <alecf%netscape.com> Date: Thu, 11 Feb 1999 05:36:50 +0000 Subject: [PATCH] first checkin of Unix makefiles for UI stuff --- mailnews/ui/.cvsignore | 1 + mailnews/ui/Makefile.in | 30 ++++++++++++++++++++++++++++++ mailnews/ui/ab/.cvsignore | 1 + mailnews/ui/ab/Makefile.in | 28 ++++++++++++++++++++++++++++ mailnews/ui/compose/.cvsignore | 1 + mailnews/ui/compose/Makefile.in | 28 ++++++++++++++++++++++++++++ 6 files changed, 89 insertions(+) create mode 100644 mailnews/ui/.cvsignore create mode 100644 mailnews/ui/Makefile.in create mode 100644 mailnews/ui/ab/.cvsignore create mode 100644 mailnews/ui/ab/Makefile.in create mode 100644 mailnews/ui/compose/.cvsignore create mode 100644 mailnews/ui/compose/Makefile.in diff --git a/mailnews/ui/.cvsignore b/mailnews/ui/.cvsignore new file mode 100644 index 000000000000..f3c7a7c5da68 --- /dev/null +++ b/mailnews/ui/.cvsignore @@ -0,0 +1 @@ +Makefile diff --git a/mailnews/ui/Makefile.in b/mailnews/ui/Makefile.in new file mode 100644 index 000000000000..91d6f914781a --- /dev/null +++ b/mailnews/ui/Makefile.in @@ -0,0 +1,30 @@ +#!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 + +DIRS = messenger + +include $(topsrcdir)/config/config.mk + +include $(topsrcdir)/config/rules.mk + diff --git a/mailnews/ui/ab/.cvsignore b/mailnews/ui/ab/.cvsignore new file mode 100644 index 000000000000..f3c7a7c5da68 --- /dev/null +++ b/mailnews/ui/ab/.cvsignore @@ -0,0 +1 @@ +Makefile diff --git a/mailnews/ui/ab/Makefile.in b/mailnews/ui/ab/Makefile.in new file mode 100644 index 000000000000..920b93a97ab1 --- /dev/null +++ b/mailnews/ui/ab/Makefile.in @@ -0,0 +1,28 @@ +#!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 + +include $(topsrcdir)/config/config.mk + +include $(topsrcdir)/config/rules.mk + diff --git a/mailnews/ui/compose/.cvsignore b/mailnews/ui/compose/.cvsignore new file mode 100644 index 000000000000..f3c7a7c5da68 --- /dev/null +++ b/mailnews/ui/compose/.cvsignore @@ -0,0 +1 @@ +Makefile diff --git a/mailnews/ui/compose/Makefile.in b/mailnews/ui/compose/Makefile.in new file mode 100644 index 000000000000..920b93a97ab1 --- /dev/null +++ b/mailnews/ui/compose/Makefile.in @@ -0,0 +1,28 @@ +#!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 + +include $(topsrcdir)/config/config.mk + +include $(topsrcdir)/config/rules.mk +