# $Id: Makefile,v 1.3 1991/11/19 17:20:50 steve Exp $
#
# Makefile-file for the HPUX 8.0 version of the Unidata POSIX package.

ifndef MAKEINCDIR
  MAKEINCDIR	:= $(wildcard ~ldm/src)
endif

LIBNAME		:= udape

include $(MAKEINCDIR)/defs.gmk

OS		:= hpux_8.0
HSRCS		:= udposix.h patchlevel.h stdarg.h sys/types.h
MANIFEST	:= $(HSRCS) Makefile
LIBOBJS		:= $(subst .c,.o,$(CSRCS))

all:

debug:

install:	$(addprefix $(INCDIR)/udposix/,$(HSRCS))

include $(MAKEINCDIR)/rules.gmk
