# SVN changeset patch # User imanay # Date 2013-08-08 16:08:01.772634 # Revision 214 =================================================================== 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 new file mode 10644 --- /dev/null (revision 0) +++ b/trunk/absroot/bin/ControlModule/Control_Module_v1_debug (revision 214) Index: trunk/absroot/bin/ControlModule/ServidorTCP.d =================================================================== diff --git a/trunk/absroot/bin/ControlModule/ServidorTCP.d b/trunk/absroot/bin/ControlModule/ServidorTCP.d new file mode 10644 --- /dev/null (revision 0) +++ b/trunk/absroot/bin/ControlModule/ServidorTCP.d (revision 214) @@ -0,0 +1,8 @@ +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 new file mode 10644 --- /dev/null (revision 0) +++ b/trunk/absroot/bin/ControlModule/at91adc.d (revision 214) @@ -0,0 +1,3 @@ +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 new file mode 10644 --- /dev/null (revision 0) +++ b/trunk/absroot/bin/ControlModule/at91gpio.d (revision 214) @@ -0,0 +1,3 @@ +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 new file mode 10644 --- /dev/null (revision 0) +++ b/trunk/absroot/bin/ControlModule/at91sysclock.d (revision 214) @@ -0,0 +1,4 @@ +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 new file mode 10644 --- /dev/null (revision 0) +++ b/trunk/absroot/bin/ControlModule/makefile (revision 214) @@ -0,0 +1,43 @@ +################################################################################ +# 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 new file mode 10644 --- /dev/null (revision 0) +++ b/trunk/absroot/bin/ControlModule/objects.mk (revision 214) @@ -0,0 +1,7 @@ +################################################################################ +# 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 new file mode 10644 --- /dev/null (revision 0) +++ b/trunk/absroot/bin/ControlModule/sources.mk (revision 214) @@ -0,0 +1,17 @@ +################################################################################ +# 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 new file mode 10644 --- /dev/null (revision 0) +++ b/trunk/absroot/bin/ControlModule/subdir.mk (revision 214) @@ -0,0 +1,33 @@ +################################################################################ +# 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 ' ' + + =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/absroot/bin/ControlModule/tcp_Control_Module =================================================================== diff --git a/trunk/absroot/bin/ControlModule/tcp_Control_Module b/trunk/absroot/bin/ControlModule/tcp_Control_Module new file mode 10644 --- /dev/null (revision 0) +++ b/trunk/absroot/bin/ControlModule/tcp_Control_Module (revision 214)