Subversion Repositories HomeAutomation

Rev

Rev 478 | Rev 563 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 478 Rev 496
Line 38... Line 38...
38
#DEBUG = dwarf-2
38
#DEBUG = dwarf-2
39
 
39
 
40
# List any extra directories to look for include files here.
40
# List any extra directories to look for include files here.
41
#     Each directory must be seperated by a space.
41
#     Each directory must be seperated by a space.
42
EXTRAINCDIRS = $(LIBDIR)\
42
EXTRAINCDIRS = $(LIBDIR)\
43
		$(LIBDIR)/funcdefs\
-
 
44
		$(LIBDIR)/drivers/actuator/rc-servo\
-
 
45
		$(LIBDIR)/drivers/sensor/tc1047\
-
 
46
 
43
 
47
# Compiler flag to set the C Standard level.
44
# Compiler flag to set the C Standard level.
48
# c89   - "ANSI" C
45
# c89   - "ANSI" C
49
# gnu89 - c89 plus GCC extensions
46
# gnu89 - c89 plus GCC extensions
50
# c99   - ISO C99 standard (not yet fully implemented)
47
# c99   - ISO C99 standard (not yet fully implemented)