####################################################################### ####### Makefile generated by build script ############################ VERSION = 2.5 DATE = Sun Jan 20 15:50:37 EST 2008 ####################################################################### ####################################################################### ##### User configurable parameters #################################### # where to install jspice3 prefix = /usr/local SPICE_DIR = $(prefix) SPICE_LIB_DIR = $(SPICE_DIR)/lib/jspice3 SPICE_EXEC_DIR = $(SPICE_DIR)/bin # supported devices (src required) DEVICES = bjt bsim1 bsim2 cap dio ind jfet jj ltra mes mos \ res src sw tra urc # supported analysis types (op and dc required) ANALYSES = op dc tf ac tran pz disto noise sense # where bug reports are sent with the "bug" command BUG_ADDR = stevew@srware.com # name of host for remote spice runs SPICE_HOST = localhost # spice daemon log file SPICED_LOG = /tmp/spiced.log # misc defaults DEFAULT_EDITOR = vi ASCII_RAWFILE = 1 OPT_CHAR = - # everyday compiler options CC_OPT = -fno-common # compiler options for time critical numerical routines CC_OPT_S = $(CC_OPT) ####################################################################### ##### You shouldn't have to edit anything below ####################### CC = gcc DEPEND_PROG = gcc -MM INSTALL = install LDFLAGS = -ltermcap -lm RANLIB = ranlib INCX = -I/usr/X11R6/include LIBX = -lSM -lICE -L/usr/X11R6/lib -lXaw -lXt -lXext -lXmu -lX11 INTERFACE_OPTS = -DWANT_MFB -DWANT_X11 MFB = mfb