*shared* #This file is designed for building a dynamic extension. # Gist module # Change XLIB to the directory where libX11.a is found on your system. # Change YORHOME to the directory (--prefix) where Yorick was installed. XLIB = /usr/X11R6/lib YORHOME = /usr/local GISTH = $(YORHOME)/lib/yorick/1.4/h GISTL = $(YORHOME)/lib/yorick/1.4/lib gistC Gist/Src/gistCmodule.c -I$(GISTH) -L$(GISTL) -L$(XLIB) -lgist -lX11 -lm # Arrayfns module - supports Z. Motteler's 3D additions to pygist arrayfns Arrayfcns/Src/arrayfnsmodule.c # Narcisse module - no use if you don't have Narcisse. #SUNLIB=/opt/SUNWspro/SC3.0.1/lib #NARCISSE=/usr/local/Narcisse/V1.2 #NARCISSE_H=$NARCISSE/include #NARCISSE_LIB=$NARCISSE/lib/SunOS_5__sun4 #NARCISSE_I="-I$NARCISSE_H" #NARCISSE_L="-L$SUNLIB -L$NARCISSE_LIB -lnx -lnarcisse -lsunmath" #narcisse Narcisse/Src/narcissemodule.c $NARCISSE_I $NARCISSE_L