Fix wizard flag.
[bertos.git] / wizard / mktemplates / template.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the $pname_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 $constants
8
9 # Our target application
10 TRG += $pname
11
12 $pname_PREFIX = "$prefix"
13
14 $pname_SUFFIX = "$suffix"
15
16 $pname_SRC_PATH = $ppath
17
18 $pname_HW_PATH = $hwpath
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_CSRC INSTEAD!
21 $pname_WIZARD_CSRC = \
22         $csrc
23         #
24
25 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_PCSRC INSTEAD!
26 $pname_WIZARD_PCSRC = \
27         $pcsrc
28         #
29
30 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_CPPASRC INSTEAD!
31 $pname_WIZARD_CPPASRC = \
32         $cppasrc
33         #
34
35 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_CXXSRC INSTEAD!
36 $pname_WIZARD_CXXSRC = \
37         $cxxsrc
38         #
39
40 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_ASRC INSTEAD!
41 $pname_WIZARD_ASRC = \
42         $asrc
43         #
44
45 $pname_CPPFLAGS = -D'CPU_FREQ=($cpuclockfreqUL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$($pname_HW_PATH) -I$($pname_SRC_PATH) $($pname_CPU_CPPFLAGS) $($pname_USER_CPPFLAGS)
46
47 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
48 $pname_LDFLAGS = $($pname_CPU_LDFLAGS) $($pname_WIZARD_LDFLAGS) $($pname_USER_LDFLAGS)
49
50 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
51 $pname_CPPAFLAGS = $($pname_CPU_CPPAFLAGS) $($pname_WIZARD_CPPAFLAGS) $($pname_USER_CPPAFLAGS)
52
53 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
54 $pname_CSRC = $($pname_CPU_CSRC) $($pname_WIZARD_CSRC) $($pname_USER_CSRC)
55
56 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
57 $pname_PCSRC = $($pname_CPU_PCSRC) $($pname_WIZARD_PCSRC) $($pname_USER_PCSRC)
58
59 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
60 $pname_CPPASRC = $($pname_CPU_CPPASRC) $($pname_WIZARD_CPPASRC) $($pname_USER_CPPASRC)
61
62 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
63 $pname_CXXSRC = $($pname_CPU_CXXSRC) $($pname_WIZARD_CXXSRC) $($pname_USER_CXXSRC)
64
65 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
66 $pname_ASRC = $($pname_CPU_ASRC) $($pname_WIZARD_ASRC) $($pname_USER_ASRC)
67
68 # CPU specific flags and options, defined in the CPU definition files.
69 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
70 $cpuparameters
71
72 include $($pname_SRC_PATH)/$pname_user.mk