Subversion Repositories HomeAutomation

Rev

Rev 171 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 171 Rev 187
Line 68... Line 68...
68
		$(LIBDIR)mcu/serial.c\
68
		$(LIBDIR)mcu/serial.c\
69
		$(LIBDIR)mcu/uart.c\
69
		$(LIBDIR)mcu/uart.c\
70
		$(LIBDIR)mcu/timebase.c\
70
		$(LIBDIR)mcu/timebase.c\
71
		$(LIBDIR)can/can.c\
71
		$(LIBDIR)can/can.c\
72
		$(LIBDIR)can/mcp2515/mcp2515.c\
72
		$(LIBDIR)can/mcp2515/mcp2515.c\
-
 
73
		$(LIBDIR)temperature/tc1047/tc1047.c\
73
 
74
 
74
# List Assembler source files here.
75
# List Assembler source files here.
75
# Make them always end in a capital .S.  Files ending in a lowercase .s
76
# Make them always end in a capital .S.  Files ending in a lowercase .s
76
# will not be considered source files but generated files (assembler
77
# will not be considered source files but generated files (assembler
77
# output from the compiler), and will be deleted upon "make clean"!
78
# output from the compiler), and will be deleted upon "make clean"!
Line 93... Line 94...
93
#DEBUG = stabs
94
#DEBUG = stabs
94
DEBUG = dwarf-2
95
DEBUG = dwarf-2
95
 
96
 
96
# List any extra directories to look for include files here.
97
# List any extra directories to look for include files here.
97
#     Each directory must be seperated by a space.
98
#     Each directory must be seperated by a space.
98
EXTRAINCDIRS = $(LIBDIR)/can $(LIBDIR)/can/mcp2515 $(LIBDIR)/mcu $(LIBDIR)/lcd $(LIBDIR)/../funcdefs
99
EXTRAINCDIRS = $(LIBDIR)/can $(LIBDIR)/can/mcp2515 $(LIBDIR)/mcu $(LIBDIR)/lcd $(LIBDIR)/../funcdefs $(LIBDIR)/temperature/tc1047 
99
 
100
 
100
# Compiler flag to set the C Standard level.
101
# Compiler flag to set the C Standard level.
101
# c89   - "ANSI" C
102
# c89   - "ANSI" C
102
# gnu89 - c89 plus GCC extensions
103
# gnu89 - c89 plus GCC extensions
103
# c99   - ISO C99 standard (not yet fully implemented)
104
# c99   - ISO C99 standard (not yet fully implemented)