2 # Copyright 2009 Develer S.r.l. (http://www.develer.com/)
5 # Makefile template for BeRTOS wizard.
7 # Author: Lorenzo Berni <duplo@develer.com>
11 # Constants automatically defined by the selected modules
14 # Our target application
17 $pname_PREFIX = "$prefix"
19 $pname_SUFFIX = "$suffix"
21 $pname_$cpuflag = $cpuname
23 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_CSRC INSTEAD!
24 $pname_WIZARD_CSRC = \
28 # Files included by the user.
33 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
34 $pname_CSRC = $($pname_WIZARD_CSRC) $($pname_USER_CSRC)
36 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_PCSRC INSTEAD!
37 $pname_WIZARD_PCSRC = \
41 # Files included by the user.
45 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
46 $pname_PCSRC = $($pname_WIZARD_PCSRC) $($pname_USER_PCSRC)
48 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_CPPASRC INSTEAD!
49 $pname_WIZARD_CPPASRC = \
53 # Files included by the user.
54 $pname_USER_CPPASRC = \
57 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
58 $pname_CPPASRC = $($pname_WIZARD_CPPASRC) $($pname_USER_CPPASRC)
60 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_CXXSRC INSTEAD!
61 $pname_WIZARD_CXXSRC = \
65 # Files included by the user.
66 $pname_USER_CXXSRC = \
69 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
70 $pname_CXXSRC = $($pname_WIZARD_CXXSRC) $($pname_USER_CXXSRC)
72 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_ASRC INSTEAD!
73 $pname_WIZARD_ASRC = \
77 # Files included by the user.
81 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
82 $pname_ASRC = $($pname_WIZARD_ASRC) $($pname_USER_ASRC)
84 $pname_CFLAGS = $cflags
85 $pname_LDFLAGS = $ldflags
86 $pname_CPPFLAGS = -D'CPU_FREQ=($cpuclockfreqUL)' $cppflags -I$pname/
87 $pname_CPPAFLAGS = $cppaflags
88 $pname_CXXFLAGS = $cxxflags
89 $pname_ASFLAGS = $asflags
90 $pname_ARFLAGS = $arflags