⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bsl64xx.mak

📁 BSL64xx是一dsp的程序代码
💻 MAK
📖 第 1 页 / 共 2 页
字号:
# Generated by Code Composer Studio

# Makefile for C:\Boards\SPM64xx\DSP\ST-BSL\BSL64xx\BSL64xx.pjt
# This makefile is intended to be compatible with any version of make.
#
# USAGE
# Step 1: Set up proper environment variables, by running DosRun.bat
#         (Windows platform) or set them up by yourself.
# Step 2: Change directory to the directory of this makefile, which is stored
#         in the macro MAKEFILE_DIR
# Step 3: In the makefile directory, you can perform one of these operations:
#         To build the configuration <config>, type make <config>
#         To clean the configuration <config>, type make <config>clean
#         To rebuild the configuration <config>, type make <config>rebuild
#         If <config> is not specified, the operations apply to the active
#         configuration, which is stored in the macro ACTIVE_CONFIG.
#
# DETAILS
# Step 1:
#   In order for this makefile to work, you must have the environment variables
# set properly.  Specifically, the paths to build programs and the system-wide
# header files and library files must be set.
#   In Windows, a batch file "DosRun.bat", located at the root directory of
# the Code Composer Studio installation, is provided to set up these variables.
#   In UNIX, you can set up these environment variables yourself.  The "PATH"
# variable must include the paths to the build programs, and the "C_DIR" and
# "A_DIR" variables must include the paths to the system-wide header files and
# library files.
#
# Step 2:
#   System files referenced by this project are specified in full path names,
# while other files in this project are specified in path names relative to the
# directory of this makefile.  These directory names are stored in DIR_x macros.
# You can modify them to reflect the locations of the files on this system.
#   It is important that the command to make this makefile is issued from the
# directory of this makefile, which is stored in the macro MAKEFILE_DIR.
#
# Step 3:
#   There are three operations that can be performed on a build configuration:
# make, clean, and rebuild. A rebuild forces all files in the configuration to
# be rebuilt.
# To build the configuration <config>, type make <config>
# To clean the configuration <config>, type make <config>clean
# To rebuild the configuration <config>, type make <config>rebuild
#   If <config> is not specified, the operations apply to the active
# configuration. The active configuration can be any valid build configuration
# (including "all") and is specified in the macro ACTIVE_CONFIG.
# To build the active configuration, type make
# To clean the active configuration, type make clean
# To rebuild the active configuration, type make rebuild

# The MKFLAGS macro takes the place of the MFLAGS or MAKEFLAGS macro. If it
# gives you any trouble, just delete the macro. It is used when recursively
# calling make (i.e. when rebuilding)
MKFLAGS= $(MFLAGS)$(MAKEFLAGS)

MAKEFILE_DIR= C:\Boards\SPM64xx\DSP\ST-BSL\BSL64xx

# The active configuration can be one of these valid build configurations:
# all, SPM6420_Debug, SPM6420_Release
ACTIVE_CONFIG= SPM6430_Release

# These DIR_x macros store the directories of the files used in this project.
# There must be no trailing spaces after these macros.

DIR_1= SPM6420_Debug

DIR_2= ..\..\Common\BSL64xx\Sources

DIR_3= ..\..\Common\Include

DIR_4= c:\ti\c6000\bios\include

DIR_5= c:\ti\c6000\cgtools\bin

DIR_6= Sources

DIR_7= c:\ti\c6000\cgtools\include

DIR_8= ..\Include

DIR_9= ..\Libs

DIR_10= SPM6420_Release

SOURCE=$(DIR_2)\bsl_aim6020.c
SOURCE=$(DIR_2)\bsl_syncbus.c
SOURCE=$(DIR_2)\bsl_ucomm.c
SOURCE=$(DIR_2)\bsl_uint.c
SOURCE=$(DIR_2)\bsl_umisc.c
SOURCE=$(DIR_2)\bsl_usig.c
SOURCE=$(DIR_2)\bsl_util.c
SOURCE=$(DIR_2)\bsl_watchdog.c
SOURCE=$(DIR_6)\bsl_bsl.c
SOURCE=$(DIR_6)\bsl_comm.c
SOURCE=$(DIR_6)\bsl_flash.c

active_config: $(ACTIVE_CONFIG)

norecurse: $(ACTIVE_CONFIG)_norecurse

clean: $(ACTIVE_CONFIG)clean

clean_norecurse: $(ACTIVE_CONFIG)clean_norecurse

rebuild: $(ACTIVE_CONFIG)rebuild

force_rebuild: 

all: SPM6420_Debug SPM6420_Release 

allclean: SPM6420_Debugclean SPM6420_Releaseclean 

allrebuild: SPM6420_Debugrebuild SPM6420_Releaserebuild 


SPM6420_Debugclean: SPM6420_Debugclean_norecurse

SPM6420_Debugclean_norecurse: 
	-@del /F $(DIR_1)\bsl_aim6020.obj
	-@del /F $(DIR_1)\bsl_syncbus.obj
	-@del /F $(DIR_1)\bsl_ucomm.obj
	-@del /F $(DIR_1)\bsl_uint.obj
	-@del /F $(DIR_1)\bsl_umisc.obj
	-@del /F $(DIR_1)\bsl_usig.obj
	-@del /F $(DIR_1)\bsl_util.obj
	-@del /F $(DIR_1)\bsl_watchdog.obj
	-@del /F $(DIR_1)\bsl_bsl.obj
	-@del /F $(DIR_1)\bsl_comm.obj
	-@del /F $(DIR_1)\bsl_flash.obj
	-@del /F $(DIR_9)\BSL6420D.lib

SPM6420_Debugrebuild: 
	$(MAKE) $(MFLAGS) -f BSL64xx.mak SPM6420_Debug FRC=force_rebuild

SPM6420_Debug: SPM6420_Debug_norecurse

SPM6420_Debug_norecurse: $(DIR_9)\BSL6420D.lib



$(DIR_1)\bsl_aim6020.obj: $(FRC) $(DIR_2)\bsl_aim6020.c $(DIR_3)\bsl_aim6020.h $(DIR_3)\bsl_aim6020hal.h $(DIR_4)\csl_irq.h $(DIR_3)\bsl.h $(DIR_4)\csl_chip.h $(DIR_4)\csl_irqhal.h $(DIR_4)\csl_stdinc.h $(DIR_3)\bsl_stdinchal.h $(DIR_4)\csl_chiphal.h $(DIR_4)\csl_emifhal.h $(DIR_4)\csl_stdinchal.h 
	cd $(DIR_2) & \
	"$(DIR_5)\cl6x" -g -q -fr"C:/Boards/SPM64xx/DSP/ST-BSL/BSL64xx/SPM6420_Debug" -i"../../Include" -i"../../../Common/Include" -d"_DEBUG" -d"CHIP_6416" -d"BOARD_SPM6420" -mo -ml3 -mv6400 "bsl_aim6020.c" 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -