# Generated by Code Composer Studio

# Makefile for C:\CCStudio_v3.1\boards\DSK5509A_V1\lib\dsk5509bsl\dsk5509bsl.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.
# For CCS gmake users: In the makefile directory, you can perform one of these operations:
#         To build the configuration <config>, type gmake projectName.mak <config>
#         To clean the configuration <config>, type gmake <config>clean
#         To rebuild the configuration <config>, type gmake <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
#
# For CCS gmake users:
#   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 gmake projectName.mak <config>
# To clean the configuration <config>, type gmake <config>clean
# To rebuild the configuration <config>, type gmake <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 gmake
# To clean the active configuration, type gmake clean
# To rebuild the active configuration, type gmake 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= $(TI_DIR)\boards\DSK5509A_V1\lib\dsk5509bsl

# The active configuration can be one of these valid build configurations:
# all, Debug, Release
ACTIVE_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= Debug

DIR_2= $(TI_CSLDIR)\include

DIR_3= ..\..\include

DIR_4= $(TI_CGENDIR)\include

DIR_5= $(TI_CGENDIR)\bin

DIR_6= $(TI_BIOSDIR)\include

DIR_7= ..

DIR_8= Release

SOURCE=dsk5509.c
SOURCE=dsk5509_aic23_closecodec.c
SOURCE=dsk5509_aic23_loopback.c
SOURCE=dsk5509_aic23_mute.c
SOURCE=dsk5509_aic23_opencodec.c
SOURCE=dsk5509_aic23_outgain.c
SOURCE=dsk5509_aic23_powerdown.c
SOURCE=dsk5509_aic23_read16.c
SOURCE=dsk5509_aic23_read32.c
SOURCE=dsk5509_aic23_registers.c
SOURCE=dsk5509_aic23_setfreq.c
SOURCE=dsk5509_aic23_write16.c
SOURCE=dsk5509_aic23_write32.c
SOURCE=dsk5509_dip.c
SOURCE=dsk5509_flash_checksum.c
SOURCE=dsk5509_flash_erase.c
SOURCE=dsk5509_flash_read.c
SOURCE=dsk5509_flash_write.c
SOURCE=dsk5509_led.c
SOURCE=dsk5509_mem.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: Debug Release 

allclean: Debugclean Releaseclean 

allrebuild: Debugrebuild Releaserebuild 


Debugclean: Debugclean_norecurse

Debugclean_norecurse: 
	-@del /F $(DIR_1)\dsk5509.obj
	-@del /F $(DIR_1)\dsk5509_aic23_closecodec.obj
	-@del /F $(DIR_1)\dsk5509_aic23_loopback.obj
	-@del /F $(DIR_1)\dsk5509_aic23_mute.obj
	-@del /F $(DIR_1)\dsk5509_aic23_opencodec.obj
	-@del /F $(DIR_1)\dsk5509_aic23_outgain.obj
	-@del /F $(DIR_1)\dsk5509_aic23_powerdown.obj
	-@del /F $(DIR_1)\dsk5509_aic23_read16.obj
	-@del /F $(DIR_1)\dsk5509_aic23_read32.obj
	-@del /F $(DIR_1)\dsk5509_aic23_registers.obj
	-@del /F $(DIR_1)\dsk5509_aic23_setfreq.obj
	-@del /F $(DIR_1)\dsk5509_aic23_write16.obj
	-@del /F $(DIR_1)\dsk5509_aic23_write32.obj
	-@del /F $(DIR_1)\dsk5509_dip.obj
	-@del /F $(DIR_1)\dsk5509_flash_checksum.obj
	-@del /F $(DIR_1)\dsk5509_flash_erase.obj
	-@del /F $(DIR_1)\dsk5509_flash_read.obj
	-@del /F $(DIR_1)\dsk5509_flash_write.obj
	-@del /F $(DIR_1)\dsk5509_led.obj
	-@del /F $(DIR_1)\dsk5509_mem.obj
	-@del /F $(DIR_7)\dsk5509bsl.lib

Debugrebuild: 
	$(MAKE) $(MFLAGS) -f makefile.file Debug FRC=force_rebuild

