Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
imanay
- Thu, 08 Aug 2013 16:08:01
Show More
0
trunk/absroot/bin/ControlModule/Control_Module_v1_debug
trunk/absroot/bin/ControlModule/Control_Module_v1_debug
created
10644
0
0
1
NO CONTENT: new file 10644
0
trunk/absroot/bin/ControlModule/ServidorTCP.d
trunk/absroot/bin/ControlModule/ServidorTCP.d
created
10644
+8
0
@@
-0,0
+1,8
1
ServidorTCP . d ServidorTCP . o : ../ ServidorTCP . c .././ Librerias / at91gpio . h \
2
.././ Librerias / at91adc . h .././ Librerias / at91sysclock . h
3
4
.././ Librerias / at91gpio . h :
5
6
.././ Librerias / at91adc . h :
7
8
.././ Librerias / at91sysclock . h :
0
trunk/absroot/bin/ControlModule/at91adc.d
trunk/absroot/bin/ControlModule/at91adc.d
created
10644
+3
0
@@
-0,0
+1,3
1
at91adc . d at91adc . o : ../ at91adc . c .././ Librerias / at91adc . h
2
3
.././ Librerias / at91adc . h :
0
trunk/absroot/bin/ControlModule/at91gpio.d
trunk/absroot/bin/ControlModule/at91gpio.d
created
10644
+3
0
@@
-0,0
+1,3
1
at91gpio . d at91gpio . o : ../ at91gpio . c .././ Librerias / at91gpio . h
2
3
.././ Librerias / at91gpio . h :
0
trunk/absroot/bin/ControlModule/at91sysclock.d
trunk/absroot/bin/ControlModule/at91sysclock.d
created
10644
+4
0
@@
-0,0
+1,4
1
at91sysclock . d at91sysclock . o : ../ at91sysclock . c \
2
.././ Librerias / at91sysclock . h
3
4
.././ Librerias / at91sysclock . h :
0
trunk/absroot/bin/ControlModule/makefile
trunk/absroot/bin/ControlModule/makefile
created
10644
+43
0
@@
-0,0
+1,43
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 : tcp_Control_Module
26
27
# Tool invocations
28
tcp_Control_Module : $( OBJS ) $( USER_OBJS )
29
@echo 'Building target: $@'
30
@echo 'Invoking: GCC C Linker'
31
arm-unknown-linux-gnu-gcc -o "tcp_Control_Module" $( OBJS ) $( USER_OBJS ) $( LIBS )
32
@echo 'Finished building target: $@'
33
@echo ' '
34
35
# Other Targets
36
clean :
37
- $( RM ) $( OBJS )$( C_DEPS )$( EXECUTABLES ) tcp_Control_Module
38
-@echo ' '
39
40
.PHONY : all clean dependents
41
.SECONDARY :
42
43
-include ../makefile.targets
0
trunk/absroot/bin/ControlModule/objects.mk
trunk/absroot/bin/ControlModule/objects.mk
created
10644
+7
0
@@
-0,0
+1,7
1
################################################################################
2
# Automatically-generated file. Do not edit!
3
################################################################################
4
5
USER_OBJS :=
6
7
LIBS := -lm
0
trunk/absroot/bin/ControlModule/sources.mk
trunk/absroot/bin/ControlModule/sources.mk
created
10644
+17
0
@@
-0,0
+1,17
1
################################################################################
2
# Automatically-generated file. Do not edit!
3
################################################################################
4
5
O_SRCS :=
6
C_SRCS :=
7
S_SRCS :=
8
OBJ_SRCS :=
9
ASM_SRCS :=
10
OBJS :=
11
C_DEPS :=
12
EXECUTABLES :=
13
14
# Every subdirectory with source files must be described here
15
SUBDIRS := \
16
. \
17
0
trunk/absroot/bin/ControlModule/subdir.mk
trunk/absroot/bin/ControlModule/subdir.mk
created
10644
+33
0
@@
-0,0
+1,33
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
../ServidorTCP.c \
8
../at91adc.c \
9
../at91gpio.c \
10
../at91sysclock.c
11
12
OBJS += \
13
./ServidorTCP.o \
14
./at91adc.o \
15
./at91gpio.o \
16
./at91sysclock.o
17
18
C_DEPS += \
19
./ServidorTCP.d \
20
./at91adc.d \
21
./at91gpio.d \
22
./at91sysclock.d
23
24
25
# Each subdirectory must supply rules for building sources it contributes
26
%.o : ../%. c
27
@echo 'Building file: $<'
28
@echo 'Invoking: GCC C Compiler'
29
arm-unknown-linux-gnu-gcc -O3 -Wall -c -fmessage-length = 0 -MMD -MP -MF " $( @:%.o = %.d ) " -MT " $( @:%.o = %.d ) " -o " $@ " " $ <"
30
@echo 'Finished building: $<'
31
@echo ' '
32
33
0
trunk/absroot/bin/ControlModule/tcp_Control_Module
trunk/absroot/bin/ControlModule/tcp_Control_Module
created
10644
0
0
1
NO CONTENT: new file 10644
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages