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

📄 gpio.mak

📁 ccs平台
💻 MAK
字号:
# Generated by Code Composer Studio# Makefile for D:\gpio_s\gpio.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= D:/gpio_s# The active configuration can be one of these valid build configurations:# all, DebugACTIVE_CONFIG= Debug# 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= DebugDIR_2= C:/ti/c2000/cgtools/binSOURCE=DSP28_Adc.cSOURCE=DSP28_CpuTimers.cSOURCE=DSP28_DefaultIsr.cSOURCE=DSP28_ECan.cSOURCE=DSP28_Ev.cSOURCE=DSP28_GlobalVariableDefs.cSOURCE=DSP28_Gpio.cSOURCE=DSP28_InitPeripherals.cSOURCE=DSP28_Mcbsp.cSOURCE=DSP28_PieCtrl.cSOURCE=DSP28_PieVect.cSOURCE=DSP28_Sci.cSOURCE=DSP28_Spi.cSOURCE=DSP28_SysCtrl.cSOURCE=DSP28_Xintf.cSOURCE=DSP28_XIntrupt.cSOURCE=Example_28xGpio.cSOURCE=Flash2812_API_V210.libSOURCE=SRAM.cmdactive_config: $(ACTIVE_CONFIG)norecurse: $(ACTIVE_CONFIG)_norecurseclean: $(ACTIVE_CONFIG)cleanclean_norecurse: $(ACTIVE_CONFIG)clean_norecurserebuild: $(ACTIVE_CONFIG)rebuildforce_rebuild: all: Debug allclean: Debugclean allrebuild: Debugrebuild Debugclean: Debugclean_norecurseDebugclean_norecurse: 	-@rm -f $(DIR_1)/DSP28_Adc.obj	-@rm -f $(DIR_1)/DSP28_CpuTimers.obj	-@rm -f $(DIR_1)/DSP28_DefaultIsr.obj	-@rm -f $(DIR_1)/DSP28_ECan.obj	-@rm -f $(DIR_1)/DSP28_Ev.obj	-@rm -f $(DIR_1)/DSP28_GlobalVariableDefs.obj	-@rm -f $(DIR_1)/DSP28_Gpio.obj	-@rm -f $(DIR_1)/DSP28_InitPeripherals.obj	-@rm -f $(DIR_1)/DSP28_Mcbsp.obj	-@rm -f $(DIR_1)/DSP28_PieCtrl.obj	-@rm -f $(DIR_1)/DSP28_PieVect.obj	-@rm -f $(DIR_1)/DSP28_Sci.obj	-@rm -f $(DIR_1)/DSP28_Spi.obj	-@rm -f $(DIR_1)/DSP28_SysCtrl.obj	-@rm -f $(DIR_1)/DSP28_Xintf.obj	-@rm -f $(DIR_1)/DSP28_XIntrupt.obj	-@rm -f $(DIR_1)/Example_28xGpio.obj	-@rm -f $(DIR_1)/gpio.outDebugrebuild: 	$(MAKE) $(MFLAGS) -f gpio.mak Debug FRC=force_rebuildDebug: Debug_norecurseDebug_norecurse: $(DIR_1)/gpio.out$(DIR_1)/DSP28_Adc.obj: $(FRC) DSP28_Adc.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_Adc.c" $(DIR_1)/DSP28_CpuTimers.obj: $(FRC) DSP28_CpuTimers.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_CpuTimers.c" $(DIR_1)/DSP28_DefaultIsr.obj: $(FRC) DSP28_DefaultIsr.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_DefaultIsr.c" $(DIR_1)/DSP28_ECan.obj: $(FRC) DSP28_ECan.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_ECan.c" $(DIR_1)/DSP28_Ev.obj: $(FRC) DSP28_Ev.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_Ev.c" $(DIR_1)/DSP28_GlobalVariableDefs.obj: $(FRC) DSP28_GlobalVariableDefs.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_GlobalVariableDefs.c" $(DIR_1)/DSP28_Gpio.obj: $(FRC) DSP28_Gpio.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_Gpio.c" $(DIR_1)/DSP28_InitPeripherals.obj: $(FRC) DSP28_InitPeripherals.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_InitPeripherals.c" $(DIR_1)/DSP28_Mcbsp.obj: $(FRC) DSP28_Mcbsp.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_Mcbsp.c" $(DIR_1)/DSP28_PieCtrl.obj: $(FRC) DSP28_PieCtrl.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_PieCtrl.c" $(DIR_1)/DSP28_PieVect.obj: $(FRC) DSP28_PieVect.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_PieVect.c" $(DIR_1)/DSP28_Sci.obj: $(FRC) DSP28_Sci.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_Sci.c" $(DIR_1)/DSP28_Spi.obj: $(FRC) DSP28_Spi.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_Spi.c" $(DIR_1)/DSP28_SysCtrl.obj: $(FRC) DSP28_SysCtrl.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_SysCtrl.c" $(DIR_1)/DSP28_Xintf.obj: $(FRC) DSP28_Xintf.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_Xintf.c" $(DIR_1)/DSP28_XIntrupt.obj: $(FRC) DSP28_XIntrupt.c DSP28_Device.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_GlobalPrototypes.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "DSP28_XIntrupt.c" $(DIR_1)/Example_28xGpio.obj: $(FRC) Example_28xGpio.c DSP28_Device.h DSP28_GlobalPrototypes.h Flash281x_API_Library.h DSP28_Adc.h DSP28_CpuTimers.h DSP28_DefaultIsr.h DSP28_DevEmu.h DSP28_ECan.h DSP28_Ev.h DSP28_Gpio.h DSP28_Mcbsp.h DSP28_PieCtrl.h DSP28_PieVect.h DSP28_Sci.h DSP28_Spi.h DSP28_SysCtrl.h DSP28_Xintf.h DSP28_XIntrupt.h Flash281x_API_Config.h 	"$(DIR_2)/cl2000" -g -q -fr"D:/gpio_s/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 "Example_28xGpio.c" $(DIR_1)/gpio.out: $(FRC) $(DIR_1)/DSP28_Adc.obj $(DIR_1)/DSP28_CpuTimers.obj $(DIR_1)/DSP28_DefaultIsr.obj $(DIR_1)/DSP28_ECan.obj $(DIR_1)/DSP28_Ev.obj $(DIR_1)/DSP28_GlobalVariableDefs.obj $(DIR_1)/DSP28_Gpio.obj $(DIR_1)/DSP28_InitPeripherals.obj $(DIR_1)/DSP28_Mcbsp.obj $(DIR_1)/DSP28_PieCtrl.obj $(DIR_1)/DSP28_PieVect.obj $(DIR_1)/DSP28_Sci.obj $(DIR_1)/DSP28_Spi.obj $(DIR_1)/DSP28_SysCtrl.obj $(DIR_1)/DSP28_Xintf.obj $(DIR_1)/DSP28_XIntrupt.obj $(DIR_1)/Example_28xGpio.obj Flash2812_API_V210.lib SRAM.cmd 	-@echo -z -q -c -m"./Debug/gpio.map" -o"./Debug/gpio.out" -x> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_Adc.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_CpuTimers.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_DefaultIsr.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_ECan.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_Ev.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_GlobalVariableDefs.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_Gpio.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_InitPeripherals.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_Mcbsp.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_PieCtrl.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_PieVect.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_Sci.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_Spi.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_SysCtrl.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_Xintf.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/DSP28_XIntrupt.obj">> gpio.Debug.lkf	-@echo "$(DIR_1)/Example_28xGpio.obj">> gpio.Debug.lkf	-@echo "Flash2812_API_V210.lib">> gpio.Debug.lkf	-@echo "SRAM.cmd">> gpio.Debug.lkf	"$(DIR_2)/cl2000" -@"gpio.Debug.lkf"	-@rm -f gpio.Debug.lkf

⌨️ 快捷键说明

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