Debug: Debug_norecurse

Debug_norecurse: $(DIR_7)\dsk5509bsl.lib



$(DIR_1)\dsk5509.obj: $(FRC) dsk5509.c $(DIR_2)\csl.h $(DIR_2)\csl_emif.h $(DIR_2)\csl_i2c.h $(DIR_2)\csl_pll.h $(DIR_3)\dsk5509.h $(DIR_2)\_csl.h $(DIR_2)\csl_emifA.h $(DIR_2)\csl_emifB.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_i2chal.h $(DIR_2)\csl_pllA.h $(DIR_2)\csl_pllB.h $(DIR_2)\csl_std.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_emifAhal.h $(DIR_2)\csl_emifBhal.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_pllAhal.h $(DIR_2)\csl_pllBhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509.c" 

$(DIR_1)\dsk5509_aic23_closecodec.obj: $(FRC) dsk5509_aic23_closecodec.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_aic23_closecodec.c" 

$(DIR_1)\dsk5509_aic23_loopback.obj: $(FRC) dsk5509_aic23_loopback.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_aic23_loopback.c" 

$(DIR_1)\dsk5509_aic23_mute.obj: $(FRC) dsk5509_aic23_mute.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_aic23_mute.c" 

$(DIR_1)\dsk5509_aic23_opencodec.obj: $(FRC) dsk5509_aic23_opencodec.c $(DIR_2)\csl.h $(DIR_2)\csl_i2c.h $(DIR_2)\csl_mcbsp.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_i2chal.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_aic23_opencodec.c" 

$(DIR_1)\dsk5509_aic23_outgain.obj: $(FRC) dsk5509_aic23_outgain.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_aic23_outgain.c" 

$(DIR_1)\dsk5509_aic23_powerdown.obj: $(FRC) dsk5509_aic23_powerdown.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_aic23_powerdown.c" 

$(DIR_1)\dsk5509_aic23_read16.obj: $(FRC) dsk5509_aic23_read16.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_aic23_read16.c" 

$(DIR_1)\dsk5509_aic23_read32.obj: $(FRC) dsk5509_aic23_read32.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_aic23_read32.c" 

$(DIR_1)\dsk5509_aic23_registers.obj: $(FRC) dsk5509_aic23_registers.c $(DIR_2)\csl.h $(DIR_2)\csl_i2c.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_i2chal.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_aic23_registers.c" 

$(DIR_1)\dsk5509_aic23_setfreq.obj: $(FRC) dsk5509_aic23_setfreq.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_aic23_setfreq.c" 

$(DIR_1)\dsk5509_aic23_write16.obj: $(FRC) dsk5509_aic23_write16.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_aic23_write16.c" 

$(DIR_1)\dsk5509_aic23_write32.obj: $(FRC) dsk5509_aic23_write32.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_aic23_write32.c" 

$(DIR_1)\dsk5509_dip.obj: $(FRC) dsk5509_dip.c $(DIR_2)\csl.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_dip.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_dip.c" 

$(DIR_1)\dsk5509_flash_checksum.obj: $(FRC) dsk5509_flash_checksum.c $(DIR_2)\csl.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_flash.h $(DIR_6)\std.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_flash_checksum.c" 

$(DIR_1)\dsk5509_flash_erase.obj: $(FRC) dsk5509_flash_erase.c $(DIR_2)\csl.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_flash.h $(DIR_6)\std.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_flash_erase.c" 

$(DIR_1)\dsk5509_flash_read.obj: $(FRC) dsk5509_flash_read.c $(DIR_2)\csl.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_flash.h $(DIR_6)\std.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_flash_read.c" 

$(DIR_1)\dsk5509_flash_write.obj: $(FRC) dsk5509_flash_write.c $(DIR_2)\csl.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_flash.h $(DIR_6)\std.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_flash_write.c" 

$(DIR_1)\dsk5509_led.obj: $(FRC) dsk5509_led.c $(DIR_2)\csl.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_led.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_led.c" 

