##// END OF EJS Templates

File last commit:

r213:214
r213:214
Show More
subdir.mk
33 lines | 829 B | text/x-makefile | MakefileLexer
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../ServidorTCP.c \
../at91adc.c \
../at91gpio.c \
../at91sysclock.c
OBJS += \
./ServidorTCP.o \
./at91adc.o \
./at91gpio.o \
./at91sysclock.o
C_DEPS += \
./ServidorTCP.d \
./at91adc.d \
./at91gpio.d \
./at91sysclock.d
# Each subdirectory must supply rules for building sources it contributes
%.o: ../%.c
@echo 'Building file: $<'
@echo 'Invoking: GCC C Compiler'
arm-unknown-linux-gnu-gcc -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
@echo 'Finished building: $<'
@echo ' '