# SVN changeset patch # User imanay # Date 2013-08-08 16:08:32.605683 # Revision 215 This files are not needed. =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/absroot/bin/ControlModule/Control_Module_v1_debug =================================================================== diff --git a/trunk/absroot/bin/ControlModule/Control_Module_v1_debug b/trunk/absroot/bin/ControlModule/Control_Module_v1_debug deleted file mode 10644 --- a/trunk/absroot/bin/ControlModule/Control_Module_v1_debug (revision 214) +++ /dev/null (revision 215) Index: trunk/absroot/bin/ControlModule/ServidorTCP.d =================================================================== diff --git a/trunk/absroot/bin/ControlModule/ServidorTCP.d b/trunk/absroot/bin/ControlModule/ServidorTCP.d deleted file mode 10644 --- a/trunk/absroot/bin/ControlModule/ServidorTCP.d (revision 214) +++ /dev/null (revision 215) @@ -1,8 +0,0 @@ -ServidorTCP.d ServidorTCP.o: ../ServidorTCP.c .././Librerias/at91gpio.h \ - .././Librerias/at91adc.h .././Librerias/at91sysclock.h - -.././Librerias/at91gpio.h: - -.././Librerias/at91adc.h: - -.././Librerias/at91sysclock.h: Index: trunk/absroot/bin/ControlModule/at91adc.d =================================================================== diff --git a/trunk/absroot/bin/ControlModule/at91adc.d b/trunk/absroot/bin/ControlModule/at91adc.d deleted file mode 10644 --- a/trunk/absroot/bin/ControlModule/at91adc.d (revision 214) +++ /dev/null (revision 215) @@ -1,3 +0,0 @@ -at91adc.d at91adc.o: ../at91adc.c .././Librerias/at91adc.h - -.././Librerias/at91adc.h: Index: trunk/absroot/bin/ControlModule/at91gpio.d =================================================================== diff --git a/trunk/absroot/bin/ControlModule/at91gpio.d b/trunk/absroot/bin/ControlModule/at91gpio.d deleted file mode 10644 --- a/trunk/absroot/bin/ControlModule/at91gpio.d (revision 214) +++ /dev/null (revision 215) @@ -1,3 +0,0 @@ -at91gpio.d at91gpio.o: ../at91gpio.c .././Librerias/at91gpio.h - -.././Librerias/at91gpio.h: Index: trunk/absroot/bin/ControlModule/at91sysclock.d =================================================================== diff --git a/trunk/absroot/bin/ControlModule/at91sysclock.d b/trunk/absroot/bin/ControlModule/at91sysclock.d deleted file mode 10644 --- a/trunk/absroot/bin/ControlModule/at91sysclock.d (revision 214) +++ /dev/null (revision 215) @@ -1,4 +0,0 @@ -at91sysclock.d at91sysclock.o: ../at91sysclock.c \ - .././Librerias/at91sysclock.h - -.././Librerias/at91sysclock.h: Index: trunk/absroot/bin/ControlModule/makefile =================================================================== diff --git a/trunk/absroot/bin/ControlModule/makefile b/trunk/absroot/bin/ControlModule/makefile deleted file mode 10644 --- a/trunk/absroot/bin/ControlModule/makefile (revision 214) +++ /dev/null (revision 215) @@ -1,43 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - --include ../makefile.init - -RM := rm -rf - -# All of the sources participating in the build are defined here --include sources.mk --include subdir.mk --include objects.mk - -ifneq ($(MAKECMDGOALS),clean) -ifneq ($(strip $(C_DEPS)),) --include $(C_DEPS) -endif -endif - --include ../makefile.defs - -# Add inputs and outputs from these tool invocations to the build variables - -# All Target -all: tcp_Control_Module - -# Tool invocations -tcp_Control_Module: $(OBJS) $(USER_OBJS) - @echo 'Building target: $@' - @echo 'Invoking: GCC C Linker' - arm-unknown-linux-gnu-gcc -o"tcp_Control_Module" $(OBJS) $(USER_OBJS) $(LIBS) - @echo 'Finished building target: $@' - @echo ' ' - -# Other Targets -clean: - -$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES) tcp_Control_Module - -@echo ' ' - -.PHONY: all clean dependents -.SECONDARY: - --include ../makefile.targets Index: trunk/absroot/bin/ControlModule/objects.mk =================================================================== diff --git a/trunk/absroot/bin/ControlModule/objects.mk b/trunk/absroot/bin/ControlModule/objects.mk deleted file mode 10644 --- a/trunk/absroot/bin/ControlModule/objects.mk (revision 214) +++ /dev/null (revision 215) @@ -1,7 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -USER_OBJS := - -LIBS := -lm Index: trunk/absroot/bin/ControlModule/sources.mk =================================================================== diff --git a/trunk/absroot/bin/ControlModule/sources.mk b/trunk/absroot/bin/ControlModule/sources.mk deleted file mode 10644 --- a/trunk/absroot/bin/ControlModule/sources.mk (revision 214) +++ /dev/null (revision 215) @@ -1,17 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -O_SRCS := -C_SRCS := -S_SRCS := -OBJ_SRCS := -ASM_SRCS := -OBJS := -C_DEPS := -EXECUTABLES := - -# Every subdirectory with source files must be described here -SUBDIRS := \ -. \ - Index: trunk/absroot/bin/ControlModule/subdir.mk =================================================================== diff --git a/trunk/absroot/bin/ControlModule/subdir.mk b/trunk/absroot/bin/ControlModule/subdir.mk deleted file mode 10644 --- a/trunk/absroot/bin/ControlModule/subdir.mk (revision 214) +++ /dev/null (revision 215) @@ -1,33 +0,0 @@ -################################################################################ -# 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 ' ' - -