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: ST_5105DTV.rar [view]
Upload User: fy98168
Upload Date: 2015-06-26
Package Size: 13771k
Code Size: 2k
Category:
DVD
Development Platform:
C/C++
- #######################################################################
- # Makefile for STBURNER
- #
- # Board Options
- # set DVD_PLATFORM mb231/mb275/mb282b/mb390
- #
- # Type
- # 'make' to build applic
- # 'make run TARGET=<jei-name>' to run applic
- # 'make debug TARGET=<jei-name>' to run applic with GUI Debugger
- # 'make clean' to remove dependancies
- # 'make clean_all' to remove all driver dependancies
- #######################################################################
- DVD_MAKE_VERSION := 2
- include $(DVD_MAKE)/generic.mak
- TARGETS := wtmecburner.lku
- # Other components this component is dependant upon
- ## ST20_IMPORTS := stboot stcommon sttbx testtool stflash stpio stuart
- vpath %.lib $(DVD_EXPORTS)
- #----------------------------------------------------------------------
- # objects to be built
- ST20_OBJS := wts_getertxt.tco wts_main.tco wts_flash.tco wt_flash.tco
- #----------------------------------------------------------------------
- # Produce a map file
- ST20_LKFLAGS = -M $(basename $@).map
- #----------------------------------------------------------------------
- # Reporting
- CFLAGS += -DSTTBX_REPORT -DSTTBX_PRINT -DSTTBX_INPUT
- ifeq "$(DVD_APPLIC)" "TESTTOOL"
- CFLAGS := $(CFLAGS) -DTESTTOOL
- endif
- #----------------------------------------------------------------------
- # Build targets
- include $(DVD_MAKE)/defrules.mak
- ##ray stburner.lku : $(ST20_OBJS) stapi_$(DVD_TRANSPORT)$(LIB_SUFFIX)
- ##ray $(ECHO) Building $@
- ##ray $(LINK_EXECUTABLE)
- wtmecburner.lku : $(ST20_OBJS) stapi_$(DVD_TRANSPORT)$(LIB_SUFFIX)
- $(ECHO) Building $@
- $(LINK_EXECUTABLE)
- #######################################################################
- # Run targets
- #######################################################################
- clean:
- ifeq "$(ARCHITECTURE)" "ST20"
- -$(RM) *.lku
- -$(RM) *.dbg
- -$(RM) *.map
- -$(RM) *.tco
- -$(RM) *.lib
- endif
- # DO NOT DELETE