📄 cbb-001.mak
字号:
# Generated by Code Composer Studio# Makefile for C:\weiecho\final_cbb01\cbb-001.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:/weiecho/final_cbb01# The active configuration can be one of these valid build configurations:# all, releseACTIVE_CONFIG= relese# 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= releseDIR_2= C:/TI/C6000/CGTOOLS/BINDIR_3= c:/ti/c6000/cgtools/includeDIR_4= C:/ti/c6000/cgtools/libSOURCE=$(DIR_4)/rts6200.libSOURCE=flash.saSOURCE=function_lib_c.cSOURCE=function_lib_s.saSOURCE=ic.cSOURCE=icbase.cSOURCE=interrupt.cSOURCE=kw.cSOURCE=main.cSOURCE=manager.cSOURCE=Mint.cSOURCE=rsa.cSOURCE=ssp02.saSOURCE=vectors.asmSOURCE=cbb-001.cmdactive_config: $(ACTIVE_CONFIG)clean: $(ACTIVE_CONFIG)cleanrebuild: $(ACTIVE_CONFIG)rebuildforce_rebuild: all: relese allclean: releseclean allrebuild: releserebuild releseclean: -@rm -f $(DIR_1)/flash.obj -@rm -f $(DIR_1)/function_lib_c.obj -@rm -f $(DIR_1)/function_lib_s.obj -@rm -f $(DIR_1)/ic.obj -@rm -f $(DIR_1)/icbase.obj -@rm -f $(DIR_1)/interrupt.obj -@rm -f $(DIR_1)/kw.obj -@rm -f $(DIR_1)/main.obj -@rm -f $(DIR_1)/manager.obj -@rm -f $(DIR_1)/Mint.obj -@rm -f $(DIR_1)/rsa.obj -@rm -f $(DIR_1)/ssp02.obj -@rm -f $(DIR_1)/vectors.obj -@rm -f $(DIR_1)/cbb-001.outreleserebuild: $(MAKE) $(MFLAGS) -f cbb-001.mak relese FRC=force_rebuildrelese: $(DIR_1)/cbb-001.out$(DIR_1)/flash.obj: $(FRC) flash.sa "$(DIR_2)/cl6x" -q -o3 -fr"C:/weiecho/final_cbb01/relese" -mv6400 "flash.sa" $(DIR_1)/function_lib_c.obj: $(FRC) function_lib_c.c $(DIR_3)/stdio.h $(DIR_3)/assert.h $(DIR_3)/stdlib.h head.h "$(DIR_2)/cl6x" -q -o3 -fr"C:/weiecho/final_cbb01/relese" -mv6400 "function_lib_c.c" $(DIR_1)/function_lib_s.obj: $(FRC) function_lib_s.sa "$(DIR_2)/cl6x" -q -o3 -fr"C:/weiecho/final_cbb01/relese" -mv6400 "function_lib_s.sa" $(DIR_1)/ic.obj: $(FRC) ic.c "$(DIR_2)/cl6x" -q -o3 -fr"C:/weiecho/final_cbb01/relese" -mv6400 "ic.c" $(DIR_1)/icbase.obj: $(FRC) icbase.c reg.h head.h "$(DIR_2)/cl6x" -q -o3 -fr"C:/weiecho/final_cbb01/relese" -mv6400 "icbase.c" $(DIR_1)/interrupt.obj: $(FRC) interrupt.c reg.h "$(DIR_2)/cl6x" -q -o3 -fr"C:/weiecho/final_cbb01/relese" -mv6400 "interrupt.c" $(DIR_1)/kw.obj: $(FRC) kw.c $(DIR_3)/stdio.h $(DIR_3)/c6x.h head.h reg.h "$(DIR_2)/cl6x" -q -o3 -fr"C:/weiecho/final_cbb01/relese" -mv6400 "kw.c" $(DIR_1)/main.obj: $(FRC) main.c reg.h "$(DIR_2)/cl6x" -q -o3 -fr"C:/weiecho/final_cbb01/relese" -mv6400 "main.c" $(DIR_1)/manager.obj: $(FRC) manager.c $(DIR_3)/c6x.h reg.h head.h "$(DIR_2)/cl6x" -q -o3 -fr"C:/weiecho/final_cbb01/relese" -mv6400 "manager.c" $(DIR_1)/Mint.obj: $(FRC) Mint.c MInt.h "$(DIR_2)/cl6x" -q -o3 -fr"C:/weiecho/final_cbb01/relese" -mv6400 "Mint.c" $(DIR_1)/rsa.obj: $(FRC) rsa.c MInt.h head.h "$(DIR_2)/cl6x" -q -o3 -fr"C:/weiecho/final_cbb01/relese" -mv6400 "rsa.c" $(DIR_1)/ssp02.obj: $(FRC) ssp02.sa "$(DIR_2)/cl6x" -q -o3 -fr"C:/weiecho/final_cbb01/relese" -mv6400 "ssp02.sa" $(DIR_1)/vectors.obj: $(FRC) vectors.asm "$(DIR_2)/cl6x" -q -o3 -fr"C:/weiecho/final_cbb01/relese" -mv6400 "vectors.asm" $(DIR_1)/cbb-001.out: $(FRC) $(DIR_4)/rts6200.lib $(DIR_1)/flash.obj $(DIR_1)/function_lib_c.obj $(DIR_1)/function_lib_s.obj $(DIR_1)/ic.obj $(DIR_1)/icbase.obj $(DIR_1)/interrupt.obj $(DIR_1)/kw.obj $(DIR_1)/main.obj $(DIR_1)/manager.obj $(DIR_1)/Mint.obj $(DIR_1)/rsa.obj $(DIR_1)/ssp02.obj $(DIR_1)/vectors.obj cbb-001.cmd -@echo -z -q -c -o"./relese/cbb-001.out" -x> cbb-001.relese.lkf -@echo "$(DIR_4)/rts6200.lib">> cbb-001.relese.lkf -@echo "$(DIR_1)/flash.obj">> cbb-001.relese.lkf -@echo "$(DIR_1)/function_lib_c.obj">> cbb-001.relese.lkf -@echo "$(DIR_1)/function_lib_s.obj">> cbb-001.relese.lkf -@echo "$(DIR_1)/ic.obj">> cbb-001.relese.lkf -@echo "$(DIR_1)/icbase.obj">> cbb-001.relese.lkf -@echo "$(DIR_1)/interrupt.obj">> cbb-001.relese.lkf -@echo "$(DIR_1)/kw.obj">> cbb-001.relese.lkf -@echo "$(DIR_1)/main.obj">> cbb-001.relese.lkf -@echo "$(DIR_1)/manager.obj">> cbb-001.relese.lkf -@echo "$(DIR_1)/Mint.obj">> cbb-001.relese.lkf -@echo "$(DIR_1)/rsa.obj">> cbb-001.relese.lkf -@echo "$(DIR_1)/ssp02.obj">> cbb-001.relese.lkf -@echo "$(DIR_1)/vectors.obj">> cbb-001.relese.lkf -@echo "cbb-001.cmd">> cbb-001.relese.lkf "$(DIR_2)/cl6x" -@"cbb-001.relese.lkf" -@rm -f cbb-001.relese.lkf
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -