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

23 lines
401 B
Makefile

# Makefile - makefile for vw/src/libc/stdarg
#
# modification history
# --------------------
# 01b,12oct01,tam added repackaging support
# 01a,18jun96,yp created from 10a 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= ansiStdarg.c
OBJS=
include $(TGT_DIR)/h/make/rules.library