1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../rcbsBasicTest.c
OBJS += \
./rcbsBasicTest.o
# Each subdirectory must supply rules for building sources it contributes
rcbsBasicTest.o: ../rcbsBasicTest.c
@echo 'Building file: $<'
@echo 'Now executing custom build step for rcbsBasicTest debug config'
gcc -g -c ../rcbsBasicTest.c -o ./rcbsBasicTest.o
@echo 'Finished building: $<'
@echo ' '
|