bientot une 4.9
This commit is contained in:
parent
de4ee9051d
commit
a3e620520e
File diff suppressed because it is too large
Load Diff
|
@ -6,14 +6,14 @@
|
|||
# Copyright (C) 1997, 2000 Czo <Olivier.Sirol@lip6.fr>
|
||||
# License: GPL (http://www.gnu.org/copyleft/gpl.html)
|
||||
# Started: Feb 1997
|
||||
# Last Change: Thursday 24 January 2002, 16:43
|
||||
# Edit Time: 5:33:45
|
||||
# Last Change: Tuesday 12 February 2002, 17:03
|
||||
# Edit Time: 5:34:12
|
||||
# Description: Alliance CAD system configure.in
|
||||
#
|
||||
# $Id: configure.in,v 1.26 2002/01/24 15:45:29 czo Exp $
|
||||
# $Id: configure.in,v 1.27 2002/02/12 16:12:19 czo Exp $
|
||||
#
|
||||
|
||||
AC_REVISION($Revision: 1.26 $)dnl
|
||||
AC_REVISION($Revision: 1.27 $)dnl
|
||||
|
||||
AC_INIT(configure.in)
|
||||
|
||||
|
@ -21,6 +21,8 @@ AC_PREFIX_DEFAULT(/usr/local/alliance)
|
|||
|
||||
# Helps this script to run in bad configured env...
|
||||
|
||||
PATH=/usr/local/gcc-2.95.2:$PATH
|
||||
|
||||
#PATH=$PATH:/bin:/usr/bin:/usr/local/bin:/labo/TeX/teTeX/bin:/labo/X11R6/bin:/labo/X11r5/bin:/labo/bin:/labo/gnu/bin:/sbin:/user/local/bin:/usr/X11/bin:/usr/X11R6/bin:/usr/andrew/bin:/usr/bin/X11:/usr/bin/games:/usr/bin:/usr/ccs/bin:/usr/dt/bin:/usr/etc:/usr/games:/usr/lib/teTeX/bin:/usr/local/bin:/usr/local/games:/usr/openwin/bin:/usr/sbin:/usr/ucb/bin:/usr/ucb:/usr/xpg4/bin
|
||||
|
||||
#LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib:/usr/local/lib:/labo/gnu/lib:/labo/X11R6/lib:/usr/lib/X11:/labo/X11r5/lib:/usr/X11R6.3/lib
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
a virer !!!!!
|
||||
mais cmos_12.dreal
|
||||
n'existe pas
|
||||
|
||||
cmos_10.rds
|
||||
cmos_11.genview
|
||||
cmos_11.graal
|
||||
cmos_11.rds
|
||||
cmos_7.dreal
|
||||
cmos_7.genview
|
||||
cmos_7.graal
|
||||
cmos_7.rds
|
||||
cmos_7.rds.1999.09.30
|
||||
cmos_8.graal
|
||||
cmos_8.rds
|
||||
cmos_9.graal
|
||||
cmos_9.rds
|
||||
prol05.elp
|
||||
prol05.rds
|
||||
prol10_11.rds
|
||||
prol10_7.rds
|
||||
prol10_8.rds
|
||||
prol10.elp
|
||||
ecpd07.elp
|
||||
ecpd10.elp
|
||||
ecpd12.elp
|
||||
hcmos05.elp
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
# description : Alliance Shared Libraries and Include Files #
|
||||
# ###---------------------------------------------------------###
|
||||
|
||||
# $Id: libraries.mk,v 1.33 2001/03/20 11:33:13 czo Exp $
|
||||
# $Id: libraries.mk,v 1.34 2002/02/12 16:12:19 czo Exp $
|
||||
|
||||
# The variables $ALLIANCE_TOP and $ALLIANCE_OS are set by
|
||||
# alc_env.[c]sh script
|
||||
|
@ -12,7 +12,7 @@
|
|||
# Common settings #
|
||||
# ###---------------------------------------------------------###
|
||||
|
||||
ALLIANCE_VERSION = '"4.5.0"'
|
||||
ALLIANCE_VERSION = '"4.9.0 [2002/02/12]"'
|
||||
ALLIANCE_BIN = $(ALLIANCE_TOP)/bin
|
||||
ALLIANCE_LIB = $(ALLIANCE_TOP)/lib
|
||||
ALLIANCE_INCLUDE = $(ALLIANCE_TOP)/include
|
||||
|
|
Loading…
Reference in New Issue