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
-include ../makefile.init
6
 
7
RM := rm -rf
8
 
9
# All of the sources participating in the build are defined here
10
-include sources.mk
11
-include subdir.mk
12
-include objects.mk
13
 
14
ifneq ($(MAKECMDGOALS),clean)
15
ifneq ($(strip $(C_DEPS)),)
16
-include $(C_DEPS)
17
endif
18
endif
19
 
20
-include ../makefile.defs
21
 
22
# Add inputs and outputs from these tool invocations to the build variables 
23
 
24
# All Target
25
all: UARTscope
26
 
27
# Tool invocations
28
UARTscope: $(OBJS) $(USER_OBJS)
29
	@echo 'Building target: $@'
30
	@echo 'Invoking: GCC C Linker'
31
	gcc  -o"UARTscope" $(OBJS) $(USER_OBJS) $(LIBS)
32
	@echo 'Finished building target: $@'
33
	@echo ' '
34
 
35
# Other Targets
36
clean:
37
	-$(RM) $(OBJS)$(EXECUTABLES)$(C_DEPS) UARTscope
38
	-@echo ' '
39
 
40
.PHONY: all clean dependents
41
.SECONDARY:
42
 
43
-include ../makefile.targets