# Makefile - makefile for target/src/posix
#
# modification history
# --------------------
#
# DESCRIPTION
# This file contains the makefile rules for building the posix library
#
#*/

TGT_DIR=$(WIND_BASE)/target

DOC_FILES=

LIBNAME=lib$(CPU)$(TOOL)vx.a
LIBDIRNAME=obj$(CPU)$(TOOL)vx

OBJS=posixWrap.o

include $(TGT_DIR)/h/make/rules.library

