Split the mk file in two files: one for the user, the other, created by the wizard.
[bertos.git] / wizard / mktemplates / template.mk
1 #
2 # Copyright 2009 Develer S.r.l. (http://www.develer.com/)
3 # All rights reserved.
4 #
5 # Makefile template for BeRTOS wizard.
6 #
7 # Author: Lorenzo Berni <duplo@develer.com>
8 #
9 #
10
11 # Include the mk file generated by the wizard
12 include $pname/$pname_wiz.mk
13
14 # Files included by the user.
15 $pname_USER_CSRC = \
16         $main \
17         #
18
19 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
20 $pname_CSRC = $($pname_WIZARD_CSRC) $($pname_USER_CSRC)
21
22 # Files included by the user.
23 $pname_USER_PCSRC = \
24         #
25
26 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
27 $pname_PCSRC = $($pname_WIZARD_PCSRC) $($pname_USER_PCSRC)
28
29 # Files included by the user.
30 $pname_USER_CPPASRC = \
31         #
32
33 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
34 $pname_CPPASRC = $($pname_WIZARD_CPPASRC) $($pname_USER_CPPASRC)
35
36 # Files included by the user.
37 $pname_USER_CXXSRC = \
38         #
39
40 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
41 $pname_CXXSRC = $($pname_WIZARD_CXXSRC) $($pname_USER_CXXSRC)
42
43 # Files included by the user.
44 $pname_USER_ASRC = \
45         #
46
47 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
48 $pname_ASRC = $($pname_WIZARD_ASRC) $($pname_USER_ASRC)
49