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
25 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_CSRC INSTEAD!
26 $pname_WIZARD_CSRC = \
30 # Files included by the user.
35 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
36 $pname_CSRC = $($pname_WIZARD_CSRC) $($pname_USER_CSRC)
38 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_PCSRC INSTEAD!
39 $pname_WIZARD_PCSRC = \
43 # Files included by the user.
47 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
48 $pname_PCSRC = $($pname_WIZARD_PCSRC) $($pname_USER_PCSRC)
50 # Files automatically generated by the wizard. DO NOT EDIT, USE $pname_USER_CPPASRC INSTEAD!
51 $pname_WIZARD_CPPASRC = \
55 # Files included by the user.
56 $pname_USER_CPPASRC = \
59 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
60 $pname_CPPASRC = $($pname_WIZARD_CPPASRC) $($pname_USER_CPPASRC)
62 $pname_CFLAGS = $cflags
63 $pname_LDFLAGS = $ldflags