$(DIR_1)\dsk5509_mem.obj: $(FRC) dsk5509_mem.c $(DIR_2)\csl.h $(DIR_3)\dsk5509.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -g -mg -q -fr"./Debug" -i"." -i"../../include/" -d"_DEBUG" -d"CHIP_5509A" -ml "dsk5509_mem.c" 

$(DIR_7)\dsk5509bsl.lib: $(FRC) $(DIR_1)\dsk5509.obj $(DIR_1)\dsk5509_aic23_closecodec.obj $(DIR_1)\dsk5509_aic23_loopback.obj $(DIR_1)\dsk5509_aic23_mute.obj $(DIR_1)\dsk5509_aic23_opencodec.obj $(DIR_1)\dsk5509_aic23_outgain.obj $(DIR_1)\dsk5509_aic23_powerdown.obj $(DIR_1)\dsk5509_aic23_read16.obj $(DIR_1)\dsk5509_aic23_read32.obj $(DIR_1)\dsk5509_aic23_registers.obj $(DIR_1)\dsk5509_aic23_setfreq.obj $(DIR_1)\dsk5509_aic23_write16.obj $(DIR_1)\dsk5509_aic23_write32.obj $(DIR_1)\dsk5509_dip.obj $(DIR_1)\dsk5509_flash_checksum.obj $(DIR_1)\dsk5509_flash_erase.obj $(DIR_1)\dsk5509_flash_read.obj $(DIR_1)\dsk5509_flash_write.obj $(DIR_1)\dsk5509_led.obj $(DIR_1)\dsk5509_mem.obj 
	-@echo -r> makefile.Debug.lkf
	-@echo "$(DIR_7)\dsk5509bsl.lib">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_aic23_closecodec.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_aic23_loopback.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_aic23_mute.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_aic23_opencodec.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_aic23_outgain.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_aic23_powerdown.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_aic23_read16.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_aic23_read32.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_aic23_registers.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_aic23_setfreq.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_aic23_write16.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_aic23_write32.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_dip.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_flash_checksum.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_flash_erase.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_flash_read.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_flash_write.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_led.obj">> makefile.Debug.lkf
	-@echo "$(DIR_1)\dsk5509_mem.obj">> makefile.Debug.lkf
	"$(DIR_5)\ar55" @"makefile.Debug.lkf"
	-@del /F makefile.Debug.lkf


Releaseclean: Releaseclean_norecurse

Releaseclean_norecurse: 
	-@del /F $(DIR_8)\dsk5509.obj
	-@del /F $(DIR_8)\dsk5509_aic23_closecodec.obj
	-@del /F $(DIR_8)\dsk5509_aic23_loopback.obj
	-@del /F $(DIR_8)\dsk5509_aic23_mute.obj
	-@del /F $(DIR_8)\dsk5509_aic23_opencodec.obj
	-@del /F $(DIR_8)\dsk5509_aic23_outgain.obj
	-@del /F $(DIR_8)\dsk5509_aic23_powerdown.obj
	-@del /F $(DIR_8)\dsk5509_aic23_read16.obj
	-@del /F $(DIR_8)\dsk5509_aic23_read32.obj
	-@del /F $(DIR_8)\dsk5509_aic23_registers.obj
	-@del /F $(DIR_8)\dsk5509_aic23_setfreq.obj
	-@del /F $(DIR_8)\dsk5509_aic23_write16.obj
	-@del /F $(DIR_8)\dsk5509_aic23_write32.obj
	-@del /F $(DIR_8)\dsk5509_dip.obj
	-@del /F $(DIR_8)\dsk5509_flash_checksum.obj
	-@del /F $(DIR_8)\dsk5509_flash_erase.obj
	-@del /F $(DIR_8)\dsk5509_flash_read.obj
	-@del /F $(DIR_8)\dsk5509_flash_write.obj
	-@del /F $(DIR_8)\dsk5509_led.obj
	-@del /F $(DIR_8)\dsk5509_mem.obj
	-@del /F $(DIR_8)\dsk5509bsl.lib

Releaserebuild: 
	$(MAKE) $(MFLAGS) -f makefile.file Release FRC=force_rebuild

Release: Release_norecurse

