# $Id: Makefile.in,v 1.20 1997/12/08 14:39:57 joda Exp $

srcdir		= @srcdir@
VPATH		= @srcdir@

SHELL		= /bin/sh

LN_S		= @LN_S@
INSTALL		= @INSTALL@
INSTALL_DATA	= @INSTALL_DATA@
MKINSTALLDIRS = @top_srcdir@/mkinstalldirs

prefix		= @prefix@
includedir	= @includedir@
BROKEN_SOCKET_H	= @krb_cv_header_sys_socket_h_broken@

@SET_MAKE@

HEADERS = socket.h

all: stamp-headers

Wall:
	$(MAKE) CFLAGS="-g -Wall -Wno-comment -Wmissing-prototypes -Wmissing-declarations -D__USE_FIXED_PROTOTYPES__"

install: all

uninstall:

clean:
	rm -f $(HEADERS) stamp-headers

mostlyclean:	clean
distclean:	clean
	rm -f Makefile config.status *~

realclean:	clean

socket.h:
	if test "$(BROKEN_SOCKET_H)" = yes; then \
	  $(LN_S) $(srcdir)/socket.H socket.h; \
	fi || true

stamp-headers:
	$(MAKE) $(HEADERS)
	touch stamp-headers
