⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 VXWORKS源代码
💻
字号:
# Makefile - makefile for vw/src/libc/ctype## modification history# --------------------# 01b,12oct01,tam  added repackaging support# 01a,18jun96,yp   created from 01d of MakeSkel## DESCRIPTION# This file contains the makefile rules for building the vx library##*/TGT_DIR=$(WIND_BASE)/targetLIB_BASE_NAME   = osDOC_FILES=	ansiTime.c## ansiTime.c includes the following files#	asctime.c clock.c ctime.c difftime.c gmtime.c localtime.c #	mktime.c strftime.c time.cOBJS= locTime.o asctime.o clock.o ctime.o difftime.o gmtime.o localtime.o \      mktime.o strftime.o time.oinclude $(TGT_DIR)/h/make/rules.library

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -