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/util
- #
- # modification history
- # --------------------
- # 01e,31oct01,mas moved qFifoGLib, smDllLib to target/src/vxmp/util
- # 01d,12oct01,tam added repackaging support
- # 01c,20oct97,nps Added rBuffShow.o object.
- # 01b,28jul97,nps Added in rBuffLib.o object.
- # 01a,17aug96,yp derived from 01i 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= bLib.c bootLib.c lstLib.c rngLib.c inflateLib.c rBuffLib.c
- OBJS= bLib.o bootLib.o bufLib.o cksumLib.o dllLib.o lstLib.o qFifoLib.o
- qJobLib.o qLib.o qPriBMapLib.o qPriDeltaLib.o
- qPriHeapLib.o qPriListLib.o rngLib.o sllLib.o smUtilLib.o
- uncompress.o inflateLib.o rBuffLib.o rBuffShow.o
- include $(TGT_DIR)/h/make/rules.library