Move unpack lwip ip address macro to macros module.
[bertos.git] / examples / test / avrtest.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the avrtest_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 avrtest_DEBUG = 1
8
9
10 # Our target application
11 TRG += avrtest
12
13 avrtest_PREFIX = "avr-"
14
15 avrtest_SUFFIX = ""
16
17 avrtest_SRC_PATH = examples/test
18
19 avrtest_HW_PATH = bertos/hw
20
21 # Files automatically generated by the wizard. DO NOT EDIT, USE avrtest_USER_CSRC INSTEAD!
22 avrtest_WIZARD_CSRC = \
23          \
24         #
25
26 # Files automatically generated by the wizard. DO NOT EDIT, USE avrtest_USER_PCSRC INSTEAD!
27 avrtest_WIZARD_PCSRC = \
28          \
29         #
30
31 # Files automatically generated by the wizard. DO NOT EDIT, USE avrtest_USER_CPPASRC INSTEAD!
32 avrtest_WIZARD_CPPASRC = \
33          \
34         #
35
36 # Files automatically generated by the wizard. DO NOT EDIT, USE avrtest_USER_CXXSRC INSTEAD!
37 avrtest_WIZARD_CXXSRC = \
38          \
39         #
40
41 # Files automatically generated by the wizard. DO NOT EDIT, USE avrtest_USER_ASRC INSTEAD!
42 avrtest_WIZARD_ASRC = \
43          \
44         #
45
46 avrtest_CPPFLAGS = -D'CPU_FREQ=(8000000UL)' -D'ARCH=(ARCH_NIGHTTEST)' -D'WIZ_AUTOGEN' -I$(avrtest_HW_PATH) -I$(avrtest_SRC_PATH) $(avrtest_CPU_CPPFLAGS) $(avrtest_USER_CPPFLAGS)
47
48 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
49 avrtest_LDFLAGS = $(avrtest_CPU_LDFLAGS) $(avrtest_WIZARD_LDFLAGS) $(avrtest_USER_LDFLAGS)
50
51 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
52 avrtest_CPPAFLAGS = $(avrtest_CPU_CPPAFLAGS) $(avrtest_WIZARD_CPPAFLAGS) $(avrtest_USER_CPPAFLAGS)
53
54 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
55 avrtest_CSRC = $(avrtest_CPU_CSRC) $(avrtest_WIZARD_CSRC) $(avrtest_USER_CSRC)
56
57 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
58 avrtest_PCSRC = $(avrtest_CPU_PCSRC) $(avrtest_WIZARD_PCSRC) $(avrtest_USER_PCSRC)
59
60 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
61 avrtest_CPPASRC = $(avrtest_CPU_CPPASRC) $(avrtest_WIZARD_CPPASRC) $(avrtest_USER_CPPASRC)
62
63 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
64 avrtest_CXXSRC = $(avrtest_CPU_CXXSRC) $(avrtest_WIZARD_CXXSRC) $(avrtest_USER_CXXSRC)
65
66 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
67 avrtest_ASRC = $(avrtest_CPU_ASRC) $(avrtest_WIZARD_ASRC) $(avrtest_USER_ASRC)
68
69 # CPU specific flags and options, defined in the CPU definition files.
70 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
71 avrtest_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh
72 avrtest_PROGRAMMER_CPU = atmega64
73 avrtest_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh
74 avrtest_MCU = atmega64
75 avrtest_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh
76 avrtest_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh
77 avrtest_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/
78
79 include $(avrtest_SRC_PATH)/avrtest_user.mk