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