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: rtsp-1.0.1.tar.gz [view]
Upload User: sy_wanhua
Upload Date: 2013-07-25
Package Size: 3048k
Code Size: 1k
Category:
Streaming_Mpeg4
Development Platform:
C/C++
- CC=cc
- AR=ar r
- RM=rm -f
- # path to your OpenSSL installation
- OPENSSL=/usr/local/ssl
- #YARROW=$(ROOT)/contrib/yarrow.$(OS_ARCH)/src
- YARROW=$(ROOT)/yarrow/src
- INC=-I$(OPENSSL)/include
- LDFLAGS=-L$(OPENSSL)/lib -L./
- LOADLIBES=-lyarrow -lcrypto -lssl#-lm
- # options you want to use
- DEF1=-DYARROW_SAVE_STATE -DYARROW_TRACE
- DEF2=-DYARROW_NO_MATHLIB #-DUSE_LOCKS -DYARROW_DETECT_FORK
- DEF=$(DEF1) $(DEF2)
- OPT=-g
- #OPT=-O3
- CFLAGS=$(OPT) $(DEF) $(INC)
- LIB=libyarrow.a
- OBJS=yarrow.o ystate.o yseed.o
- #EXES=ytest
- ytest: ytest.o $(LIB)
- $(CC) $(LDFLAGS) ytest.o $(LOADLIBES) -o $@
- $(LIB): $(OBJS)
- $(AR) $(LIB) $(OBJS)
- test: ytest
- ./ytest
- clean:
- $(RM) *.a *.o *~ *.bak $(EXES) core
- distclean: clean
- $(RM) seed TAGS
- tags:
- etags *.c *.h
- # DO NOT DELETE
- yarrow.o: yarrow.h ytypes.h yhash.h ycipher.h ylock.h ystate.h yexcep.h
- yseed.o: yarrow.h ytypes.h yhash.h ycipher.h yexcep.h
- ystate.o: yarrow.h ytypes.h yhash.h ycipher.h ystate.h yexcep.h
- ytest.o: yarrow.h ytypes.h yhash.h ycipher.h yexcep.h ystate.h
- yarrow.o: ytypes.h yhash.h ycipher.h
- ylock.o: yarrow.h ytypes.h yhash.h ycipher.h