2 # Translator from Modelica 2.x to flat Modelica
4 # Copyright (C) 2005 2007 Imagine S.A.
5 # For more information or commercial use please contact us at www.amesim.com
7 # This program is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU General Public License
9 # as published by the Free Software Foundation; either version 2
10 # of the License, or (at your option) any later version.
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, write to the Free Software
19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
27 $(MAKE) opt RELEASE=yes
30 $(MAKE) bytecode RELEASE=no
33 $(MAKE) depends RELEASE=yes
36 cd parsing ; $(MAKE) depend
37 cd compilation ; $(MAKE) depend
38 cd instantiation ; $(MAKE) depend
39 cd exceptionHandling ; $(MAKE) depend
40 cd translation ; $(MAKE) depend
44 cd parsing ; $(MAKE) opt RELEASE=$(RELEASE)
45 cd compilation ; $(MAKE) opt RELEASE=$(RELEASE)
46 cd instantiation ; $(MAKE) opt RELEASE=$(RELEASE)
47 cd exceptionHandling ; $(MAKE) opt RELEASE=$(RELEASE)
48 cd translation ; $(MAKE) opt RELEASE=$(RELEASE)
52 cd parsing ; $(MAKE) bytecode RELEASE=$(RELEASE)
53 cd compilation ; $(MAKE) bytecode RELEASE=$(RELEASE)
54 cd instantiation ; $(MAKE) bytecode RELEASE=$(RELEASE)
55 cd exceptionHandling ; $(MAKE) bytecode RELEASE=$(RELEASE)
56 cd translation ; $(MAKE) custom RELEASE=$(RELEASE)
60 cd parsing ; $(MAKE) bytecode RELEASE=$(RELEASE)
61 cd compilation ; $(MAKE) bytecode RELEASE=$(RELEASE)
62 cd instantiation ; $(MAKE) bytecode RELEASE=$(RELEASE)
63 cd exceptionHandling ; $(MAKE) bytecode RELEASE=$(RELEASE)
64 cd translation ; $(MAKE) bytecode RELEASE=$(RELEASE)
67 cd parsing ; $(MAKE) clean
68 cd compilation ; $(MAKE) clean
69 cd instantiation ; $(MAKE) clean
70 cd exceptionHandling ; $(MAKE) clean
71 cd translation ; $(MAKE) clean