From 9e4065f2db003bc8fc4e3a514c15c211f41ad261 Mon Sep 17 00:00:00 2001 From: "rjc%netscape.com" Date: Fri, 6 Aug 1999 21:00:35 +0000 Subject: [PATCH] Start adding search datasets. --- xpfe/components/search/datasets/MANIFEST | 1 + xpfe/components/search/datasets/Makefile.in | 35 +++++++++++++++++++ .../datasets/Netscape_Open_Directory.src | 23 ++++++++++++ xpfe/components/search/datasets/makefile.win | 27 ++++++++++++++ 4 files changed, 86 insertions(+) create mode 100644 xpfe/components/search/datasets/MANIFEST create mode 100644 xpfe/components/search/datasets/Makefile.in create mode 100755 xpfe/components/search/datasets/Netscape_Open_Directory.src create mode 100644 xpfe/components/search/datasets/makefile.win diff --git a/xpfe/components/search/datasets/MANIFEST b/xpfe/components/search/datasets/MANIFEST new file mode 100644 index 000000000000..34c8edf9836f --- /dev/null +++ b/xpfe/components/search/datasets/MANIFEST @@ -0,0 +1 @@ +Netscape_Open_Directory.src diff --git a/xpfe/components/search/datasets/Makefile.in b/xpfe/components/search/datasets/Makefile.in new file mode 100644 index 000000000000..29b95c943816 --- /dev/null +++ b/xpfe/components/search/datasets/Makefile.in @@ -0,0 +1,35 @@ +# +# 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@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk + +FILES = \ + Netscape_Open_Directory.src \ + $(NULL) + +FILES := $(addprefix $(srcdir)/, $(FILES)) + +install:: + $(INSTALL) $(FILES) $(DIST)/bin/res/rdf/datasets + diff --git a/xpfe/components/search/datasets/Netscape_Open_Directory.src b/xpfe/components/search/datasets/Netscape_Open_Directory.src new file mode 100755 index 000000000000..ca600b6c3802 --- /dev/null +++ b/xpfe/components/search/datasets/Netscape_Open_Directory.src @@ -0,0 +1,23 @@ +# Sherlock Plugin for Netscape Open Directory +# v1.1 +# by David Krull +# Copyright ©1999 Netscape Communications Corp. + + + + + + + diff --git a/xpfe/components/search/datasets/makefile.win b/xpfe/components/search/datasets/makefile.win new file mode 100644 index 000000000000..7fa03286cde9 --- /dev/null +++ b/xpfe/components/search/datasets/makefile.win @@ -0,0 +1,27 @@ +#!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=..\..\..\.. + +include <$(DEPTH)\config\rules.mak> + +FILES=\ + Netscape_Open_Directory.src \ + $(NULL) + +install:: $(FILES:/=\) + !@$(MAKE_INSTALL) $** $(DIST)\bin\res\rdf\datasets