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