Cygwin doesnot need driver-vpi sibdirectory.
This commit is contained in:
parent
751e4e4c79
commit
2001903c89
|
|
@ -16,7 +16,7 @@
|
||||||
# 59 Temple Place - Suite 330
|
# 59 Temple Place - Suite 330
|
||||||
# Boston, MA 02111-1307, USA
|
# Boston, MA 02111-1307, USA
|
||||||
#
|
#
|
||||||
#ident "$Id: Makefile.in,v 1.137 2002/11/13 01:50:11 steve Exp $"
|
#ident "$Id: Makefile.in,v 1.138 2002/11/24 02:27:28 steve Exp $"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
|
@ -83,7 +83,10 @@ all: dosify.exe
|
||||||
dosify.exe: dosify.c
|
dosify.exe: dosify.c
|
||||||
$(CC) -o dosify.exe dosify.c
|
$(CC) -o dosify.exe dosify.c
|
||||||
|
|
||||||
|
ifeq (@MINGW32@,yes)
|
||||||
SUBDIRS += driver-vpi
|
SUBDIRS += driver-vpi
|
||||||
|
endif
|
||||||
|
|
||||||
else
|
else
|
||||||
all: iverilog-vpi
|
all: iverilog-vpi
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
|
|
@ -190,6 +190,8 @@ if test "$CYGWIN" = "yes" -o "$MINGW32" = "yes"
|
||||||
then
|
then
|
||||||
WIN32=yes
|
WIN32=yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_SUBST(MINGW32)
|
||||||
AC_SUBST(WIN32)
|
AC_SUBST(WIN32)
|
||||||
AC_MSG_RESULT($WIN32)
|
AC_MSG_RESULT($WIN32)
|
||||||
AC_SUBST(EXEEXT)
|
AC_SUBST(EXEEXT)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue