源码地带 > 电路图 > 电子资料下载 > BREW编程 >brew > 查看压缩包源码

brew

源代码在线查看: makefile.mak

软件大小: 77 K
上传用户: bing1728
关键词: brew
下载地址: 免注册下载 普通下载 VIP

相关代码

				#============================================================================
				#  Name:
				#    MAKEFILE.MAK
				#
				#  Description:
				#    Makefile to build the downloadable module.
				#
				#   The following nmake targets are available in this makefile:
				#
				#     all           - make .elf and .mod image files (default)
				#     clean         - delete object directory and image files
				#     filename.o    - make object file
				#
				#   The above targets can be made with the following command:
				#
				#     nmake -f makefile.mak [target]
				#
				# Assumptions:
				#   1. The ARM ADS tools are installed in $(ARMHOME)
				#   2. The BREW sdk source files AEEAppGen.c and AEEModGen.c are installed
				#      in $(BREWDIR)/src
				#   3. The BREW sdk include files are installed in $(BREWDIR)/inc
				#   4. The variable TARGET below has been set to the proper base name of the
				#      module being built
				#
				# Copyright 			

相关资源