850dd90b6a3607bf6178dcf060521aa2c0d7c958
[bertos.git] / boards / arduino / examples / aprs / aprs.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the aprs_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 aprs_DEBUG = 1
8
9 # Our target application
10 TRG += aprs
11
12 aprs_PREFIX = "avr-"
13
14 aprs_SUFFIX = ""
15
16 aprs_SRC_PATH = boards/arduino/examples/aprs
17
18 aprs_HW_PATH = boards/arduino
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE aprs_USER_CSRC INSTEAD!
21 aprs_WIZARD_CSRC = \
22         aprs/hw/hw_afsk.c \
23         bertos/kern/kfile.c \
24         bertos/cpu/avr/drv/timer_avr.c \
25         bertos/net/afsk.c \
26         bertos/net/ax25.c \
27         bertos/mware/formatwr.c \
28         bertos/algo/crc_ccitt.c \
29         bertos/drv/timer.c \
30         bertos/mware/event.c \
31         bertos/cpu/avr/drv/ser_avr.c \
32         bertos/drv/ser.c \
33         bertos/mware/hex.c \
34         #
35
36 # Files automatically generated by the wizard. DO NOT EDIT, USE aprs_USER_PCSRC INSTEAD!
37 aprs_WIZARD_PCSRC = \
38         bertos/mware/formatwr.c \
39         #
40
41 # Files automatically generated by the wizard. DO NOT EDIT, USE aprs_USER_CPPASRC INSTEAD!
42 aprs_WIZARD_CPPASRC = \
43          \
44         #
45
46 # Files automatically generated by the wizard. DO NOT EDIT, USE aprs_USER_CXXSRC INSTEAD!
47 aprs_WIZARD_CXXSRC = \
48          \
49         #
50
51 # Files automatically generated by the wizard. DO NOT EDIT, USE aprs_USER_ASRC INSTEAD!
52 aprs_WIZARD_ASRC = \
53          \
54         #
55
56 aprs_CPPFLAGS = -D'CPU_FREQ=(16000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(aprs_HW_PATH) -I$(aprs_SRC_PATH) $(aprs_CPU_CPPFLAGS) $(aprs_USER_CPPFLAGS)
57
58 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
59 aprs_LDFLAGS = $(aprs_CPU_LDFLAGS) $(aprs_WIZARD_LDFLAGS) $(aprs_USER_LDFLAGS)
60
61 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
62 aprs_CPPAFLAGS = $(aprs_CPU_CPPAFLAGS) $(aprs_WIZARD_CPPAFLAGS) $(aprs_USER_CPPAFLAGS)
63
64 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
65 aprs_CSRC = $(aprs_CPU_CSRC) $(aprs_WIZARD_CSRC) $(aprs_USER_CSRC)
66
67 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
68 aprs_PCSRC = $(aprs_CPU_PCSRC) $(aprs_WIZARD_PCSRC) $(aprs_USER_PCSRC)
69
70 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
71 aprs_CPPASRC = $(aprs_CPU_CPPASRC) $(aprs_WIZARD_CPPASRC) $(aprs_USER_CPPASRC)
72
73 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
74 aprs_CXXSRC = $(aprs_CPU_CXXSRC) $(aprs_WIZARD_CXXSRC) $(aprs_USER_CXXSRC)
75
76 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
77 aprs_ASRC = $(aprs_CPU_ASRC) $(aprs_WIZARD_ASRC) $(aprs_USER_ASRC)
78
79 # CPU specific flags and options, defined in the CPU definition files.
80 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
81 aprs_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh
82 aprs_PROGRAMMER_CPU = atmega328p
83 aprs_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh
84 aprs_MCU = atmega328p
85 aprs_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh
86 aprs_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh
87 aprs_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/
88
89 include $(aprs_SRC_PATH)/aprs_user.mk