Subversion Repositories HomeAutomation

Rev

Details | Last modification | View Log | SVN | RSS feed

Rev Author Line No. Line
337 andfri 1
################################################################################
2
# Automatically-generated file. Do not edit!
3
################################################################################
4
 
5
# Add inputs and outputs from these tool invocations to the build variables 
6
C_SRCS += \
7
../scope.c 
8
 
9
OBJS += \
10
./scope.o 
11
 
12
C_DEPS += \
13
./scope.d 
14
 
15
 
16
# Each subdirectory must supply rules for building sources it contributes
17
%.o: ../%.c
18
	@echo 'Building file: $<'
19
	@echo 'Invoking: GCC C Compiler'
20
	gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
21
	@echo 'Finished building: $<'
22
	@echo ' '
23
 
24