# UNIX shell file to source to make Vibrant version of tools using # cc compiler on linux. Just modify this according to the header info # in makeall.unx for other systems. # # To Make the Motif version of Vibrant libraries and add Vibrant front # end to asntool, add: # VIBLIBS="-lXm -lXmu -lXt -lX11" LIB4=libvibrant.a VIBFLAG="-I/am/Motif/include -DWIN_MOTIF" # to the argument list. Substitute the path to your Motif includes for # /am/Motif/include. # #make LCL=lnx OTHERLIBS="-lm -lPW -lsun" VIBLIBS="-lXm -lXmu -lXt -lX11" LIB4=libvibrant.a VIBFLAG="-I/usr/X11R6/include -DWIN_MOTIF" make LCL=lnx OTHERLIBS="-lm -lPW -lsun" VIBLIBS="-lXm -lXmu -lXt -lX11 -lXp" LIB4=libvibrant.a VIBFLAG="-I/usr/X11R6/include/Xm -DWIN_MOTIF"