Fix problems with older BeRTOS versions.
[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 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_CSRC INSTEAD!
17 $pname_WIZARD_CSRC = \
18         $csrc
19         #
20
21 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_PCSRC INSTEAD!
22 $pname_WIZARD_PCSRC = \
23         $pcsrc
24         #
25
26 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_CPPASRC INSTEAD!
27 $pname_WIZARD_CPPASRC = \
28         $cppasrc
29         #
30
31 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_CXXSRC INSTEAD!
32 $pname_WIZARD_CXXSRC = \
33         $cxxsrc
34         #
35
36 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_ASRC INSTEAD!
37 $pname_WIZARD_ASRC = \
38         $asrc
39         #
40
41 $pname_CPPFLAGS = -D'CPU_FREQ=($cpuclockfreqUL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$pname/ $($pname_CPU_CPPFLAGS) $($pname_USER_CPPFLAGS)
42
43 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
44 $pname_LDFLAGS = $($pname_CPU_LDFLAGS) $($pname_WIZARD_LDFLAGS) $($pname_USER_LDFLAGS)
45
46 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
47 $pname_CPPAFLAGS = $($pname_CPU_CPPAFLAGS) $($pname_WIZARD_CPPAFLAGS) $($pname_USER_CPPAFLAGS)
48
49 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
50 $pname_CSRC = $($pname_CPU_CSRC) $($pname_WIZARD_CSRC) $($pname_USER_CSRC)
51
52 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
53 $pname_PCSRC = $($pname_CPU_PCSRC) $($pname_WIZARD_PCSRC) $($pname_USER_PCSRC)
54
55 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
56 $pname_CPPASRC = $($pname_CPU_CPPASRC) $($pname_WIZARD_CPPASRC) $($pname_USER_CPPASRC)
57
58 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
59 $pname_CXXSRC = $($pname_CPU_CXXSRC) $($pname_WIZARD_CXXSRC) $($pname_USER_CXXSRC)
60
61 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
62 $pname_ASRC = $($pname_CPU_ASRC) $($pname_WIZARD_ASRC) $($pname_USER_ASRC)
63
64 # CPU specific flags and options, defined in the CPU definition files.
65 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
66 $cpuparameters
67
68 include $ppath/$pname_user.mk