README and
Imakefile.
Imakefile directly.
Tgif.tmpl
for modification:
cp -p Tgif.tmpl-aix4 Tgif.tmpl # for AIX 4 through 7 cp -p Tgif.tmpl-hpux Tgif.tmpl # for HP-UX ... etc ...
Modifications are as follows:
BINDIR = /tmp/tgif-2.16-p12/bin
LIBDIR = /tmp/tgif-2.16-p12/lib
MANPATH = /tmp/tgif-2.16-p12/man
TGIFDIR = /tmp/tgif-2.16-p12/lib/X11/tgif # ensure !
# AIX 5.3, 6.1
INSTALLFLAGS = $(InstallFlags) -c -g biodev # add some real group to allow non-root installation
# Tgif V4.x:
MOREDEFINES = -O2 -D_LARGE_FILES -qcpluscmt -I/bio/local/../61/include
# HP-UX 10.20
# Tgif V4.x:
MOREDEFINES = -O2 -D_FILE_OFFSET_BITS=64 +z -I/nfs/local/1020/include
Then:
xmkmf make clean make tgif make install make install.man