mbkvhdlg doit etre en dernier dans la liste des librairies mbk
This commit is contained in:
parent
2b4368479a
commit
7f2ea98a2c
|
@ -25,7 +25,7 @@ dnl Almost ten years since I wrote this stuff, I just can't
|
|||
dnl believe it
|
||||
dnl Date : 01/02/2002
|
||||
dnl Author : Frederic Petrot <Frederic.Petrot@lip6.fr>
|
||||
dnl $Id: configure.in,v 1.18 2002/04/18 15:31:29 ludo Exp $
|
||||
dnl $Id: configure.in,v 1.19 2002/04/26 11:43:52 ludo Exp $
|
||||
dnl
|
||||
dnl
|
||||
AC_INIT(./configure.in)
|
||||
|
@ -38,7 +38,9 @@ changequote(,)dnl
|
|||
# compiled and installed prior to the tools
|
||||
# Add in the following variable the library name (or part of it, as a
|
||||
# match is performed) that you what to compile prior to anything
|
||||
libraries="\<mbk aut \<rds elp abl bdd log btr vex ctl abe abt abv fsm fks fvh ftl rtn rtd scl vbh vbl vpn vpd vvh vtl pat ppt phl gcp druc beh bhl bvl"
|
||||
|
||||
|
||||
libraries="mbk mbkal mbkap mbkedif mbkhilo mbkmg mbkspice mbkvhdl mbkvrlog mbkvti mbkvhdlg aut \<rds elp abl bdd log btr vex ctl abe abt abv fsm fks fvh ftl rtn rtd scl vbh vbl vpn vpd vvh vtl pat ppt phl gcp druc beh bhl bvl"
|
||||
dirs=`\ls -l $srcdir | grep '^d' | awk '{print $NF}'`
|
||||
for l in $libraries ; do
|
||||
for i in $dirs ; do
|
||||
|
|
Loading…
Reference in New Issue