source: trunk/IPs/systemC/processor/Morpheo/Behavioural/include_mkf/mkf_as.info @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 1.2 KB
Line 
1#    This file is part of MKF.
2#
3#    MKF is free software; you can redistribute it and/or modify
4#    it under the terms of the GNU General Public License as published by
5#    the Free Software Foundation; either version 2 of the License, or
6#    (at your option) any later version.
7#
8#    MKF is distributed in the hope that it will be useful,
9#    but WITHOUT ANY WARRANTY; without even the implied warranty of
10#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11#    GNU General Public License for more details.
12#
13#    You should have received a copy of the GNU General Public License
14#    along with MKF; if not, write to the Free Software
15#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16#
17#    Copyright (c) 2004 Alexandre Becoulet <alexandre.becoulet@epita.fr>
18
19_if_var_eq              cmd_as
20 var_define             cmd_as  as
21_end_if
22
23_if_in_path             {PVAR,cmd_as}
24
25 msg_info               GNU as ({PVAR,cmd_as}) found
26 var_define             use_as  as
27
28 _if_var_eq             mkf_pretty_print        yes
29  command_add           s       o       echo "   AS               {SRC,.*\.s} -> {OUT}"
30 _end_if
31 command_add            s       o       {JVAR,cmd_as} -o {OUT} {JVAR,opt_as} {SRC,.*\.s}
32
33_else
34
35  msg_error             can't find as tool
36_end_if
37
Note: See TracBrowser for help on using the repository browser.