# 
#   Copyright (C) 1994 Free Software Foundation
#
#   This program is free software; you can redistribute it and/or
#   modify it under the terms of the GNU General Public License as
#   published by the Free Software Foundation; either version 2, or (at
#   your option) any later version.
#
#   This program is distributed in the hope that it will be useful, but
#   WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
#   General Public License for more details.
#
#   You should have received a copy of the GNU General Public License
#   along with this program; if not, write to the Free Software
#   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

dir := libports
makemode := library

SRCS = allocate-port.c check-port-type.c done-with-port.c \
	hash-init.c hash-intern.c hash-lookup.c hash-remove.c \
	manage-ops-multi.c libports-init.c get-port.c \
	port-ref.c port-no-senders.c get-right.c manage-ops-one.c \
	reallocate-port.c change-hardsoft.c
OBJS = $(subst .c,.o,$(SRCS))
LCLHDRS = ports.h port-hash.h
libname = libports
installhdrs = ports.h

include ../Makeconf

$(OBJS): ports.h
hash_init.o hash_intern.o hash_lookup.o hash_remove.o: port-hash.h

