40 lines
1.4 KiB
Makefile
40 lines
1.4 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../libcsp/src/arch/freertos/csp_malloc.c \
|
|
../libcsp/src/arch/freertos/csp_queue.c \
|
|
../libcsp/src/arch/freertos/csp_semaphore.c \
|
|
../libcsp/src/arch/freertos/csp_system.c \
|
|
../libcsp/src/arch/freertos/csp_thread.c \
|
|
../libcsp/src/arch/freertos/csp_time.c
|
|
|
|
OBJS += \
|
|
./libcsp/src/arch/freertos/csp_malloc.o \
|
|
./libcsp/src/arch/freertos/csp_queue.o \
|
|
./libcsp/src/arch/freertos/csp_semaphore.o \
|
|
./libcsp/src/arch/freertos/csp_system.o \
|
|
./libcsp/src/arch/freertos/csp_thread.o \
|
|
./libcsp/src/arch/freertos/csp_time.o
|
|
|
|
C_DEPS += \
|
|
./libcsp/src/arch/freertos/csp_malloc.d \
|
|
./libcsp/src/arch/freertos/csp_queue.d \
|
|
./libcsp/src/arch/freertos/csp_semaphore.d \
|
|
./libcsp/src/arch/freertos/csp_system.d \
|
|
./libcsp/src/arch/freertos/csp_thread.d \
|
|
./libcsp/src/arch/freertos/csp_time.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
libcsp/src/arch/freertos/%.o: ../libcsp/src/arch/freertos/%.c
|
|
@echo 'Building file: $<'
|
|
@echo 'Invoking: ARM Linux g++ compiler'
|
|
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
|