Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Makefile
Package: vxwork_src.rar [view]
Upload User: nvosite88
Upload Date: 2007-01-17
Package Size: 4983k
Code Size: 1k
Category:
VxWorks
Development Platform:
C/C++
- # Makefile - makefile for target/src/wind
- #
- # modification history
- # --------------------
- # 01e,15nov01,aeg added eventShow.o to OBJS
- # 01d,31oct01,mas moved semSm*, msgQSm* to target/src/vxmp/wind
- # 01c,04sep01,bwa Added eventLib.[co], semEvLib.[co] and msgQEvLib.[co]
- # 01b,06aug01,mem Build support for new runtime arrangement
- # 01a,17aug96,yp derived from 01g of MakeSkel
- #
- # DESCRIPTION
- # This file contains the makefile rules for building the vx library
- #
- #*/
- TGT_DIR=$(WIND_BASE)/target
- DOC_FILES= eventLib.c kernelLib.c msgQEvLib.c msgQLib.c msgQShow.c
- semBLib.c semCLib.c semEvLib.c semLib.c semMLib.c
- semOLib.c semShow.c taskInfo.c taskLib.c taskShow.c
- tickLib.c wdLib.c wdShow.c
- LIB_BASE_NAME = wind
- OBJS= eventLib.o eventShow.o kernelLib.o msgQEvLib.o msgQLib.o msgQShow.o
- schedLib.o semBLib.o semCLib.o semEvLib.o semLib.o
- semMLib.o semOLib.o semShow.o taskLib.o
- taskInfo.o taskShow.o tickLib.o wdLib.o wdShow.o windLib.o workQLib.o
- include $(TGT_DIR)/h/make/rules.library