Files
vxWorks/libc/assert/Makefile
2025-08-20 18:25:46 +08:00

23 lines
407 B
Makefile

# Makefile - makefile for vw/src/libc/ctype
#
# modification history
# --------------------
# 01b,12oct01,tam added repackaging support
# 01a,18jun96,yp created from 01c of MakeSkel
#
# DESCRIPTION
# This file contains the makefile rules for building the vx library
#
#*/
TGT_DIR=$(WIND_BASE)/target
LIB_BASE_NAME = os
DOC_FILES= ansiAssert.c
OBJS= assert.o
include $(TGT_DIR)/h/make/rules.library