#   ============================================================================
#   @file   SOURCES
#
#   @path   $(DSPLINK)/gpp/src/gen/
#
#   @desc   This file contains list of source files to be compiled.
#
#   @ver    1.65.00.03
#   ============================================================================
#   Copyright (C) 2002-2009, Texas Instruments Incorporated - http://www.ti.com/
#
#   This program is free software; you can redistribute it and/or modify it
#   under the terms of the GNU General Public License as published by the
#   Free Software Foundation version 2.
#   
#   This program is distributed "as is" WITHOUT ANY WARRANTY of any kind,
#   whether express or implied; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#   General Public License for more details.
#   ============================================================================

SOURCES  := gen_utils.c     \
            list.c          \
            idm.c           \
            trc.c           \
            linklog.c

ifeq ($(TI_DSPLINK_USE_PROC), 1)
SOURCES  += coff.c          \
            no_loader.c     \
            coff_64x.c      \
            coff_55x.c      \
            coff_int.c      \
            coff_mem.c      \
            coff_shm.c      \
            coff_file.c

endif
