Modified Files:
Tag: TCLSPICE icm/Makefile.am icm/icm_spice2poly/Makefile.am Use tclspice cmpp dir
This commit is contained in:
parent
13b49db876
commit
29b8f46f0a
|
|
@ -13,8 +13,8 @@ EXTRA_DIST = README modpath.lst udnpath.lst spice2poly.cm dlmain.c
|
|||
|
||||
|
||||
# Edit these to point to your Opus installation
|
||||
CMPPDIR = /usr/local/opus/bin
|
||||
OPUS_INCLUDE_DIR = /usr/local/opus/lib/spice/include
|
||||
CMPPDIR = $(top_srcdir)/src/xspice/cmpp
|
||||
OPUS_INCLUDE_DIR = $(top_srcdir)/src/include
|
||||
|
||||
|
||||
##------ automake definitions below. ------
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
# Edit this to point to cmpp in your installation.
|
||||
CMPPDIR = /usr/local/opus/bin
|
||||
CMPPDIR = $(top_srcdir)/src/xspice/cmpp
|
||||
|
||||
##------ automake definitions below. ------
|
||||
##
|
||||
|
|
|
|||
Loading…
Reference in New Issue