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.am
Package: tcpmp.rar [view]
Upload User: wstnjxml
Upload Date: 2014-04-03
Package Size: 7248k
Code Size: 1k
Category:
Windows CE
Development Platform:
C/C++
- AUTOMAKE_OPTIONS = foreign
- INCLUDES = -I./
- lib_LTLIBRARIES = libvorbisidec.la
- libvorbisidec_la_SOURCES = mdct.c block.c window.c
- synthesis.c info.c
- floor1.c floor0.c vorbisfile.c
- res012.c mapping0.c registry.c codebook.c
- sharedbook.c framing.c bitwise.c
- codebook.h misc.h mdct_lookup.h
- os.h mdct.h ivorbisfile.h lsp_lookup.h
- registry.h window.h window_lookup.h
- codec_internal.h backends.h ogg.h
- asm_arm.h ivorbiscodec.h
- libvorbisidec_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
- EXTRA_PROGRAMS = ivorbisfile_example
- CLEANFILES = $(EXTRA_PROGRAMS) $(lib_LTLIBRARIES)
- ivorbisfile_example_SOURCES = ivorbisfile_example.c
- ivorbisfile_example_LDFLAGS = -static
- ivorbisfile_example_LDADD = libvorbisidec.la
- includedir = $(prefix)/include/tremor
- include_HEADERS = ivorbiscodec.h ivorbisfile.h ogg.h os_types.h config_types.h
- example:
- -ln -fs . vorbis
- $(MAKE) ivorbisfile_example
- debug:
- $(MAKE) all CFLAGS="@DEBUG@" LDFLAGS="-lefence"
- profile:
- $(MAKE) all CFLAGS="@PROFILE@"