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