Release_norecurse: $(DIR_8)\dsk5509bsl.lib



$(DIR_8)\dsk5509.obj: $(FRC) dsk5509.c $(DIR_2)\csl.h $(DIR_2)\csl_emif.h $(DIR_2)\csl_i2c.h $(DIR_2)\csl_pll.h $(DIR_3)\dsk5509.h $(DIR_2)\_csl.h $(DIR_2)\csl_emifA.h $(DIR_2)\csl_emifB.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_i2chal.h $(DIR_2)\csl_pllA.h $(DIR_2)\csl_pllB.h $(DIR_2)\csl_std.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_emifAhal.h $(DIR_2)\csl_emifBhal.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_pllAhal.h $(DIR_2)\csl_pllBhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509.c" 

$(DIR_8)\dsk5509_aic23_closecodec.obj: $(FRC) dsk5509_aic23_closecodec.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_aic23_closecodec.c" 

$(DIR_8)\dsk5509_aic23_loopback.obj: $(FRC) dsk5509_aic23_loopback.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_aic23_loopback.c" 

$(DIR_8)\dsk5509_aic23_mute.obj: $(FRC) dsk5509_aic23_mute.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_aic23_mute.c" 

$(DIR_8)\dsk5509_aic23_opencodec.obj: $(FRC) dsk5509_aic23_opencodec.c $(DIR_2)\csl.h $(DIR_2)\csl_i2c.h $(DIR_2)\csl_mcbsp.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_i2chal.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_aic23_opencodec.c" 

$(DIR_8)\dsk5509_aic23_outgain.obj: $(FRC) dsk5509_aic23_outgain.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_aic23_outgain.c" 

$(DIR_8)\dsk5509_aic23_powerdown.obj: $(FRC) dsk5509_aic23_powerdown.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_aic23_powerdown.c" 

$(DIR_8)\dsk5509_aic23_read16.obj: $(FRC) dsk5509_aic23_read16.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_aic23_read16.c" 

$(DIR_8)\dsk5509_aic23_read32.obj: $(FRC) dsk5509_aic23_read32.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_aic23_read32.c" 

$(DIR_8)\dsk5509_aic23_registers.obj: $(FRC) dsk5509_aic23_registers.c $(DIR_2)\csl.h $(DIR_2)\csl_i2c.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_i2chal.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_aic23_registers.c" 

$(DIR_8)\dsk5509_aic23_setfreq.obj: $(FRC) dsk5509_aic23_setfreq.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_aic23_setfreq.c" 

$(DIR_8)\dsk5509_aic23_write16.obj: $(FRC) dsk5509_aic23_write16.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_aic23_write16.c" 

$(DIR_8)\dsk5509_aic23_write32.obj: $(FRC) dsk5509_aic23_write32.c $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_aic23.h $(DIR_2)\csl.h $(DIR_2)\csl_mcbsp.h $(DIR_2)\_csl.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mcbsphal.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_aic23_write32.c" 

$(DIR_8)\dsk5509_dip.obj: $(FRC) dsk5509_dip.c $(DIR_2)\csl.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_dip.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_dip.c" 

$(DIR_8)\dsk5509_flash_checksum.obj: $(FRC) dsk5509_flash_checksum.c $(DIR_2)\csl.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_flash.h $(DIR_6)\std.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_flash_checksum.c" 

$(DIR_8)\dsk5509_flash_erase.obj: $(FRC) dsk5509_flash_erase.c $(DIR_2)\csl.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_flash.h $(DIR_6)\std.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_flash_erase.c" 

$(DIR_8)\dsk5509_flash_read.obj: $(FRC) dsk5509_flash_read.c $(DIR_2)\csl.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_flash.h $(DIR_6)\std.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_flash_read.c" 

$(DIR_8)\dsk5509_flash_write.obj: $(FRC) dsk5509_flash_write.c $(DIR_2)\csl.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_flash.h $(DIR_6)\std.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_flash_write.c" 

$(DIR_8)\dsk5509_led.obj: $(FRC) dsk5509_led.c $(DIR_2)\csl.h $(DIR_3)\dsk5509.h $(DIR_3)\dsk5509_led.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_led.c" 

