From 105605bb5a0dfbaf8f9ed5235562484169fbf8e6 Mon Sep 17 00:00:00 2001 From: "rhp%netscape.com" Date: Thu, 19 Aug 1999 04:15:42 +0000 Subject: [PATCH] Adding sample component THESE ARE NOT PART OF THE BUILD --- mailnews/mime/abstatus/Makefile.in | 31 +++++++++++++++++++++++++++++ mailnews/mime/abstatus/makefile.win | 22 ++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 mailnews/mime/abstatus/Makefile.in create mode 100644 mailnews/mime/abstatus/makefile.win diff --git a/mailnews/mime/abstatus/Makefile.in b/mailnews/mime/abstatus/Makefile.in new file mode 100644 index 00000000000..8381cb3eb77 --- /dev/null +++ b/mailnews/mime/abstatus/Makefile.in @@ -0,0 +1,31 @@ +#!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 = src build resources + + +include $(topsrcdir)/config/config.mk + +include $(topsrcdir)/config/rules.mk + diff --git a/mailnews/mime/abstatus/makefile.win b/mailnews/mime/abstatus/makefile.win new file mode 100644 index 00000000000..cd1fe7e94c0 --- /dev/null +++ b/mailnews/mime/abstatus/makefile.win @@ -0,0 +1,22 @@ +#!nmake +# +# 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=..\..\.. + +DIRS= src build resources + +include <$(DEPTH)\config\rules.mak>