Make %t with real values use specified width if given.
[iverilog.git] / cadpli / enable_vvp32.mk
blobf39aa6d75f6ff132f05e0a073368e70af522dc3e
2 # This source code is free software; you can redistribute it
3 # and/or modify it in source code form under the terms of the GNU
4 # Library General Public License as published by the Free Software
5 # Foundation; either version 2 of the License, or (at your option)
6 # any later version.
8 # This program 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 Library General Public License for more details.
13 # You should have received a copy of the GNU Library General Public
14 # License along with this program; if not, write to the Free
15 # Software Foundation, Inc.,
16 # 59 Temple Place - Suite 330
17 # Boston, MA 02111-1307, USA
19 #ident "$Id: enable_vvp32.mk,v 1.1 2003/10/09 01:07:20 steve Exp $"
22 all32: bin32 bin32/cadpli.vpl
24 bin32:
25 mkdir bin32
27 bin32/%.o: %.c
28 $(CC) -m32 -Wall -I$(srcdir) -I$(srcdir)/.. $(CPPFLAGS) $(CFLAGS) -MD -c $< -o $@
30 bin32/cadpli.vpl: $(addprefix bin32/,$O) ../vvp/bin32/libvpi.a ../libveriuser/bin32/libveriuser.o
31 $(CC) $(SHARED) -m32 -o $@ $(addprefix bin32/,$O) ../libveriuser/bin32/libveriuser.o ../vvp/bin32/libvpi.a
33 install32: all32 $(vpidir32)/cadpli.vpl
35 $(vpidir32)/cadpli.vpl: bin32/cadpli.vpl
36 $(INSTALL_PROGRAM) bin32/cadpli.vpl $(vpidir32)/cadpli.vpl
38 uninstall32:
39 rm -f $(vpidir32)/cadpli.vpl