################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \
../src/clock.c \
../src/llist.c \
../src/mutexdemo.c \
../src/prio.c \
../src/prodcon.c \
../src/push_button.c \
../src/sem.c \
../src/shell.c \
../src/standby.c \
../src/tictac.c \
../src/timertest.c 

LD_SRCS += \
../src/lscript.ld 

OBJS += \
./src/clock.o \
./src/llist.o \
./src/mutexdemo.o \
./src/prio.o \
./src/prodcon.o \
./src/push_button.o \
./src/sem.o \
./src/shell.o \
./src/standby.o \
./src/tictac.o \
./src/timertest.o 

C_DEPS += \
./src/clock.d \
./src/llist.d \
./src/mutexdemo.d \
./src/prio.d \
./src/prodcon.d \
./src/push_button.d \
./src/sem.d \
./src/shell.d \
./src/standby.d \
./src/tictac.d \
./src/timertest.d 


# Each subdirectory must supply rules for building sources it contributes
src/%.o: ../src/%.c
	@echo Building file: $<
	@echo Invoking: PowerPC gcc compiler
	powerpc-eabi-gcc -Wall -O0 -g3 -c -fmessage-length=0 -D __XMK__ -I../../xilkernel_bsp_0/ppc440_0/include -mcpu=440 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo Finished building: $<
	@echo ' '


