# $Id: Makefile,v 1.8 1991/07/09 18:29:23 steve Exp $
#
# Makefile-file for the Aix 3.1 version of the Unidata POSIX package.

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

LIBNAME		:= udape

include $(MAKEINCDIR)/defs.gmk

OS		:= aix_3.1
HSRCS		:= udposix.h stdarg.h patchlevel.h
MANIFEST	:= $(HSRCS) Makefile
LIBOBJS		:= $(subst .c,.o,$(CSRCS))

all:

debug:

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

include $(MAKEINCDIR)/rules.gmk
