3 # Edit this file to change compiler options and related stuff.
6 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
7 arduino_aprs_PROGRAMMER_TYPE = none
8 arduino_aprs_PROGRAMMER_PORT = none
10 # Files included by the user.
11 arduino_aprs_USER_CSRC = \
12 $(arduino_aprs_SRC_PATH)/main.c \
13 $(arduino_aprs_HW_PATH)/hw/hw_afsk.c \
16 # Files included by the user.
17 arduino_aprs_USER_PCSRC = \
20 # Files included by the user.
21 arduino_aprs_USER_CPPASRC = \
24 # Files included by the user.
25 arduino_aprs_USER_CXXSRC = \
28 # Files included by the user.
29 arduino_aprs_USER_ASRC = \
32 # Flags included by the user.
33 arduino_aprs_USER_LDFLAGS = \
36 # Flags included by the user.
37 arduino_aprs_USER_CPPAFLAGS = \
40 # Flags included by the user.
41 arduino_aprs_USER_CPPFLAGS = \
42 -fno-strict-aliasing \