Modified Files:

Tag: TCLSPICE
 	icm/Makefile.am icm/icm_spice2poly/Makefile.am

	Use tclspice cmpp dir
This commit is contained in:
stefanjones 2003-07-08 12:56:48 +00:00
parent 13b49db876
commit 29b8f46f0a
2 changed files with 3 additions and 3 deletions

View File

@ -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. ------

View File

@ -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. ------
##