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)
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
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
39 rm -f
$(vpidir32
)/cadpli.vpl