Rev 207 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 207 | Rev 214 | ||
|---|---|---|---|
| Line 69... | Line 69... | ||
| 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 | $(LIBDIR)temperature/tc1047/tc1047.c\ |
| - | 74 | $(LIBDIR)electromechanic/rc_servo.c |
|
| 74 | 75 | ||
| 75 | # List Assembler source files here. |
76 | # List Assembler source files here. |
| 76 | # Make them always end in a capital .S. Files ending in a lowercase .s |
77 | # Make them always end in a capital .S. Files ending in a lowercase .s |
| 77 | # will not be considered source files but generated files (assembler |
78 | # will not be considered source files but generated files (assembler |
| 78 | # output from the compiler), and will be deleted upon "make clean"! |
79 | # output from the compiler), and will be deleted upon "make clean"! |
| Line 94... | Line 95... | ||
| 94 | #DEBUG = stabs |
95 | #DEBUG = stabs |
| 95 | DEBUG = dwarf-2 |
96 | DEBUG = dwarf-2 |
| 96 | 97 | ||
| 97 | # List any extra directories to look for include files here. |
98 | # List any extra directories to look for include files here. |
| 98 | # Each directory must be seperated by a space. |
99 | # Each directory must be seperated by a space. |
| 99 | EXTRAINCDIRS = $(LIBDIR)/can $(LIBDIR)/can/mcp2515 $(LIBDIR)/mcu $(LIBDIR)/lcd $(LIBDIR)/../funcdefs $(LIBDIR)/temperature/tc1047 |
100 | EXTRAINCDIRS = $(LIBDIR)/can $(LIBDIR)/can/mcp2515 $(LIBDIR)/mcu $(LIBDIR)/lcd $(LIBDIR)/../funcdefs $(LIBDIR)/temperature/tc1047 $(LIBDIR)/electromechanic |
| 100 | 101 | ||
| 101 | # Compiler flag to set the C Standard level. |
102 | # Compiler flag to set the C Standard level. |
| 102 | # c89 - "ANSI" C |
103 | # c89 - "ANSI" C |
| 103 | # gnu89 - c89 plus GCC extensions |
104 | # gnu89 - c89 plus GCC extensions |
| 104 | # c99 - ISO C99 standard (not yet fully implemented) |
105 | # c99 - ISO C99 standard (not yet fully implemented) |