cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync#
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# ***** BEGIN LICENSE BLOCK *****
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# Version: MPL 1.1/GPL 2.0/LGPL 2.1
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync#
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# The contents of this file are subject to the Mozilla Public License Version
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# 1.1 (the "License"); you may not use this file except in compliance with
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# the License. You may obtain a copy of the License at
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# http://www.mozilla.org/MPL/
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync#
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# Software distributed under the License is distributed on an "AS IS" basis,
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# for the specific language governing rights and limitations under the
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# License.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync#
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# The Original Code is the Netscape Portable Runtime (NSPR).
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync#
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# The Initial Developer of the Original Code is
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# Netscape Communications Corporation.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# Portions created by the Initial Developer are Copyright (C) 1998-2000
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# the Initial Developer. All Rights Reserved.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync#
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# Contributor(s):
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync#
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# Alternatively, the contents of this file may be used under the terms of
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# either the GNU General Public License Version 2 or later (the "GPL"), or
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# in which case the provisions of the GPL or the LGPL are applicable instead
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# of those above. If you wish to allow use of your version of this file only
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# under the terms of either the GPL or the LGPL, and not to allow others to
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# use your version of this file under the terms of the MPL, indicate your
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# decision by deleting the provisions above and replace them with the notice
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# and other provisions required by the GPL or the LGPL. If you do not delete
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# the provisions above, a recipient may use your version of this file under
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# the terms of any one of the MPL, the GPL or the LGPL.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync#
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# ***** END LICENSE BLOCK *****
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync#! gmake
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsyncMOD_DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(MOD_DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
HEADERS = $(wildcard $(srcdir)/*.h)
RELEASE_HEADERS = $(HEADERS)
RELEASE_HEADERS_DEST = $(RELEASE_INCLUDE_DIR)/obsolete
include_subdir = obsolete
include $(topsrcdir)/config/rules.mk
export:: $(RELEASE_HEADERS)
$(INSTALL) -m 444 $(RELEASE_HEADERS) $(dist_includedir)/obsolete