1996-11-25 10:00:33 +00:00
|
|
|
*** Imakefile.orig Thu Jan 21 21:27:31 1993
|
|
|
|
--- Imakefile Sat Aug 3 14:30:53 1996
|
|
|
|
***************
|
|
|
|
*** 7,28 ****
|
|
|
|
/**/# Here's what to change to customize the installation...
|
|
|
|
/**/# Where do you want this stuff (if the defaults aren't okay)?
|
|
|
|
|
|
|
|
! BINDIR = /home/cur/bri/bin/mbins/${M}bin
|
|
|
|
! LIBDIR = /home/cur/bri/lib
|
|
|
|
! MANDIR = /home/cur/bri/Man
|
|
|
|
|
|
|
|
/**/# Where is the Xpm header and library files
|
|
|
|
/**/# This program needs the Xpm libraries written by Arnaud Le Hors.
|
|
|
|
/**/# it can be obtained by anonymous ftp to: export.lcs.mit.edu
|
|
|
|
/**/# and from many other sites.
|
|
|
|
|
|
|
|
! XPM_DIR = /home/cur/bri/Xstuff/Progs/bricons/xpm
|
|
|
|
XPM_INCLUDE_DIR = $(XPM_DIR)
|
|
|
|
! XPM_LIB_DIR = $(LIBDIR)
|
|
|
|
|
|
|
|
/**/# This is -g for debugging or -O for optimization (or nothing).
|
|
|
|
|
|
|
|
! CDEBUGFLAGS = -g
|
|
|
|
|
|
|
|
/**/# Nothing to change below here
|
|
|
|
|
|
|
|
--- 7,28 ----
|
|
|
|
/**/# Here's what to change to customize the installation...
|
|
|
|
/**/# Where do you want this stuff (if the defaults aren't okay)?
|
|
|
|
|
2000-04-01 01:45:51 +00:00
|
|
|
! XCOMM BINDIR = /home/cur/bri/bin/mbins/${M}bin
|
|
|
|
! XCOMM LIBDIR = /home/cur/bri/lib
|
|
|
|
! XCOMM MANDIR = /home/cur/bri/Man
|
1996-11-25 10:00:33 +00:00
|
|
|
|
|
|
|
/**/# Where is the Xpm header and library files
|
|
|
|
/**/# This program needs the Xpm libraries written by Arnaud Le Hors.
|
|
|
|
/**/# it can be obtained by anonymous ftp to: export.lcs.mit.edu
|
|
|
|
/**/# and from many other sites.
|
|
|
|
|
2000-04-01 01:45:51 +00:00
|
|
|
! XPM_DIR = $(INCROOT)/X11
|
1996-11-25 10:00:33 +00:00
|
|
|
XPM_INCLUDE_DIR = $(XPM_DIR)
|
2000-04-01 01:45:51 +00:00
|
|
|
! XPM_LIB_DIR = $(LIBDIR)
|
1996-11-25 10:00:33 +00:00
|
|
|
|
|
|
|
/**/# This is -g for debugging or -O for optimization (or nothing).
|
|
|
|
|
2000-04-01 01:45:51 +00:00
|
|
|
! XCOMM CDEBUGFLAGS = -g
|
1996-11-25 10:00:33 +00:00
|
|
|
|
|
|
|
/**/# Nothing to change below here
|
|
|
|
|