Fix kfile.c source include to allow the developers to build preset inside bertos.
[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         bertos/io/kfile.c \
23         bertos/cpu/avr/drv/timer_avr.c \
24         bertos/net/afsk.c \
25         bertos/net/ax25.c \
26         bertos/mware/formatwr.c \
27         bertos/algo/crc_ccitt.c \
28         bertos/drv/timer.c \
29         bertos/mware/event.c \
30         bertos/cpu/avr/drv/ser_avr.c \
31         bertos/drv/ser.c \
32         bertos/mware/hex.c \
33         #
34
35 # Files automatically generated by the wizard. DO NOT EDIT, USE aprs_USER_PCSRC INSTEAD!
36 aprs_WIZARD_PCSRC = \
37         bertos/mware/formatwr.c \
38         #
39
40 # Files automatically generated by the wizard. DO NOT EDIT, USE aprs_USER_CPPASRC INSTEAD!
41 aprs_WIZARD_CPPASRC = \
42          \
43         #
44
45 # Files automatically generated by the wizard. DO NOT EDIT, USE aprs_USER_CXXSRC INSTEAD!
46 aprs_WIZARD_CXXSRC = \
47          \
48         #
49
50 # Files automatically generated by the wizard. DO NOT EDIT, USE aprs_USER_ASRC INSTEAD!
51 aprs_WIZARD_ASRC = \
52          \
53         #
54
55 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)
56
57 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
58 aprs_LDFLAGS = $(aprs_CPU_LDFLAGS) $(aprs_WIZARD_LDFLAGS) $(aprs_USER_LDFLAGS)
59
60 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
61 aprs_CPPAFLAGS = $(aprs_CPU_CPPAFLAGS) $(aprs_WIZARD_CPPAFLAGS) $(aprs_USER_CPPAFLAGS)
62
63 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
64 aprs_CSRC = $(aprs_CPU_CSRC) $(aprs_WIZARD_CSRC) $(aprs_USER_CSRC)
65
66 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
67 aprs_PCSRC = $(aprs_CPU_PCSRC) $(aprs_WIZARD_PCSRC) $(aprs_USER_PCSRC)
68
69 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
70 aprs_CPPASRC = $(aprs_CPU_CPPASRC) $(aprs_WIZARD_CPPASRC) $(aprs_USER_CPPASRC)
71
72 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
73 aprs_CXXSRC = $(aprs_CPU_CXXSRC) $(aprs_WIZARD_CXXSRC) $(aprs_USER_CXXSRC)
74
75 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
76 aprs_ASRC = $(aprs_CPU_ASRC) $(aprs_WIZARD_ASRC) $(aprs_USER_ASRC)
77
78 # CPU specific flags and options, defined in the CPU definition files.
79 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
80 aprs_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh
81 aprs_PROGRAMMER_CPU = atmega328p
82 aprs_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh
83 aprs_MCU = atmega328p
84 aprs_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh
85 aprs_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh
86 aprs_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/
87
88 include $(aprs_SRC_PATH)/aprs_user.mk