$(DIR_8)\dsk5509_mem.obj: $(FRC) dsk5509_mem.c $(DIR_2)\csl.h $(DIR_3)\dsk5509.h $(DIR_2)\_csl.h $(DIR_2)\csl_chiphal.h $(DIR_2)\csl_csldat.h $(DIR_2)\csl_datasz.h $(DIR_2)\csl_err.h $(DIR_2)\csl_irq.h $(DIR_2)\csl_std.h $(DIR_2)\csl_stdhal.h $(DIR_2)\csl_cslhal.h $(DIR_2)\csl_bctdat.h $(DIR_2)\csl_chipdat.h $(DIR_2)\csl_datdat.h $(DIR_2)\csl_dmadat.h $(DIR_2)\csl_emifdat.h $(DIR_2)\csl_errdat.h $(DIR_2)\csl_gpiodat.h $(DIR_2)\csl_gptdat.h $(DIR_2)\csl_i2cdat.h $(DIR_2)\csl_icachdat.h $(DIR_2)\csl_irqdat.h $(DIR_2)\csl_mcbspdat.h $(DIR_2)\csl_mmcdat.h $(DIR_2)\csl_plldat.h $(DIR_2)\csl_pwrdat.h $(DIR_2)\csl_rtcdat.h $(DIR_2)\csl_timdat.h $(DIR_2)\csl_uartdat.h $(DIR_2)\csl_wdtimdat.h $(DIR_2)\csl_irqhal.h $(DIR_2)\tistdtypes.h $(DIR_2)\csl_dmadatA.h $(DIR_2)\csl_dmadatB.h $(DIR_2)\csl_gpio5502dat.h $(DIR_2)\csl_gpio5509dat.h $(DIR_2)\csl_gpio5510dat.h $(DIR_2)\csl_time.h $(DIR_2)\_csl_gpiodat.h $(DIR_2)\_csl_pgpiodat.h $(DIR_4)\linkage.h 
	"$(DIR_5)\cl55" -q -o2 -fr"./Release" -i"." -i"../../include/" -d"CHIP_5509A" -ml "dsk5509_mem.c" 

$(DIR_8)\dsk5509bsl.lib: $(FRC) $(DIR_8)\dsk5509.obj $(DIR_8)\dsk5509_aic23_closecodec.obj $(DIR_8)\dsk5509_aic23_loopback.obj $(DIR_8)\dsk5509_aic23_mute.obj $(DIR_8)\dsk5509_aic23_opencodec.obj $(DIR_8)\dsk5509_aic23_outgain.obj $(DIR_8)\dsk5509_aic23_powerdown.obj $(DIR_8)\dsk5509_aic23_read16.obj $(DIR_8)\dsk5509_aic23_read32.obj $(DIR_8)\dsk5509_aic23_registers.obj $(DIR_8)\dsk5509_aic23_setfreq.obj $(DIR_8)\dsk5509_aic23_write16.obj $(DIR_8)\dsk5509_aic23_write32.obj $(DIR_8)\dsk5509_dip.obj $(DIR_8)\dsk5509_flash_checksum.obj $(DIR_8)\dsk5509_flash_erase.obj $(DIR_8)\dsk5509_flash_read.obj $(DIR_8)\dsk5509_flash_write.obj $(DIR_8)\dsk5509_led.obj $(DIR_8)\dsk5509_mem.obj 
	-@echo -r> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509bsl.lib">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_aic23_closecodec.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_aic23_loopback.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_aic23_mute.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_aic23_opencodec.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_aic23_outgain.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_aic23_powerdown.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_aic23_read16.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_aic23_read32.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_aic23_registers.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_aic23_setfreq.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_aic23_write16.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_aic23_write32.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_dip.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_flash_checksum.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_flash_erase.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_flash_read.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_flash_write.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_led.obj">> makefile.Release.lkf
	-@echo "$(DIR_8)\dsk5509_mem.obj">> makefile.Release.lkf
	"$(DIR_5)\ar55" @"makefile.Release.lkf"
	-@del /F makefile.Release.lkf
