Fichiers de config modifies...
This commit is contained in:
parent
4f7b58ec68
commit
c406b6bbd5
|
@ -1,70 +0,0 @@
|
|||
|
||||
# ###---------------------------------------------------------###
|
||||
# file : Linux_aout.mk #
|
||||
# date : Jun 19 1997 #
|
||||
# description : Alliance include file for Makefiles #
|
||||
# ###---------------------------------------------------------###
|
||||
|
||||
# ###---------------------------------------------------------###
|
||||
# architecture : 386 PC (Linux 0.99.14) #
|
||||
# ###---------------------------------------------------------###
|
||||
|
||||
ALLIANCE_VERSION = '"3.2b"'
|
||||
ALLIANCE_BIN = $(TOP)/bin
|
||||
ALLIANCE_LIB = $(TOP)/lib
|
||||
ALLIANCE_INCLUDE = $(TOP)/include
|
||||
ALLIANCE_CELLS = $(TOP)/cells
|
||||
ALLIANCE_ETC = $(TOP)/etc
|
||||
|
||||
# distrib path
|
||||
#TARGET_BIN = $(TOP)/bin
|
||||
#TARGET_LIB = $(TOP)/lib
|
||||
#TARGET_INCLUDE = $(TOP)/include
|
||||
|
||||
# develloppers path
|
||||
TARGET_BIN = $(HOME)/labo/$(MACHINE)/bin
|
||||
TARGET_LIB = $(HOME)/labo/$(MACHINE)/lib
|
||||
TARGET_INCLUDE = $(HOME)/labo/$(MACHINE)/include
|
||||
|
||||
X11_BIN = /usr/bin/X11
|
||||
X11_LIB = /usr/lib/X11
|
||||
X11_INCLUDE = /usr/include/X11
|
||||
|
||||
MOTIF_BIN = /usr/bin/X11
|
||||
MOTIF_LIB = /usr/lib/X11
|
||||
MOTIF_INCLUDE = /usr/include/X11
|
||||
|
||||
SHELL = /bin/sh
|
||||
CSH = /bin/csh
|
||||
CP = /bin/cp
|
||||
MV = /bin/mv
|
||||
RM = /bin/rm
|
||||
MKDIR = /bin/mkdir
|
||||
FIND = /usr/bin/find
|
||||
SED = /usr/bin/sed
|
||||
AWK = /usr/bin/awk
|
||||
TR = /usr/bin/tr
|
||||
TOUCH = /bin/touch
|
||||
STRIP = /usr/bin/strip
|
||||
RANLIB = /usr/bin/ranlib
|
||||
|
||||
MAKE = /usr/bin/make
|
||||
MAKEFLAGS =
|
||||
|
||||
CC = /usr/bin/gcc
|
||||
CFLAGS = -static
|
||||
CPPFLAGS =
|
||||
#CFLAGS = -static -DALLIANCE_DISTRIB
|
||||
#CPPFLAGS = -DALLIANCE_DISTRIB
|
||||
|
||||
YACC = /usr/bin/bison
|
||||
YACCFLAGS = -y
|
||||
|
||||
LEX = /usr/bin/flex
|
||||
LEXFLAGS =
|
||||
|
||||
AR = /usr/bin/ar
|
||||
ARFLAGS = -rv
|
||||
|
||||
LINT =
|
||||
LINTFLAGS =
|
|
@ -1,54 +0,0 @@
|
|||
# -*- Mode: Makefile -*-
|
||||
#
|
||||
####---------------------------------------------------------###
|
||||
# description : Alliance include file for Makefiles
|
||||
# architecture : Linux bechet 2.0.33 #2 Sun Mar 15 03:57:50 MET 1998 i586 unknown
|
||||
# date : Mon Sep 28 13:20:39 MET DST 1998
|
||||
# file : Linux_elf.mk
|
||||
#
|
||||
|
||||
GNU_LIB = /asim/gnu/lib
|
||||
GNU_INCLUDE = /asim/gnu/include
|
||||
|
||||
|
||||
X11_LIB = . -L/usr/X11R6/lib -lSM -lICE -lXintl
|
||||
X11_INCLUDE = . -I/usr/X11R6/include
|
||||
|
||||
#You may need -lXintl
|
||||
MOTIF_LIB = /usr/X11R6/lib
|
||||
MOTIF_INCLUDE = /usr/include/X11
|
||||
|
||||
SHELL = /asim/gnu/bin/sh
|
||||
CSH = /bin/csh
|
||||
CP = /asim/gnu/bin/cp
|
||||
MV = /asim/gnu/bin/mv
|
||||
RM = /asim/gnu/bin/rm
|
||||
MKDIR = /asim/gnu/bin/mkdir
|
||||
FIND = /asim/gnu/bin/find
|
||||
SED = /asim/gnu/bin/sed
|
||||
AWK = /asim/gnu/bin/gawk
|
||||
TR = /asim/gnu/bin/tr
|
||||
TOUCH = /asim/gnu/bin/touch
|
||||
STRIP = /asim/gnu/bin/strip
|
||||
RANLIB = /asim/gnu/bin/ranlib
|
||||
|
||||
MAKE = /asim/gnu/bin/gmake
|
||||
MAKEFLAGS =
|
||||
|
||||
CC = /asim/gnu/bin/gcc
|
||||
CFLAGS = -O4 -Wall
|
||||
CPPFLAGS =
|
||||
|
||||
#CFLAGS = -DALLIANCE_DISTRIB
|
||||
#CPPFLAGS = -DALLIANCE_DISTRIB
|
||||
|
||||
YACC = /asim/gnu/bin/bison
|
||||
YACCFLAGS = -y
|
||||
|
||||
LEX = /asim/gnu/bin/flex
|
||||
LEXFLAGS =
|
||||
|
||||
AR = /asim/gnu/bin/ar
|
||||
ARFLAGS = rv
|
||||
|
||||
# EOF
|
|
@ -1,74 +0,0 @@
|
|||
# -*- Mode: Makefile -*-
|
||||
#
|
||||
####---------------------------------------------------------###
|
||||
# description : Alliance include file for Makefiles
|
||||
# architecture : @HOST@
|
||||
# date : @DATE@
|
||||
# file : @MACHINE@.mk
|
||||
#
|
||||
|
||||
# The variables $TOP and $MACHINE are set by
|
||||
# alc_env.[c]sh script
|
||||
|
||||
ALLIANCE_VERSION = '"@ALLIANCE_VERSION@"'
|
||||
ALLIANCE_BIN = $(TOP)/bin
|
||||
ALLIANCE_LIB = $(TOP)/lib
|
||||
ALLIANCE_INCLUDE = $(TOP)/include
|
||||
ALLIANCE_CELLS = $(TOP)/cells
|
||||
ALLIANCE_ETC = $(TOP)/etc
|
||||
|
||||
# distrib path
|
||||
TARGET_BIN = $(TOP)/bin
|
||||
TARGET_LIB = $(TOP)/lib
|
||||
TARGET_INCLUDE = $(TOP)/include
|
||||
|
||||
# develloppers path
|
||||
#TARGET_BIN = $(HOME)/labo/$(MACHINE)/bin
|
||||
#TARGET_LIB = $(HOME)/labo/$(MACHINE)/lib
|
||||
#TARGET_INCLUDE = $(HOME)/labo/$(MACHINE)/include
|
||||
|
||||
GNU_LIB = @GNU_LIB_LOC@
|
||||
GNU_INCLUDE = @GNU_INC_LOC@
|
||||
|
||||
|
||||
X11_LIB = . @X_LIBS@ @X_EXTRA_LIBS@ @X_PRE_LIBS@
|
||||
X11_INCLUDE = . @X_CFLAGS@
|
||||
|
||||
#You may need -lXintl
|
||||
MOTIF_LIB = @GUI_LIB_LOC@
|
||||
MOTIF_INCLUDE = @GUI_INC_LOC@
|
||||
|
||||
SHELL = @SHELL@
|
||||
CSH = @CSH@
|
||||
CP = @CP@
|
||||
MV = @MV@
|
||||
RM = @RM@
|
||||
MKDIR = @MKDIR@
|
||||
FIND = @FIND@
|
||||
SED = @SED@
|
||||
AWK = @AWK@
|
||||
TR = @TR@
|
||||
TOUCH = @TOUCH@
|
||||
STRIP = @STRIP@
|
||||
RANLIB = @RANLIB@
|
||||
|
||||
MAKE = @MAKE@
|
||||
MAKEFLAGS = @MAKEFLAGS@
|
||||
|
||||
CC = @FULL_CC@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
|
||||
#CFLAGS = -DALLIANCE_DISTRIB
|
||||
#CPPFLAGS = -DALLIANCE_DISTRIB
|
||||
|
||||
YACC = @FULL_YACC@
|
||||
YACCFLAGS = @YACCFLAGS@
|
||||
|
||||
LEX = @FULL_LEX@
|
||||
LEXFLAGS = @LEXFLAGS@
|
||||
|
||||
AR = @AR@
|
||||
ARFLAGS = @ARFLAGS@
|
||||
|
||||
# EOF
|
|
@ -1,54 +0,0 @@
|
|||
# -*- Mode: Makefile -*-
|
||||
#
|
||||
####---------------------------------------------------------###
|
||||
# description : Alliance include file for Makefiles
|
||||
# architecture : SunOS opera 5.5.1 Generic sun4u sparc
|
||||
# date : Fri Sep 25 00:53:59 MET DST 1998
|
||||
# file : Solaris.mk
|
||||
#
|
||||
|
||||
GNU_LIB = /asim/gnu/lib
|
||||
GNU_INCLUDE = /asim/gnu/include
|
||||
|
||||
|
||||
X11_LIB = . -L/labo/X11R6/lib -R/labo/X11R6/lib -lsocket -lnsl -lSM -lICE
|
||||
X11_INCLUDE = . -I/labo/X11R6/include
|
||||
|
||||
#You may need -lXintl
|
||||
MOTIF_LIB = /usr/dt/lib -R /usr/dt/lib
|
||||
MOTIF_INCLUDE = /usr/dt/include
|
||||
|
||||
SHELL = /asim/gnu/bin/sh
|
||||
CSH = /bin/csh
|
||||
CP = /asim/gnu/bin/cp
|
||||
MV = /asim/gnu/bin/mv
|
||||
RM = /asim/gnu/bin/rm
|
||||
MKDIR = /asim/gnu/bin/mkdir
|
||||
FIND = /asim/gnu/bin/find
|
||||
SED = /asim/gnu/bin/sed
|
||||
AWK = /asim/gnu/bin/gawk
|
||||
TR = /asim/gnu/bin/tr
|
||||
TOUCH = /asim/gnu/bin/touch
|
||||
STRIP = /asim/gnu/bin/strip
|
||||
RANLIB = /asim/gnu/bin/ranlib
|
||||
|
||||
MAKE = /asim/gnu/bin/gmake
|
||||
MAKEFLAGS =
|
||||
|
||||
CC = /asim/gnu/bin/gcc
|
||||
CFLAGS = -O4 -Wall
|
||||
CPPFLAGS =
|
||||
|
||||
#CFLAGS = -DALLIANCE_DISTRIB
|
||||
#CPPFLAGS = -DALLIANCE_DISTRIB
|
||||
|
||||
YACC = /asim/gnu/bin/bison
|
||||
YACCFLAGS = -y
|
||||
|
||||
LEX = /asim/gnu/bin/flex
|
||||
LEXFLAGS =
|
||||
|
||||
AR = /asim/gnu/bin/ar
|
||||
ARFLAGS = rv
|
||||
|
||||
# EOF
|
|
@ -1,54 +0,0 @@
|
|||
# -*- Mode: Makefile -*-
|
||||
#
|
||||
####---------------------------------------------------------###
|
||||
# description : Alliance include file for Makefiles
|
||||
# architecture : SunOS heavy 4.1.3_U1 1 sun4m unknown
|
||||
# date : Tue Jun 30 00:58:53 MET DST 1998
|
||||
# file : SunOS.mk
|
||||
#
|
||||
|
||||
GNU_LIB = /asim/gnu/lib
|
||||
GNU_INCLUDE = /asim/gnu/include
|
||||
|
||||
|
||||
X11_LIB = . -L/usr/X11R6.3/lib -lSM -lICE
|
||||
X11_INCLUDE = . -I/usr/X11R6.3/include
|
||||
|
||||
#You may need -lXintl
|
||||
MOTIF_LIB = /usr/lib/X11
|
||||
MOTIF_INCLUDE = /usr/include/X11
|
||||
|
||||
SHELL = /asim/gnu/bin/sh
|
||||
CSH = /bin/csh
|
||||
CP = /asim/gnu/bin/cp
|
||||
MV = /asim/gnu/bin/mv
|
||||
RM = /asim/gnu/bin/rm
|
||||
MKDIR = /asim/gnu/bin/mkdir
|
||||
FIND = /asim/gnu/bin/find
|
||||
SED = /asim/gnu/bin/sed
|
||||
AWK = /asim/gnu/bin/gawk
|
||||
TR = /asim/gnu/bin/tr
|
||||
TOUCH = /asim/gnu/bin/touch
|
||||
STRIP = /asim/gnu/bin/strip
|
||||
RANLIB = /asim/gnu/bin/ranlib
|
||||
|
||||
MAKE = /asim/gnu/bin/gmake
|
||||
MAKEFLAGS =
|
||||
|
||||
CC = /asim/gnu/bin/gcc
|
||||
CFLAGS = -O4 -Wall
|
||||
CPPFLAGS =
|
||||
|
||||
#CFLAGS = -DALLIANCE_DISTRIB
|
||||
#CPPFLAGS = -DALLIANCE_DISTRIB
|
||||
|
||||
YACC = /asim/gnu/bin/bison
|
||||
YACCFLAGS = -y
|
||||
|
||||
LEX = /asim/gnu/bin/flex
|
||||
LEXFLAGS =
|
||||
|
||||
AR = /asim/gnu/bin/ar
|
||||
ARFLAGS = rv
|
||||
|
||||
# EOF
|
|
@ -1,74 +0,0 @@
|
|||
# -*- Mode: Makefile -*-
|
||||
#
|
||||
####---------------------------------------------------------###
|
||||
# description : Alliance include file for Makefiles
|
||||
# architecture : @HOST@
|
||||
# date : @DATE@
|
||||
# file : @MACHINE@.mk
|
||||
#
|
||||
|
||||
# The variables $TOP and $MACHINE are set by
|
||||
# alc_env.[c]sh script
|
||||
|
||||
ALLIANCE_VERSION = '"@ALLIANCE_VERSION@"'
|
||||
ALLIANCE_BIN = $(TOP)/bin
|
||||
ALLIANCE_LIB = $(TOP)/lib
|
||||
ALLIANCE_INCLUDE = $(TOP)/include
|
||||
ALLIANCE_CELLS = $(TOP)/cells
|
||||
ALLIANCE_ETC = $(TOP)/etc
|
||||
|
||||
# distrib path
|
||||
TARGET_BIN = $(TOP)/bin
|
||||
TARGET_LIB = $(TOP)/lib
|
||||
TARGET_INCLUDE = $(TOP)/include
|
||||
|
||||
# develloppers path
|
||||
#TARGET_BIN = $(HOME)/labo/$(MACHINE)/bin
|
||||
#TARGET_LIB = $(HOME)/labo/$(MACHINE)/lib
|
||||
#TARGET_INCLUDE = $(HOME)/labo/$(MACHINE)/include
|
||||
|
||||
GNU_LIB = @GNU_LIB_LOC@
|
||||
GNU_INCLUDE = @GNU_INC_LOC@
|
||||
|
||||
|
||||
X11_LIB = . @X_LIBS@ @X_EXTRA_LIBS@ @X_PRE_LIBS@
|
||||
X11_INCLUDE = . @X_CFLAGS@
|
||||
|
||||
#You may need -lXintl
|
||||
MOTIF_LIB = @GUI_LIB_LOC@
|
||||
MOTIF_INCLUDE = @GUI_INC_LOC@
|
||||
|
||||
SHELL = @SHELL@
|
||||
CSH = @CSH@
|
||||
CP = @CP@
|
||||
MV = @MV@
|
||||
RM = @RM@
|
||||
MKDIR = @MKDIR@
|
||||
FIND = @FIND@
|
||||
SED = @SED@
|
||||
AWK = @AWK@
|
||||
TR = @TR@
|
||||
TOUCH = @TOUCH@
|
||||
STRIP = @STRIP@
|
||||
RANLIB = @RANLIB@
|
||||
|
||||
MAKE = @MAKE@
|
||||
MAKEFLAGS = @MAKEFLAGS@
|
||||
|
||||
CC = @FULL_CC@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
|
||||
#CFLAGS = -DALLIANCE_DISTRIB
|
||||
#CPPFLAGS = -DALLIANCE_DISTRIB
|
||||
|
||||
YACC = @FULL_YACC@
|
||||
YACCFLAGS = @YACCFLAGS@
|
||||
|
||||
LEX = @FULL_LEX@
|
||||
LEXFLAGS = @LEXFLAGS@
|
||||
|
||||
AR = @AR@
|
||||
ARFLAGS = @ARFLAGS@
|
||||
|
||||
# EOF
|
|
@ -6,8 +6,8 @@
|
|||
# Alliance CAD system environnement
|
||||
# Usage (in C-shell) : > source alc_env.csh
|
||||
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
|
||||
# $Id: alc_env.csh,v 1.1 1999/05/31 17:30:30 alliance Exp $
|
||||
# Generated from alc_env.csh.in on Mon Sep 28 13:20:39 MET DST 1998
|
||||
# $Id: alc_env.csh,v 1.2 1999/08/26 18:47:42 czo Exp $
|
||||
# Generated from alc_env.csh.in on Thu Aug 26 20:45:26 CEST 1999
|
||||
|
||||
# $MACHINE and $TOP are the only variables you will
|
||||
# have to modify if something goes wrong
|
||||
|
@ -15,32 +15,32 @@
|
|||
# Which platform for Alliance CAD
|
||||
|
||||
switch (`uname`)
|
||||
case Linux:
|
||||
if ( `uname -r` =~ 1.* ) then
|
||||
setenv MACHINE Linux_aout
|
||||
else
|
||||
setenv MACHINE Linux_elf
|
||||
endif
|
||||
breaksw
|
||||
case Linux:
|
||||
if ( `uname -r` =~ 1.* ) then
|
||||
setenv MACHINE Linux_aout
|
||||
else
|
||||
setenv MACHINE Linux_elf
|
||||
endif
|
||||
breaksw
|
||||
|
||||
case SunOS:
|
||||
if ( `uname -r` =~ 5* ) then
|
||||
setenv MACHINE Solaris
|
||||
else
|
||||
setenv MACHINE SunOS
|
||||
endif
|
||||
breaksw
|
||||
case SunOS:
|
||||
if ( `uname -r` =~ 5* ) then
|
||||
setenv MACHINE Solaris
|
||||
else
|
||||
setenv MACHINE SunOS
|
||||
endif
|
||||
breaksw
|
||||
|
||||
default:
|
||||
setenv MACHINE Unknown
|
||||
breaksw
|
||||
default:
|
||||
setenv MACHINE Unknown
|
||||
breaksw
|
||||
endsw
|
||||
|
||||
setenv ALLIANCE_OS $MACHINE
|
||||
|
||||
# Where the Alliance CAD is installed
|
||||
|
||||
setenv TOP /asim/alliance
|
||||
setenv TOP /alliance/alliance/archi/$MACHINE
|
||||
setenv ALLIANCE_TOP $TOP
|
||||
|
||||
# User def
|
||||
|
@ -59,10 +59,13 @@ setenv VH_MAXERR 10
|
|||
setenv VH_BEHSFX vbe
|
||||
setenv VH_PATSFX pat
|
||||
|
||||
setenv MBK_CATA_LIB .:$TOP/cells/sclib:$TOP/cells/padlib
|
||||
setenv MBK_CATA_LIB .:$TOP/cells/sclib
|
||||
setenv MBK_TARGET_LIB $TOP/cells/sclib
|
||||
setenv MBK_C4_LIB ./cellsC4
|
||||
|
||||
setenv MBK_VDD vdd
|
||||
setenv MBK_VSS vss
|
||||
|
||||
setenv XPAT_PARAM_NAME $TOP/etc/xpat.par
|
||||
setenv XFSM_PARAM_NAME $TOP/etc/xfsm.par
|
||||
|
||||
|
@ -78,33 +81,17 @@ setenv ELP_TECHNO_NAME $TOP/etc/prol10.elp
|
|||
|
||||
# Update PATH and MANPATH
|
||||
if $?PATH then
|
||||
# setenv PATH $HOME/labo/$MACHINE/bin:$TOP/bin:$PATH
|
||||
setenv PATH $TOP/bin:$PATH
|
||||
setenv PATH $TOP/bin:$PATH
|
||||
else
|
||||
# setenv PATH $HOME/labo/$MACHINE/bin:$TOP/bin
|
||||
setenv PATH $TOP/bin
|
||||
setenv PATH $TOP/bin
|
||||
endif
|
||||
|
||||
|
||||
if $?MANPATH then
|
||||
setenv MANPATH $TOP/man:$MANPATH
|
||||
setenv MANPATH $TOP/man:$MANPATH
|
||||
else
|
||||
setenv MANPATH $TOP/man
|
||||
setenv MANPATH $TOP/man
|
||||
endif
|
||||
|
||||
|
||||
# Show results
|
||||
if ($?prompt) then
|
||||
# alias xmbk 'eval `\xmbk -c`'
|
||||
# cat /users/soft5/newlabo/motd
|
||||
echo ""
|
||||
echo "Alliance settings :"
|
||||
echo ""
|
||||
echo " ALLIANCE_OS = $MACHINE"
|
||||
echo " ALLIANCE_TOP = $TOP"
|
||||
echo ""
|
||||
endif
|
||||
|
||||
|
||||
# EOF
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Alliance CAD system environnement
|
||||
# Usage (in C-shell) : > source alc_env.csh
|
||||
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
|
||||
# $Id: alc_env.csh.in,v 1.1 1999/05/31 17:30:30 alliance Exp $
|
||||
# $Id: alc_env.csh.in,v 1.2 1999/08/26 18:47:42 czo Exp $
|
||||
# Generated from alc_env.csh.in on @DATE@
|
||||
|
||||
# $MACHINE and $TOP are the only variables you will
|
||||
|
@ -15,25 +15,25 @@
|
|||
# Which platform for Alliance CAD
|
||||
|
||||
switch (`uname`)
|
||||
case Linux:
|
||||
if ( `uname -r` =~ 1.* ) then
|
||||
setenv MACHINE Linux_aout
|
||||
else
|
||||
setenv MACHINE Linux_elf
|
||||
endif
|
||||
breaksw
|
||||
case Linux:
|
||||
if ( `uname -r` =~ 1.* ) then
|
||||
setenv MACHINE Linux_aout
|
||||
else
|
||||
setenv MACHINE Linux_elf
|
||||
endif
|
||||
breaksw
|
||||
|
||||
case SunOS:
|
||||
if ( `uname -r` =~ 5* ) then
|
||||
setenv MACHINE Solaris
|
||||
else
|
||||
setenv MACHINE SunOS
|
||||
endif
|
||||
breaksw
|
||||
case SunOS:
|
||||
if ( `uname -r` =~ 5* ) then
|
||||
setenv MACHINE Solaris
|
||||
else
|
||||
setenv MACHINE SunOS
|
||||
endif
|
||||
breaksw
|
||||
|
||||
default:
|
||||
setenv MACHINE Unknown
|
||||
breaksw
|
||||
default:
|
||||
setenv MACHINE Unknown
|
||||
breaksw
|
||||
endsw
|
||||
|
||||
setenv ALLIANCE_OS $MACHINE
|
||||
|
@ -63,6 +63,9 @@ setenv MBK_CATA_LIB .:$TOP/cells/sclib
|
|||
setenv MBK_TARGET_LIB $TOP/cells/sclib
|
||||
setenv MBK_C4_LIB ./cellsC4
|
||||
|
||||
setenv MBK_VDD vdd
|
||||
setenv MBK_VSS vss
|
||||
|
||||
setenv XPAT_PARAM_NAME $TOP/etc/xpat.par
|
||||
setenv XFSM_PARAM_NAME $TOP/etc/xfsm.par
|
||||
|
||||
|
@ -78,33 +81,17 @@ setenv ELP_TECHNO_NAME $TOP/etc/prol10.elp
|
|||
|
||||
# Update PATH and MANPATH
|
||||
if $?PATH then
|
||||
# setenv PATH $HOME/labo/$MACHINE/bin:$TOP/bin:$PATH
|
||||
setenv PATH $TOP/bin:$PATH
|
||||
setenv PATH $TOP/bin:$PATH
|
||||
else
|
||||
# setenv PATH $HOME/labo/$MACHINE/bin:$TOP/bin
|
||||
setenv PATH $TOP/bin
|
||||
setenv PATH $TOP/bin
|
||||
endif
|
||||
|
||||
|
||||
if $?MANPATH then
|
||||
setenv MANPATH $TOP/man:$MANPATH
|
||||
setenv MANPATH $TOP/man:$MANPATH
|
||||
else
|
||||
setenv MANPATH $TOP/man
|
||||
setenv MANPATH $TOP/man
|
||||
endif
|
||||
|
||||
|
||||
# Show results
|
||||
if ($?prompt) then
|
||||
# alias xmbk 'eval `\xmbk -c`'
|
||||
# cat /users/soft5/newlabo/motd
|
||||
echo ""
|
||||
echo "Alliance settings :"
|
||||
echo ""
|
||||
echo " MACHINE = $MACHINE"
|
||||
echo " TOP = $TOP"
|
||||
echo ""
|
||||
endif
|
||||
|
||||
|
||||
# EOF
|
||||
|
||||
|
|
|
@ -6,31 +6,46 @@
|
|||
# Alliance CAD system environnement
|
||||
# Usage (in Bourne-shell) : > . alc_env.sh
|
||||
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
|
||||
# $Id: alc_env.sh,v 1.1 1999/05/31 17:30:30 alliance Exp $
|
||||
# Generated from alc_env.sh.in on Mon Sep 28 13:20:39 MET DST 1998
|
||||
# $Id: alc_env.sh,v 1.2 1999/08/26 18:47:42 czo Exp $
|
||||
# Generated from alc_env.sh.in on Thu Aug 26 20:45:26 CEST 1999
|
||||
|
||||
# $MACHINE and $TOP are the only variables you will
|
||||
# have to modify if something goes wrong
|
||||
|
||||
# Which platform for Alliance CAD
|
||||
|
||||
case `uname` in
|
||||
Linux*) case `uname -r` in
|
||||
1.*) MACHINE=Linux_aout ;;
|
||||
*) MACHINE=Linux_elf ;;
|
||||
esac ;;
|
||||
SunOS*) case `uname -r` in
|
||||
5*) MACHINE=Solaris ;;
|
||||
*) MACHINE=SunOS ;;
|
||||
esac ;;
|
||||
*) MACHINE=Unknown ;;
|
||||
esac
|
||||
export MACHINE
|
||||
# WARNING : if changing this remember to do it on the 3 config files :
|
||||
# configure.in alc_env.sh.in and alc_env.csh.in
|
||||
|
||||
MACHINE=Unknown
|
||||
|
||||
case `uname` in
|
||||
|
||||
Linux*) case `uname -r` in
|
||||
1.*) MACHINE=Linux_aout ;;
|
||||
2.0*) MACHINE=Linux_elf ;;
|
||||
*) MACHINE=Linux ;;
|
||||
esac ;;
|
||||
|
||||
SunOS*) case `uname -r` in
|
||||
5*) MACHINE=Solaris ;;
|
||||
*) MACHINE=SunOS ;;
|
||||
esac ;;
|
||||
|
||||
FreeBSD*) MACHINE=FreeBSD ;;
|
||||
|
||||
HP-UX*) MACHINE=HPUX ;;
|
||||
|
||||
OSF1*) MACHINE=OSF ;;
|
||||
|
||||
*) MACHINE=Unknown ;;
|
||||
|
||||
esac
|
||||
export MACHINE
|
||||
|
||||
# Where the Alliance CAD is installed
|
||||
|
||||
TOP=/users/soft5/newlabo/alliance/archi/$MACHINE ; export TOP
|
||||
TOP=/alliance/alliance/archi/$MACHINE ; export TOP
|
||||
|
||||
# User def
|
||||
|
||||
|
@ -44,14 +59,17 @@
|
|||
|
||||
MBK_SCALE_X=10; export MBK_SCALE_X
|
||||
|
||||
VH_MAXERR=10; export VH_MAXERR
|
||||
VH_BEHSFX=vbe; export VH_BEHSFX
|
||||
VH_PATSFX=pat; export VH_PATSFX
|
||||
VH_MAXERR=10; export VH_MAXERR
|
||||
VH_BEHSFX=vbe; export VH_BEHSFX
|
||||
VH_PATSFX=pat; export VH_PATSFX
|
||||
|
||||
MBK_CATA_LIB=.:$TOP/cells/sclib; export MBK_CATA_LIB
|
||||
MBK_TARGET_LIB=$TOP/cells/sclib; export MBK_TARGET_LIB
|
||||
MBK_C4_LIB=./cellsC4; export MBK_C4_LIB
|
||||
|
||||
MBK_VDD=vdd export MBK_VDD
|
||||
MBK_VSS=vss export MBK_VSS
|
||||
|
||||
XPAT_PARAM_NAME=$TOP/etc/xpat.par; export XPAT_PARAM_NAME
|
||||
XFSM_PARAM_NAME=$TOP/etc/xfsm.par; export XFSM_PARAM_NAME
|
||||
|
||||
|
@ -69,21 +87,6 @@ export PATH
|
|||
MANPATH=$TOP/man:$MANPATH
|
||||
export MANPATH
|
||||
|
||||
|
||||
# Show results
|
||||
if [ "$PS1" != "" ]; then
|
||||
if [ ! $PS1 = "\$" ]; then
|
||||
# alias xmbk='eval `\xmbk -c`'
|
||||
# cat /users/soft5/newlabo/motd
|
||||
echo ""
|
||||
echo "Alliance settings :"
|
||||
echo ""
|
||||
echo " MACHINE = $MACHINE"
|
||||
echo " TOP = $TOP"
|
||||
echo ""
|
||||
fi
|
||||
fi
|
||||
|
||||
# EOF
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Alliance CAD system environnement
|
||||
# Usage (in Bourne-shell) : > . alc_env.sh
|
||||
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
|
||||
# $Id: alc_env.sh.in,v 1.1 1999/05/31 17:30:30 alliance Exp $
|
||||
# $Id: alc_env.sh.in,v 1.2 1999/08/26 18:47:42 czo Exp $
|
||||
# Generated from alc_env.sh.in on @DATE@
|
||||
|
||||
# $MACHINE and $TOP are the only variables you will
|
||||
|
@ -14,19 +14,34 @@
|
|||
|
||||
# Which platform for Alliance CAD
|
||||
|
||||
case `uname` in
|
||||
Linux*) case `uname -r` in
|
||||
1.*) MACHINE=Linux_aout ;;
|
||||
*) MACHINE=Linux_elf ;;
|
||||
esac ;;
|
||||
SunOS*) case `uname -r` in
|
||||
5*) MACHINE=Solaris ;;
|
||||
*) MACHINE=SunOS ;;
|
||||
esac ;;
|
||||
*) MACHINE=Unknown ;;
|
||||
esac
|
||||
export MACHINE
|
||||
# WARNING : if changing this remember to do it on the 3 config files :
|
||||
# configure.in alc_env.sh.in and alc_env.csh.in
|
||||
|
||||
MACHINE=Unknown
|
||||
|
||||
case `uname` in
|
||||
|
||||
Linux*) case `uname -r` in
|
||||
1.*) MACHINE=Linux_aout ;;
|
||||
2.0*) MACHINE=Linux_elf ;;
|
||||
*) MACHINE=Linux ;;
|
||||
esac ;;
|
||||
|
||||
SunOS*) case `uname -r` in
|
||||
5*) MACHINE=Solaris ;;
|
||||
*) MACHINE=SunOS ;;
|
||||
esac ;;
|
||||
|
||||
FreeBSD*) MACHINE=FreeBSD ;;
|
||||
|
||||
HP-UX*) MACHINE=HPUX ;;
|
||||
|
||||
OSF1*) MACHINE=OSF ;;
|
||||
|
||||
*) MACHINE=Unknown ;;
|
||||
|
||||
esac
|
||||
export MACHINE
|
||||
|
||||
# Where the Alliance CAD is installed
|
||||
|
||||
|
@ -44,14 +59,17 @@
|
|||
|
||||
MBK_SCALE_X=10; export MBK_SCALE_X
|
||||
|
||||
VH_MAXERR=10; export VH_MAXERR
|
||||
VH_BEHSFX=vbe; export VH_BEHSFX
|
||||
VH_PATSFX=pat; export VH_PATSFX
|
||||
VH_MAXERR=10; export VH_MAXERR
|
||||
VH_BEHSFX=vbe; export VH_BEHSFX
|
||||
VH_PATSFX=pat; export VH_PATSFX
|
||||
|
||||
MBK_CATA_LIB=.:$TOP/cells/sclib; export MBK_CATA_LIB
|
||||
MBK_TARGET_LIB=$TOP/cells/sclib; export MBK_TARGET_LIB
|
||||
MBK_C4_LIB=./cellsC4; export MBK_C4_LIB
|
||||
|
||||
MBK_VDD=vdd export MBK_VDD
|
||||
MBK_VSS=vss export MBK_VSS
|
||||
|
||||
XPAT_PARAM_NAME=$TOP/etc/xpat.par; export XPAT_PARAM_NAME
|
||||
XFSM_PARAM_NAME=$TOP/etc/xfsm.par; export XFSM_PARAM_NAME
|
||||
|
||||
|
@ -69,21 +87,6 @@ export PATH
|
|||
MANPATH=$TOP/man:$MANPATH
|
||||
export MANPATH
|
||||
|
||||
|
||||
# Show results
|
||||
if [ "$PS1" != "" ]; then
|
||||
if [ ! $PS1 = "\$" ]; then
|
||||
# alias xmbk='eval `\xmbk -c`'
|
||||
# cat /users/soft5/newlabo/motd
|
||||
echo ""
|
||||
echo "Alliance settings :"
|
||||
echo ""
|
||||
echo " MACHINE = $MACHINE"
|
||||
echo " TOP = $TOP"
|
||||
echo ""
|
||||
fi
|
||||
fi
|
||||
|
||||
# EOF
|
||||
|
||||
|
||||
|
|
|
@ -7,30 +7,12 @@
|
|||
# file : @MACHINE@.mk
|
||||
#
|
||||
|
||||
# The variables $TOP and $MACHINE are set by
|
||||
# alc_env.[c]sh script
|
||||
|
||||
ALLIANCE_VERSION = '"@ALLIANCE_VERSION@"'
|
||||
ALLIANCE_BIN = $(TOP)/bin
|
||||
ALLIANCE_LIB = $(TOP)/lib
|
||||
ALLIANCE_INCLUDE = $(TOP)/include
|
||||
ALLIANCE_CELLS = $(TOP)/cells
|
||||
ALLIANCE_ETC = $(TOP)/etc
|
||||
|
||||
# distrib path
|
||||
TARGET_BIN = $(TOP)/bin
|
||||
TARGET_LIB = $(TOP)/lib
|
||||
TARGET_INCLUDE = $(TOP)/include
|
||||
|
||||
# develloppers path
|
||||
#TARGET_BIN = $(HOME)/labo/$(MACHINE)/bin
|
||||
#TARGET_LIB = $(HOME)/labo/$(MACHINE)/lib
|
||||
#TARGET_INCLUDE = $(HOME)/labo/$(MACHINE)/include
|
||||
# The variables $ALLIANCE_* are set by
|
||||
# alc_env.[c]sh script or libraries.mk
|
||||
|
||||
GNU_LIB = @GNU_LIB_LOC@
|
||||
GNU_INCLUDE = @GNU_INC_LOC@
|
||||
|
||||
|
||||
X11_LIB = . @X_LIBS@ @X_EXTRA_LIBS@ @X_PRE_LIBS@
|
||||
X11_INCLUDE = . @X_CFLAGS@
|
||||
|
|
@ -1,70 +1,71 @@
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
configure:537: checking for platform
|
||||
configure:554: checking whether make sets ${MAKE}
|
||||
configure:586: checking %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Binaries
|
||||
configure:598: checking for gcc
|
||||
configure:675: checking whether the C compiler (gcc -O ) works
|
||||
configure:689: gcc -o conftest -O conftest.c 1>&5
|
||||
configure:709: checking whether the C compiler (gcc -O ) is a cross-compiler
|
||||
configure:714: checking whether we are using GNU C
|
||||
configure:723: gcc -E conftest.c
|
||||
configure:738: checking whether gcc accepts -g
|
||||
configure:769: checking for gcc
|
||||
configure:800: checking how to run the C preprocessor
|
||||
configure:821: gcc -E conftest.c >/dev/null 2>conftest.out
|
||||
configure:870: checking for gmake
|
||||
configure:901: checking for make
|
||||
configure:947: checking for bison
|
||||
configure:979: checking for flex
|
||||
configure:1012: checking for yywrap in -lfl
|
||||
configure:1031: gcc -o conftest -O4 -Wall conftest.c -lfl 1>&5
|
||||
configure:1054: checking lex output file root
|
||||
configure:1075: checking whether yytext is a pointer
|
||||
configure:1094: gcc -o conftest -O4 -Wall conftest.c -lfl 1>&5
|
||||
configure:1125: checking for flex
|
||||
configure:1158: checking for bison
|
||||
configure:1192: checking whether ln -s works
|
||||
configure:1218: checking for ar
|
||||
configure:1253: checking for autoconf
|
||||
configure:1284: checking for autoheader
|
||||
configure:1315: checking for automake
|
||||
configure:1347: checking for gawk
|
||||
configure:1378: checking for awk
|
||||
configure:1413: checking for cat
|
||||
configure:1444: checking for chmod
|
||||
configure:1475: checking for cp
|
||||
configure:1506: checking for csh
|
||||
configure:1537: checking for cut
|
||||
configure:1568: checking for echo
|
||||
configure:1599: checking for false
|
||||
configure:1630: checking for find
|
||||
configure:1661: checking for grep
|
||||
configure:1692: checking for hostname
|
||||
configure:1723: checking for ld
|
||||
configure:1754: checking for lndir
|
||||
configure:1785: checking for ls
|
||||
configure:1816: checking for mkdir
|
||||
configure:1847: checking for mv
|
||||
configure:1878: checking for perl
|
||||
configure:1909: checking for ranlib
|
||||
configure:1940: checking for rm
|
||||
configure:1971: checking for sed
|
||||
configure:2003: checking for sh
|
||||
configure:2041: checking for strip
|
||||
configure:2072: checking for test
|
||||
configure:2103: checking for touch
|
||||
configure:2134: checking for tr
|
||||
configure:2165: checking for true
|
||||
configure:2196: checking for wc
|
||||
configure:2260: checking %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Headers and Libraries...
|
||||
configure:2275: checking for X
|
||||
configure:2589: checking for dnet_ntoa in -ldnet
|
||||
configure:2608: gcc -o conftest -O4 -Wall conftest.c -ldnet 1>&5
|
||||
ld: cannot open -ldnet: No such file or directory
|
||||
configure:540: checking for platform
|
||||
configure:574: checking whether make sets ${MAKE}
|
||||
configure:603: checking %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Binaries
|
||||
configure:615: checking for gcc
|
||||
configure:728: checking whether the C compiler (gcc -O ) works
|
||||
configure:744: gcc -o conftest -O conftest.c 1>&5
|
||||
configure:770: checking whether the C compiler (gcc -O ) is a cross-compiler
|
||||
configure:775: checking whether we are using GNU C
|
||||
configure:784: gcc -E conftest.c
|
||||
configure:803: checking whether gcc accepts -g
|
||||
configure:838: checking for gcc
|
||||
configure:873: checking how to run the C preprocessor
|
||||
configure:894: gcc -E conftest.c >/dev/null 2>conftest.out
|
||||
configure:962: checking for gmake
|
||||
configure:997: checking for make
|
||||
configure:1047: checking for bison
|
||||
configure:1080: checking for flex
|
||||
configure:1114: checking for yywrap in -lfl
|
||||
configure:1133: gcc -o conftest -O4 -Wall conftest.c -lfl 1>&5
|
||||
configure:1156: checking lex output file root
|
||||
configure:1177: checking whether yytext is a pointer
|
||||
configure:1196: gcc -o conftest -O4 -Wall conftest.c -lfl 1>&5
|
||||
configure:1227: checking for flex
|
||||
configure:1264: checking for bison
|
||||
configure:1302: checking whether ln -s works
|
||||
configure:1328: checking for ar
|
||||
configure:1367: checking for autoconf
|
||||
configure:1402: checking for autoheader
|
||||
configure:1437: checking for automake
|
||||
configure:1473: checking for gawk
|
||||
configure:1508: checking for awk
|
||||
configure:1547: checking for cat
|
||||
configure:1582: checking for chmod
|
||||
configure:1617: checking for cp
|
||||
configure:1652: checking for csh
|
||||
configure:1687: checking for cut
|
||||
configure:1722: checking for echo
|
||||
configure:1757: checking for false
|
||||
configure:1792: checking for find
|
||||
configure:1827: checking for grep
|
||||
configure:1862: checking for hostname
|
||||
configure:1897: checking for ld
|
||||
configure:1932: checking for lndir
|
||||
configure:1967: checking for ls
|
||||
configure:2002: checking for mkdir
|
||||
configure:2037: checking for mv
|
||||
configure:2072: checking for perl
|
||||
configure:2107: checking for ranlib
|
||||
configure:2142: checking for rm
|
||||
configure:2177: checking for sed
|
||||
configure:2213: checking for sh
|
||||
configure:2255: checking for strip
|
||||
configure:2290: checking for test
|
||||
configure:2325: checking for touch
|
||||
configure:2360: checking for tr
|
||||
configure:2395: checking for true
|
||||
configure:2430: checking for wc
|
||||
configure:2498: checking %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Headers and Libraries...
|
||||
configure:2513: checking for X
|
||||
configure:2827: checking for dnet_ntoa in -ldnet
|
||||
configure:2846: gcc -o conftest -O4 -Wall conftest.c -ldnet 1>&5
|
||||
/usr/bin/ld: cannot open -ldnet: No such file or directory
|
||||
collect2: ld returned 1 exit status
|
||||
configure: failed program was:
|
||||
#line 2597 "configure"
|
||||
#line 2835 "configure"
|
||||
#include "confdefs.h"
|
||||
/* Override any gcc2 internal prototype to avoid an error. */
|
||||
/* We use char because int might match the return type of a gcc2
|
||||
|
@ -74,11 +75,12 @@ char dnet_ntoa();
|
|||
int main() {
|
||||
dnet_ntoa()
|
||||
; return 0; }
|
||||
configure:2630: checking for dnet_ntoa in -ldnet_stub
|
||||
configure:2649: gcc -o conftest -O4 -Wall conftest.c -ldnet_stub 1>&5
|
||||
ld: cannot open -ldnet_stub: No such file or directory
|
||||
configure:2868: checking for dnet_ntoa in -ldnet_stub
|
||||
configure:2887: gcc -o conftest -O4 -Wall conftest.c -ldnet_stub 1>&5
|
||||
/usr/bin/ld: cannot open -ldnet_stub: No such file or directory
|
||||
collect2: ld returned 1 exit status
|
||||
configure: failed program was:
|
||||
#line 2638 "configure"
|
||||
#line 2876 "configure"
|
||||
#include "confdefs.h"
|
||||
/* Override any gcc2 internal prototype to avoid an error. */
|
||||
/* We use char because int might match the return type of a gcc2
|
||||
|
@ -88,21 +90,21 @@ char dnet_ntoa();
|
|||
int main() {
|
||||
dnet_ntoa()
|
||||
; return 0; }
|
||||
configure:2678: checking for gethostbyname
|
||||
configure:2706: gcc -o conftest -O4 -Wall conftest.c 1>&5
|
||||
configure:2776: checking for connect
|
||||
configure:2804: gcc -o conftest -O4 -Wall conftest.c 1>&5
|
||||
configure:2868: checking for remove
|
||||
configure:2896: gcc -o conftest -O4 -Wall conftest.c 1>&5
|
||||
configure:2960: checking for shmat
|
||||
configure:2988: gcc -o conftest -O4 -Wall conftest.c 1>&5
|
||||
configure:3061: checking for IceConnectionNumber in -lICE
|
||||
configure:3080: gcc -o conftest -O4 -Wall -L/usr/X11R6/lib conftest.c -lICE 1>&5
|
||||
configure:3113: checking for location of Motif GUI includes
|
||||
configure:3136: checking for location of Motif GUI libs
|
||||
configure:3171: checking for location of GNU includes
|
||||
configure:3193: checking for location of GNU libs
|
||||
configure:3216: checking for ANSI C header files
|
||||
configure:3229: gcc -E conftest.c >/dev/null 2>conftest.out
|
||||
configure:3296: gcc -o conftest -O4 -Wall conftest.c 1>&5
|
||||
configure:3329: checking where the Alliance package was installed
|
||||
configure:2916: checking for gethostbyname
|
||||
configure:2944: gcc -o conftest -O4 -Wall conftest.c 1>&5
|
||||
configure:3014: checking for connect
|
||||
configure:3042: gcc -o conftest -O4 -Wall conftest.c 1>&5
|
||||
configure:3106: checking for remove
|
||||
configure:3134: gcc -o conftest -O4 -Wall conftest.c 1>&5
|
||||
configure:3198: checking for shmat
|
||||
configure:3226: gcc -o conftest -O4 -Wall conftest.c 1>&5
|
||||
configure:3299: checking for IceConnectionNumber in -lICE
|
||||
configure:3318: gcc -o conftest -O4 -Wall -L/usr/X11R6/lib conftest.c -lICE 1>&5
|
||||
configure:3351: checking for location of Motif GUI includes
|
||||
configure:3374: checking for location of Motif GUI libs
|
||||
configure:3409: checking for location of GNU includes
|
||||
configure:3431: checking for location of GNU libs
|
||||
configure:3454: checking for ANSI C header files
|
||||
configure:3467: gcc -E conftest.c >/dev/null 2>conftest.out
|
||||
configure:3534: gcc -o conftest -O4 -Wall conftest.c 1>&5
|
||||
configure:3567: checking where the Alliance package was installed
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Generated automatically by configure.
|
||||
# Run this file to recreate the current configuration.
|
||||
# This directory was configured as follows,
|
||||
# on host bechet:
|
||||
# on host carter.lip6.fr:
|
||||
#
|
||||
# ./configure
|
||||
#
|
||||
|
@ -17,7 +17,7 @@ do
|
|||
echo "running ${CONFIG_SHELL-/bin/sh} ./configure --no-create --no-recursion"
|
||||
exec ${CONFIG_SHELL-/bin/sh} ./configure --no-create --no-recursion ;;
|
||||
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
|
||||
echo "./config.status generated by autoconf version 2.12"
|
||||
echo "./config.status generated by autoconf version 2.13"
|
||||
exit 0 ;;
|
||||
-help | --help | --hel | --he | --h)
|
||||
echo "$ac_cs_usage"; exit 0 ;;
|
||||
|
@ -27,16 +27,18 @@ done
|
|||
|
||||
ac_given_srcdir=.
|
||||
|
||||
trap 'rm -fr Linux_elf.mk alc_env.sh alc_env.csh conftest*; exit 1' 1 2 15
|
||||
trap 'rm -fr alliance_os.mk alc_env.sh alc_env.csh conftest*; exit 1' 1 2 15
|
||||
|
||||
# Protect against being on the right side of a sed subst in config.status.
|
||||
sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
|
||||
s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
|
||||
/^[ ]*VPATH[ ]*=[^:]*$/d
|
||||
|
||||
s%@SHELL@%/bin/sh%g
|
||||
s%@CFLAGS@%-O4 -Wall%g
|
||||
s%@CPPFLAGS@%%g
|
||||
s%@CXXFLAGS@%%g
|
||||
s%@FFLAGS@%%g
|
||||
s%@DEFS@% -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 %g
|
||||
s%@LDFLAGS@%%g
|
||||
s%@LIBS@%%g
|
||||
|
@ -55,14 +57,13 @@ s%@includedir@%${prefix}/include%g
|
|||
s%@oldincludedir@%/usr/include%g
|
||||
s%@infodir@%${prefix}/info%g
|
||||
s%@mandir@%${prefix}/man%g
|
||||
s%@MACHINE@%Linux_elf%g
|
||||
s%@MACHINE@%Linux%g
|
||||
s%@SET_MAKE@%%g
|
||||
s%@ALLIANCE_VERSION@%3.2b%g
|
||||
s%@CC@%gcc%g
|
||||
s%@FULL_CC@%/asim/gnu/bin/gcc%g
|
||||
s%@FULL_CC@%/usr/bin/gcc%g
|
||||
s%@CPP@%gcc -E%g
|
||||
s%@GMAKE@%/asim/gnu/bin/gmake%g
|
||||
s%@MAKE@%/asim/gnu/bin/gmake%g
|
||||
s%@GMAKE@%/usr/bin/gmake%g
|
||||
s%@MAKE@%/usr/bin/gmake%g
|
||||
s%@MAKEFLAGS@%%g
|
||||
s%@YACC@%bison -y%g
|
||||
s%@LEX@%flex%g
|
||||
|
@ -70,55 +71,54 @@ s%@LEXLIB@%-lfl%g
|
|||
s%@LEX_OUTPUT_ROOT@%lex.yy%g
|
||||
s%@YACCFLAGS@%-y %g
|
||||
s%@LEXFLAGS@%%g
|
||||
s%@FULL_LEX@%/asim/gnu/bin/flex%g
|
||||
s%@FULL_YACC@%/asim/gnu/bin/bison%g
|
||||
s%@FULL_LEX@%/usr/bin/flex%g
|
||||
s%@FULL_YACC@%/usr/bin/bison%g
|
||||
s%@CPP_MM@%M%g
|
||||
s%@LN_S@%ln -s%g
|
||||
s%@AR@%/asim/gnu/bin/ar%g
|
||||
s%@AR@%/usr/bin/ar%g
|
||||
s%@ARFLAGS@%rv%g
|
||||
s%@AUTOCONF@%/asim/gnu/bin/autoconf%g
|
||||
s%@AUTOHEADER@%/asim/gnu/bin/autoheader%g
|
||||
s%@AUTOMAKE@%/asim/gnu/bin/automake%g
|
||||
s%@GAWK@%/asim/gnu/bin/gawk%g
|
||||
s%@AWK@%/asim/gnu/bin/gawk%g
|
||||
s%@CAT@%/asim/gnu/bin/cat%g
|
||||
s%@CHMOD@%/asim/gnu/bin/chmod%g
|
||||
s%@CP@%/asim/gnu/bin/cp%g
|
||||
s%@AUTOCONF@%/usr/bin/autoconf%g
|
||||
s%@AUTOHEADER@%/usr/bin/autoheader%g
|
||||
s%@AUTOMAKE@%/usr/bin/automake%g
|
||||
s%@GAWK@%/bin/gawk%g
|
||||
s%@AWK@%/bin/gawk%g
|
||||
s%@CAT@%/bin/cat%g
|
||||
s%@CHMOD@%/bin/chmod%g
|
||||
s%@CP@%/bin/cp%g
|
||||
s%@CSH@%/bin/csh%g
|
||||
s%@CUT@%/asim/gnu/bin/cut%g
|
||||
s%@ECHO@%/asim/gnu/bin/echo%g
|
||||
s%@FALSE@%/asim/gnu/bin/false%g
|
||||
s%@FIND@%/asim/gnu/bin/find%g
|
||||
s%@GREP@%/asim/gnu/bin/grep%g
|
||||
s%@HOSTNAME@%/asim/gnu/bin/hostname%g
|
||||
s%@LD@%/asim/gnu/bin/ld%g
|
||||
s%@LNDIR@%/usr/X11/bin/lndir%g
|
||||
s%@LS@%/asim/gnu/bin/ls%g
|
||||
s%@MKDIR@%/asim/gnu/bin/mkdir%g
|
||||
s%@MV@%/asim/gnu/bin/mv%g
|
||||
s%@PERL@%/asim/gnu/bin/perl%g
|
||||
s%@RANLIB@%/asim/gnu/bin/ranlib%g
|
||||
s%@RM@%/asim/gnu/bin/rm%g
|
||||
s%@SED@%/asim/gnu/bin/sed%g
|
||||
s%@SH@%/asim/gnu/bin/sh%g
|
||||
s%@SHELL@%/asim/gnu/bin/sh%g
|
||||
s%@STRIP@%/asim/gnu/bin/strip%g
|
||||
s%@TEST@%/asim/gnu/bin/test%g
|
||||
s%@TOUCH@%/asim/gnu/bin/touch%g
|
||||
s%@TR@%/asim/gnu/bin/tr%g
|
||||
s%@TRUE@%/asim/gnu/bin/true%g
|
||||
s%@WC@%/asim/gnu/bin/wc%g
|
||||
s%@CUT@%/usr/bin/cut%g
|
||||
s%@ECHO@%/bin/echo%g
|
||||
s%@FALSE@%/bin/false%g
|
||||
s%@FIND@%/usr/bin/find%g
|
||||
s%@GREP@%/bin/grep%g
|
||||
s%@HOSTNAME@%/bin/hostname%g
|
||||
s%@LD@%/usr/bin/ld%g
|
||||
s%@LNDIR@%/usr/X11R6/bin/lndir%g
|
||||
s%@LS@%/bin/ls%g
|
||||
s%@MKDIR@%/bin/mkdir%g
|
||||
s%@MV@%/bin/mv%g
|
||||
s%@PERL@%/usr/bin/perl%g
|
||||
s%@RANLIB@%/usr/bin/ranlib%g
|
||||
s%@RM@%/bin/rm%g
|
||||
s%@SED@%/bin/sed%g
|
||||
s%@SH@%/bin/sh%g
|
||||
s%@STRIP@%/usr/bin/strip%g
|
||||
s%@TEST@%/usr/bin/test%g
|
||||
s%@TOUCH@%/bin/touch%g
|
||||
s%@TR@%/usr/bin/tr%g
|
||||
s%@TRUE@%/bin/true%g
|
||||
s%@WC@%/usr/bin/wc%g
|
||||
s%@X_CFLAGS@% -I/usr/X11R6/include%g
|
||||
s%@X_PRE_LIBS@% -lSM -lICE%g
|
||||
s%@X_LIBS@% -L/usr/X11R6/lib%g
|
||||
s%@X_EXTRA_LIBS@%%g
|
||||
s%@GUI_INC_LOC@%/usr/include/X11%g
|
||||
s%@GUI_INC_LOC@%/usr/X11R6/include%g
|
||||
s%@GUI_LIB_LOC@%/usr/X11R6/lib%g
|
||||
s%@GNU_INC_LOC@%/asim/gnu/include%g
|
||||
s%@GNU_LIB_LOC@%/asim/gnu/lib%g
|
||||
s%@TOP@%/users/soft5/newlabo/alliance/archi%g
|
||||
s%@DATE@%Mon Sep 28 13:20:39 MET DST 1998%g
|
||||
s%@HOST@%Linux bechet 2.0.33 #2 Sun Mar 15 03:57:50 MET 1998 i586 unknown%g
|
||||
s%@GNU_INC_LOC@%.%g
|
||||
s%@GNU_LIB_LOC@%/usr/lib%g
|
||||
s%@TOP@%/alliance/alliance/archi%g
|
||||
s%@DATE@%Thu Aug 26 20:45:26 CEST 1999%g
|
||||
s%@HOST@%Linux carter.lip6.fr 2.2.5-15 #1 Mon Apr 19 22:21:09 EDT 1999 i586 unknown%g
|
||||
|
||||
CEOF
|
||||
|
||||
|
@ -154,7 +154,7 @@ if test -z "$ac_sed_cmds"; then
|
|||
ac_sed_cmds=cat
|
||||
fi
|
||||
|
||||
CONFIG_FILES=${CONFIG_FILES-"Linux_elf.mk alc_env.sh alc_env.csh"}
|
||||
CONFIG_FILES=${CONFIG_FILES-"alliance_os.mk alc_env.sh alc_env.csh"}
|
||||
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
|
||||
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
|
||||
case "$ac_file" in
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,9 +1,13 @@
|
|||
# -*- Mode: Shell-script -*-
|
||||
# configure.in for Alliance CAD system
|
||||
# $Id: configure.in,v 1.1 1999/05/31 17:30:30 alliance Exp $
|
||||
# ,,,
|
||||
# (o o)
|
||||
####=====oOO--(_)--OOO=========================================####
|
||||
#
|
||||
# Alliance CAD system configure.in
|
||||
# (C) 1997 Czo -- <Olivier.Sirol@lip6.fr>
|
||||
# $Id: configure.in,v 1.2 1999/08/26 18:47:42 czo Exp $
|
||||
#
|
||||
|
||||
AC_REVISION($Revision: 1.1 $)dnl
|
||||
AC_REVISION($Revision: 1.2 $)dnl
|
||||
|
||||
AC_INIT(configure.in)
|
||||
|
||||
|
@ -17,26 +21,40 @@ AC_PREFIX_DEFAULT(/usr/local/alliance)
|
|||
|
||||
# Which platform for Alliance CAD
|
||||
AC_MSG_CHECKING(for platform)
|
||||
|
||||
# WARNING : if changing this remember to do it on the 3 config files :
|
||||
# configure.in alc_env.sh.in and alc_env.csh.in
|
||||
MACHINE=Unknown
|
||||
|
||||
case `uname` in
|
||||
|
||||
Linux*) case `uname -r` in
|
||||
1.*) MACHINE=Linux_aout ;;
|
||||
*) MACHINE=Linux_elf ;;
|
||||
1.*) MACHINE=Linux_aout ;;
|
||||
2.0*) MACHINE=Linux_elf ;;
|
||||
*) MACHINE=Linux ;;
|
||||
esac ;;
|
||||
|
||||
SunOS*) case `uname -r` in
|
||||
5*) MACHINE=Solaris ;;
|
||||
*) MACHINE=SunOS ;;
|
||||
esac ;;
|
||||
|
||||
FreeBSD*) MACHINE=FreeBSD ;;
|
||||
|
||||
HP-UX*) MACHINE=HPUX ;;
|
||||
|
||||
OSF1*) MACHINE=OSF ;;
|
||||
|
||||
*) MACHINE=Unknown ;;
|
||||
|
||||
esac
|
||||
export MACHINE
|
||||
|
||||
AC_MSG_RESULT(Configuring Alliance VLSI CAD System on platform : $MACHINE)
|
||||
AC_SUBST(MACHINE)
|
||||
|
||||
AC_PROG_MAKE_SET
|
||||
|
||||
ALLIANCE_VERSION=3.2b
|
||||
AC_SUBST(ALLIANCE_VERSION)
|
||||
|
||||
################################################################## Binaries
|
||||
AC_CHECKING(%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Binaries)
|
||||
|
||||
|
@ -137,7 +155,7 @@ AC_PATH_PROG(SH, sh)
|
|||
if test "$SH" != sh ; then
|
||||
SHELL=$SH
|
||||
else
|
||||
SHELL=/bin/shkvjdkjvdf
|
||||
SHELL=/bin/sh
|
||||
fi
|
||||
AC_SUBST(SHELL)
|
||||
|
||||
|
@ -311,9 +329,9 @@ AC_STDC_HEADERS
|
|||
|
||||
################################################################### Alliance TOP
|
||||
AC_MSG_CHECKING(where the Alliance package was installed)
|
||||
TOP=`pwd | sed 's/share\/etc$/archi/'`
|
||||
TOP=`pwd | sed 's,share/etc$,archi,'`
|
||||
export TOP
|
||||
AC_MSG_RESULT(Alliance TOP is "$TOP")
|
||||
AC_MSG_RESULT(Alliance TOP is "$TOP"/"$MACHINE")
|
||||
AC_SUBST(TOP)
|
||||
|
||||
DATE=`date`
|
||||
|
@ -322,10 +340,11 @@ AC_SUBST(DATE)
|
|||
HOST=`uname -a`
|
||||
AC_SUBST(HOST)
|
||||
|
||||
# create the
|
||||
cp machine.mk.in $MACHINE.mk.in
|
||||
# create output files
|
||||
|
||||
AC_OUTPUT($MACHINE.mk alc_env.sh alc_env.csh)
|
||||
AC_OUTPUT(alliance_os.mk alc_env.sh alc_env.csh)
|
||||
|
||||
mv alliance_os.mk $MACHINE.mk
|
||||
|
||||
# remove config cache
|
||||
rm -f config.cache
|
||||
|
|
|
@ -1,74 +0,0 @@
|
|||
# -*- Mode: Makefile -*-
|
||||
#
|
||||
####---------------------------------------------------------###
|
||||
# description : Alliance include file for Makefiles
|
||||
# architecture : @HOST@
|
||||
# date : @DATE@
|
||||
# file : @MACHINE@.mk
|
||||
#
|
||||
|
||||
# The variables $TOP and $MACHINE are set by
|
||||
# alc_env.[c]sh script
|
||||
|
||||
ALLIANCE_VERSION = '"@ALLIANCE_VERSION@"'
|
||||
ALLIANCE_BIN = $(TOP)/bin
|
||||
ALLIANCE_LIB = $(TOP)/lib
|
||||
ALLIANCE_INCLUDE = $(TOP)/include
|
||||
ALLIANCE_CELLS = $(TOP)/cells
|
||||
ALLIANCE_ETC = $(TOP)/etc
|
||||
|
||||
# distrib path
|
||||
TARGET_BIN = $(TOP)/bin
|
||||
TARGET_LIB = $(TOP)/lib
|
||||
TARGET_INCLUDE = $(TOP)/include
|
||||
|
||||
# develloppers path
|
||||
#TARGET_BIN = $(HOME)/labo/$(MACHINE)/bin
|
||||
#TARGET_LIB = $(HOME)/labo/$(MACHINE)/lib
|
||||
#TARGET_INCLUDE = $(HOME)/labo/$(MACHINE)/include
|
||||
|
||||
GNU_LIB = @GNU_LIB_LOC@
|
||||
GNU_INCLUDE = @GNU_INC_LOC@
|
||||
|
||||
|
||||
X11_LIB = . @X_LIBS@ @X_EXTRA_LIBS@ @X_PRE_LIBS@
|
||||
X11_INCLUDE = . @X_CFLAGS@
|
||||
|
||||
#You may need -lXintl
|
||||
MOTIF_LIB = @GUI_LIB_LOC@
|
||||
MOTIF_INCLUDE = @GUI_INC_LOC@
|
||||
|
||||
SHELL = @SHELL@
|
||||
CSH = @CSH@
|
||||
CP = @CP@
|
||||
MV = @MV@
|
||||
RM = @RM@
|
||||
MKDIR = @MKDIR@
|
||||
FIND = @FIND@
|
||||
SED = @SED@
|
||||
AWK = @AWK@
|
||||
TR = @TR@
|
||||
TOUCH = @TOUCH@
|
||||
STRIP = @STRIP@
|
||||
RANLIB = @RANLIB@
|
||||
|
||||
MAKE = @MAKE@
|
||||
MAKEFLAGS = @MAKEFLAGS@
|
||||
|
||||
CC = @FULL_CC@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
|
||||
#CFLAGS = -DALLIANCE_DISTRIB
|
||||
#CPPFLAGS = -DALLIANCE_DISTRIB
|
||||
|
||||
YACC = @FULL_YACC@
|
||||
YACCFLAGS = @YACCFLAGS@
|
||||
|
||||
LEX = @FULL_LEX@
|
||||
LEXFLAGS = @LEXFLAGS@
|
||||
|
||||
AR = @AR@
|
||||
ARFLAGS = @ARFLAGS@
|
||||
|
||||
# EOF
|
Loading…
Reference in New Issue