*** ./Makefile Thu Jul 22 18:28:30 1993 --- ../ghostview-1.5/./Makefile Sat May 9 03:30:19 1998 *************** *** 1,82 **** # Makefile generated by imake - do not edit! ! # $XConsortium: imake.c,v 1.65 91/07/25 17:50:17 rws Exp $ ! # ------------------------------------------------------------------------- ! # Makefile generated from "Imake.tmpl" and ! # $XConsortium: Imake.tmpl,v 1.139 91/09/16 08:52:48 rws Exp $ # ! # Platform-specific parameters may be set in the appropriate .cf ! # configuration files. Site-specific parameters should be set in the file ! # site.def. Full rebuilds are recommended if any parameters are changed. ! # ! # If your C preprocessor does not define any unique symbols, you will need ! # to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing ! # "make World" the first time). ! # ! # ------------------------------------------------------------------------- # site-specific configuration parameters that need to come before # the platform-specific parameters - edit site.def to change ! # site: $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $ ! # ------------------------------------------------------------------------- ! # platform-specific configuration parameters - edit ibm.cf to change ! # platform: $XConsortium: ibm.cf,v 1.29 91/07/28 22:39:58 rws Exp $ ! # operating system: AOS 4.3 ! PCC = pcc ! # ------------------------------------------------------------------------- # site-specific configuration parameters that go after # the platform-specific parameters - edit site.def to change ! # site: $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $ ! SHELL = /bin/sh TOP = . CURRENT_DIR = . ! AR = ar cq ! BOOTSTRAPCFLAGS = ! CC = cc ! AS = as COMPRESS = compress CPP = /lib/cpp $(STD_CPP_DEFINES) ! PREPROCESSCMD = cc -E $(STD_CPP_DEFINES) ! INSTALL = install ! LD = ld LINT = lint ! LINTLIBFLAG = -C ! LINTOPTS = -ax LN = ln -s ! MAKE = make MV = mv CP = cp - RANLIB = ranlib - RANLIBINSTFLAGS = - RM = rm -f ! TROFF = psroff MSMACROS = -ms TBL = tbl EQN = eqn ! STD_INCLUDES = ! STD_CPP_DEFINES = ! STD_DEFINES = EXTRA_LOAD_FLAGS = EXTRA_LIBRARIES = TAGS = ctags ! PROTO_DEFINES = ! INSTPGMFLAGS = -s INSTBINFLAGS = -m 0755 INSTUIDFLAGS = -m 4755 INSTLIBFLAGS = -m 0644 --- 1,142 ---- # Makefile generated by imake - do not edit! ! # $XConsortium: imake.c /main/90 1996/11/13 14:43:23 lehors $ ! # ---------------------------------------------------------------------- ! # Makefile generated from "Imake.tmpl" and ! # $XConsortium: Imake.tmpl,v 1.227 95/05/05 17:42:07 kaleb Exp $ # ! ! .SUFFIXES: .i ! # $XConsortium: Imake.cf,v 1.19 95/01/05 19:24:32 kaleb Exp $ ! ! # ----------------------------------------------------------------------- # site-specific configuration parameters that need to come before # the platform-specific parameters - edit site.def to change ! # site: $XConsortium: site.sample,v 1.9 94/04/08 17:02:06 rws Exp $ ! ! # ----------------------------------------------------------------------- ! # platform-specific configuration parameters - edit sgi.cf to change ! # platform: $XConsortium: sgi.cf,v 1.43 94/06/03 21:38:45 matt Exp $ ! # operating system: IRIX ! OPTIMIZER = -O2 ! MANUSR = /usr/share/local ! CATMAN1DIR = $(MANUSR)/catman/u_man/cat1 ! CATMAN3DIR = $(MANUSR)/catman/p_man/cat3 ! MAN1DIR = $(MANUSR)/man/u_man/man1 ! MAN3DIR = $(MANUSR)/man/p_man/man3 ! ! MANPACKAGE = /X11 ! ! # $XConsortium: sgiLib.rules,v 1.8 93/09/11 17:59:30 rws Exp $ ! ! # ----------------------------------------------------------------------- # site-specific configuration parameters that go after # the platform-specific parameters - edit site.def to change ! # site: $XConsortium: site.sample,v 1.9 94/04/08 17:02:06 rws Exp $ ! ! # --------------------------------------------------------------------- ! # Imake rules for building libraries, programs, scripts, and data files ! # rules: $XConsortium: Imake.rules,v 1.201 95/06/05 19:43:41 gildea Exp $ ! PATHSEP = / ! SHELL = /bin/sh TOP = . CURRENT_DIR = . ! IMAKE = imake ! DEPEND = makedepend ! MKDIRHIER = mkdirhier ! CONFIGSRC = $(TOP)/config ! IMAKESRC = $(CONFIGSRC)/imake ! DEPENDSRC = $(CONFIGSRC)/makedepend ! IXXSRC = $(UNSUPPORTEDSRC)/programs/ixx ! IXX = ixx ! IXXFLAGS = -s BaseObject -m TypeObj -r RequestObj -p Xf ! IXXINCLUDES = -i '' ! ! INCROOT = /usr/include ! USRLIBDIR = /usr/lib ! SHLIBDIR = /usr/lib32 ! ISALIBDIR = /usr/lib32/mips3 ! LINTLIBDIR = $(USRLIBDIR)/lint ! MANPATH = /usr/share/man ! MANSOURCEPATH = $(MANPATH)/man ! MANDIR = $(CATMAN1DIR)$(MANPACKAGE) ! LIBMANDIR = $(CATMAN3DIR)$(MANPACKAGE) ! FILEMANDIR = $(MANSOURCEPATH)$(FILEMANSUFFIX) ! ! AR = $(TOOLROOT)/usr/bin/ar cq ! BOOTSTRAPCFLAGS = $(OPTIMIZER) ! CC = $(TOOLROOT)/usr/bin/cc ! AS = $(TOOLROOT)/usr/bin/as ! ! .SUFFIXES: .cxx ! ! CXX = CC ! CXXDEBUGFLAGS = $(OPTIMIZER) ! CXXEXTRA_DEFINES = ! CXXEXTRA_INCLUDES = ! CXXIDL_INCLUDES = -I$(TOP)/include ! CXXSTD_DEFINES = -DSYSV -DSVR4 -nostdinc -I$(ROOT)/usr/include ! CXXOPTIONS = ! CXXINCLUDES = $(INCLUDES) $(TOP_INCLUDES) $(CXXEXTRA_INCLUDES) $(CXXIDL_INCLUDES) ! CXXDEFINES = $(CXXINCLUDES) $(CXXSTD_DEFINES) $(THREADS_CXXDEFINES) $(CXXEXTRA_DEFINES) ! CXXFLAGS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES) COMPRESS = compress CPP = /lib/cpp $(STD_CPP_DEFINES) ! PREPROCESSCMD = $(TOOLROOT)/usr/bin/cc -E $(STD_CPP_DEFINES) ! INSTALL = bsdinst ! INSTALLFLAGS = -c ! LD = $(TOOLROOT)/usr/bin/ld ! LEX = lex ! LEXLIB = -ll ! YACC = yacc ! CCYACC = yacc LINT = lint ! LINTLIBFLAG = -o ! LINTOPTS = -bh LN = ln -s ! MV = mv CP = cp RM = rm -f ! MANSUFFIX = 1 ! LIBMANSUFFIX = 3 ! FILEMANSUFFIX = 4 ! TROFF = psroff -t MSMACROS = -ms TBL = tbl EQN = eqn ! ! DVIPS = dvips ! LATEX = latex ! ! STD_INCLUDES = -nostdinc -I$(ROOT)/usr/include ! STD_CPP_DEFINES = -DSYSV -DSVR4 ! STD_DEFINES = -DSYSV -DSVR4 EXTRA_LOAD_FLAGS = + EXTRA_LDOPTIONS = EXTRA_LIBRARIES = TAGS = ctags ! SHAREDCODEDEF = ! SHLIBDEF = ! PROTO_DEFINES = -DFUNCPROTO=7 -DNARROWPROTO + INSTPGMFLAGS = + INSTBINFLAGS = -m 0755 INSTUIDFLAGS = -m 4755 INSTLIBFLAGS = -m 0644 *************** *** 83,111 **** INSTINCFLAGS = -m 0444 INSTMANFLAGS = -m 0444 INSTDATFLAGS = -m 0444 ! INSTKMEMFLAGS = -m 4755 ! ! PROJECTROOT = ! TOP_INCLUDES = -I$(INCROOT) - CDEBUGFLAGS = -O - CCOPTIONS = - ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES) ! ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(EXTRA_DEFINES) $(PROTO_DEFINES) $(DEFINES) ! CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES) ! LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES) ! LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES) ! LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) $(LOCAL_LDFLAGS) -L$(USRLIBDIR) ! LDCOMBINEFLAGS = -X -r DEPENDFLAGS = ! MACROFILE = ibm.cf ! RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut IMAKE_DEFINES = --- 143,174 ---- INSTINCFLAGS = -m 0444 INSTMANFLAGS = -m 0444 INSTDATFLAGS = -m 0444 ! INSTKMEMFLAGS = -m 2755 -g sys ! CDEBUGFLAGS = $(OPTIMIZER) ! CCOPTIONS = -xansi -n32 -mips3 ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES) ! ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(EXTRA_DEFINES) $(PROTO_DEFINES) $(THREADS_DEFINES) $(DEFINES) ! CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES) ! LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES) $(DEPEND_DEFINES) ! LDPRELIB = ! LDPOSTLIB = -nostdlib -L$(ROOT)$(SHLIBDIR)/mips3 -L$(ROOT)$(SHLIBDIR) ! LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) $(EXTRA_LDOPTIONS) $(THREADS_LDFLAGS) $(LOCAL_LDFLAGS) $(LDPRELIB) ! CXXLDOPTIONS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(EXTRA_LDOPTIONS) $(THREADS_CXXLDFLAGS) $(LOCAL_LDFLAGS) $(LDPRELIB) ! ! LDLIBS = $(LDPOSTLIB) $(THREADS_LIBS) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES) ! CCLINK = $(CC) ! CXXLINK = $(CXX) ! LDSTRIPFLAGS = -x ! LDCOMBINEFLAGS = -r DEPENDFLAGS = ! MACROFILE = sgi.cf ! RM_CMD = $(RM) IMAKE_DEFINES = *************** *** 112,152 **** IRULESRC = $(CONFIGDIR) IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES) ! ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \ ! $(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \ ! $(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES) ! ! # ------------------------------------------------------------------------- ! # X Window System Build Parameters ! # $XConsortium: Project.tmpl,v 1.138 91/09/10 09:02:12 rws Exp $ ! # ------------------------------------------------------------------------- ! # X Window System make variables; this need to be coordinated with rules ! PATHSEP = / ! USRLIBDIR = /usr/lib ! BINDIR = /usr/bin ! INCROOT = /usr/include BUILDINCROOT = $(TOP) BUILDINCDIR = $(BUILDINCROOT)/X11 BUILDINCTOP = .. INCDIR = $(INCROOT)/X11 ADMDIR = /usr/adm LIBDIR = $(USRLIBDIR)/X11 - CONFIGDIR = $(LIBDIR)/config - LINTLIBDIR = $(USRLIBDIR)/lint FONTDIR = $(LIBDIR)/fonts XINITDIR = $(LIBDIR)/xinit ! XDMDIR = $(LIBDIR)/xdm TWMDIR = $(LIBDIR)/twm - MANPATH = /usr/man - MANSOURCEPATH = $(MANPATH)/man - MANSUFFIX = 1 - LIBMANSUFFIX = 3 - MANDIR = $(MANSOURCEPATH)$(MANSUFFIX) - LIBMANDIR = $(MANSOURCEPATH)$(LIBMANSUFFIX) NLSDIR = $(LIBDIR)/nls PEXAPIDIR = $(LIBDIR)/PEX XAPPLOADDIR = $(LIBDIR)/app-defaults FONTCFLAGS = -t --- 175,207 ---- IRULESRC = $(CONFIGDIR) IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES) ! ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Project.tmpl \ ! $(IRULESRC)/site.def $(IRULESRC)/$(MACROFILE) \ ! $(IRULESRC)/host.def $(EXTRA_ICONFIGFILES) ! ! # ----------------------------------------------------------------------- ! # X Window System Build Parameters and Rules ! # $XConsortium: Project.tmpl,v 1.248 95/01/06 19:12:51 gildea Exp $ ! # ----------------------------------------------------------------------- ! # X Window System make variables; these need to be coordinated with rules ! BINDIR = /usr/bin/X11 BUILDINCROOT = $(TOP) BUILDINCDIR = $(BUILDINCROOT)/X11 BUILDINCTOP = .. + BUILDLIBDIR = $(TOP)/usrlib + BUILDLIBTOP = .. INCDIR = $(INCROOT)/X11 ADMDIR = /usr/adm LIBDIR = $(USRLIBDIR)/X11 FONTDIR = $(LIBDIR)/fonts XINITDIR = $(LIBDIR)/xinit ! XDMDIR = /var/X11/xdm TWMDIR = $(LIBDIR)/twm NLSDIR = $(LIBDIR)/nls + XLOCALEDIR = $(LIBDIR)/locale PEXAPIDIR = $(LIBDIR)/PEX XAPPLOADDIR = $(LIBDIR)/app-defaults FONTCFLAGS = -t *************** *** 153,240 **** INSTAPPFLAGS = $(INSTDATFLAGS) - IMAKE = imake - DEPEND = makedepend RGB = rgb - FONTC = bdftopcf - MKFONTDIR = mkfontdir - MKDIRHIER = /bin/sh $(BINDIR)/mkdirhier - CONFIGSRC = $(TOP)/config DOCUTILSRC = $(TOP)/doc/util ! CLIENTSRC = $(TOP)/clients ! DEMOSRC = $(TOP)/demos LIBSRC = $(TOP)/lib FONTSRC = $(TOP)/fonts INCLUDESRC = $(TOP)/X11 ! SERVERSRC = $(TOP)/server ! UTILSRC = $(TOP)/util ! SCRIPTSRC = $(UTILSRC)/scripts ! EXAMPLESRC = $(TOP)/examples CONTRIBSRC = $(TOP)/../contrib DOCSRC = $(TOP)/doc ! RGBSRC = $(TOP)/rgb ! DEPENDSRC = $(UTILSRC)/makedepend ! IMAKESRC = $(CONFIGSRC) XAUTHSRC = $(LIBSRC)/Xau ! XLIBSRC = $(LIBSRC)/X XMUSRC = $(LIBSRC)/Xmu TOOLKITSRC = $(LIBSRC)/Xt AWIDGETSRC = $(LIBSRC)/Xaw ! OLDXLIBSRC = $(LIBSRC)/oldX ! XDMCPLIBSRC = $(LIBSRC)/Xdmcp ! BDFTOSNFSRC = $(FONTSRC)/bdftosnf ! BDFTOSNFSRC = $(FONTSRC)/clients/bdftosnf ! BDFTOPCFSRC = $(FONTSRC)/clients/bdftopcf ! MKFONTDIRSRC = $(FONTSRC)/clients/mkfontdir ! FSLIBSRC = $(FONTSRC)/lib/fs ! FONTSERVERSRC = $(FONTSRC)/server ! EXTENSIONSRC = $(TOP)/extensions ! XILIBSRC = $(EXTENSIONSRC)/lib/xinput ! PHIGSLIBSRC = $(EXTENSIONSRC)/lib/PEX ! ! DEPEXTENSIONLIB = $(USRLIBDIR)/libXext.a ! EXTENSIONLIB = -lXext ! ! DEPXLIB = $(DEPEXTENSIONLIB) $(USRLIBDIR)/libX11.a ! XLIB = $(EXTENSIONLIB) -lX11 ! ! DEPXAUTHLIB = $(USRLIBDIR)/libXau.a ! XAUTHLIB = -lXau ! DEPXDMCPLIB = $(USRLIBDIR)/libXdmcp.a ! XDMCPLIB = -lXdmcp ! ! DEPXMULIB = $(USRLIBDIR)/libXmu.a ! XMULIB = -lXmu ! ! DEPOLDXLIB = $(USRLIBDIR)/liboldX.a ! OLDXLIB = -loldX ! ! DEPXTOOLLIB = $(USRLIBDIR)/libXt.a ! XTOOLLIB = -lXt ! ! DEPXAWLIB = $(USRLIBDIR)/libXaw.a ! XAWLIB = -lXaw ! ! DEPXILIB = $(USRLIBDIR)/libXi.a ! XILIB = -lXi ! ! DEPPHIGSLIB = $(USRLIBDIR)/libphigs.a ! PHIGSLIB = -lphigs ! ! DEPXBSDLIB = $(USRLIBDIR)/libXbsd.a ! XBSDLIB = -lXbsd ! ! LINTEXTENSIONLIB = $(LINTLIBDIR)/llib-lXext.ln ! LINTXLIB = $(LINTLIBDIR)/llib-lX11.ln ! LINTXMU = $(LINTLIBDIR)/llib-lXmu.ln ! LINTXTOOL = $(LINTLIBDIR)/llib-lXt.ln ! LINTXAW = $(LINTLIBDIR)/llib-lXaw.ln ! LINTXI = $(LINTLIBDIR)/llib-lXi.ln ! LINTPHIGS = $(LINTLIBDIR)/llib-lphigs.ln DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) DEPLIBS1 = $(DEPLIBS) --- 208,434 ---- INSTAPPFLAGS = $(INSTDATFLAGS) RGB = rgb FONTC = bdftopcf MKFONTDIR = mkfontdir DOCUTILSRC = $(TOP)/doc/util ! XDOCMACROS = $(DOCUTILSRC)/macros.t ! XIDXMACROS = $(DOCUTILSRC)/indexmacros.t ! PROGRAMSRC = $(TOP)/programs LIBSRC = $(TOP)/lib FONTSRC = $(TOP)/fonts INCLUDESRC = $(TOP)/X11 ! SERVERSRC = $(TOP)/programs/Xserver CONTRIBSRC = $(TOP)/../contrib + UNSUPPORTEDSRC = $(TOP)/unsupported DOCSRC = $(TOP)/doc ! RGBSRC = $(TOP)/programs/rgb ! BDFTOPCFSRC = $(PROGRAMSRC)/bdftopcf ! MKFONTDIRSRC = $(PROGRAMSRC)/mkfontdir ! FONTSERVERSRC = $(PROGRAMSRC)/xfs ! FONTINCSRC = $(TOP)/include/fonts ! EXTINCSRC = $(TOP)/include/extensions ! TRANSCOMMSRC = $(LIBSRC)/xtrans ! TRANS_INCLUDES = -I$(TRANSCOMMSRC) ! ! # Supporting dynamic shared object libraries for IRIX 5.0 ! ! # These defines mimic what is in /usr/include/make/commondefs ! # (Should be in sync with Revision 1.99) ! ! DSOREGFILE = $$ROOT$(SHLIBDIR)/so_locations ! DSOSTARTOPT = -update_registry $(DSOREGFILE) ! DSONAMEOPT = -soname $@ ! DSOVERSION = sgi1.0 ! DSOVERSIONOPT = -set_version $(DSOVERSION) ! LDDSOOPTS = -n32 -mips3 -shared -no_unresolved $(VLDDSOOPTS) \ ! $(LLDDSOOPTS) $(GLDDSOOPTS) ! GLDDSOOPTS = -all $(DSOSTARTOPT) $(DSONAMEOPT) $(DSOVERSIONOPT) ! ! LIBSRC = $(TOP)/libN32 ! ! XLIBSRC = $(LIBSRC)/X11 ! ! SOXLIBREV = .1 ! DEPXONLYLIB = $(ROOT)$(SHLIBDIR)/libX11.so$(SOXLIBREV) ! XONLYLIB = -lX11 ! ! LINTXONLY = $(LINTLIBDIR)/llib-lX11.ln ! ! XLIBONLY = $(XONLYLIB) ! ! XEXTLIBSRC = $(LIBSRC)/Xext ! ! SOXEXTREV = ! DEPEXTENSIONLIB = $(ROOT)$(SHLIBDIR)/libXext.so$(SOXEXTREV) ! EXTENSIONLIB = -lXext ! ! LINTEXTENSION = $(LINTLIBDIR)/llib-lXext.ln ! ! LINTEXTENSIONLIB = $(LINTEXTENSION) ! DEPXLIB = $(DEPEXTENSIONLIB) $(DEPXONLYLIB) ! XLIB = $(EXTENSIONLIB) $(XONLYLIB) ! LINTXLIB = $(LINTXONLYLIB) ! XAUTHSRC = $(LIBSRC)/Xau ! ! DEPXAUTHLIB = $(ROOT)$(SHLIBDIR)/libXau.a ! XAUTHLIB = -lXau ! ! LINTXAUTH = $(LINTLIBDIR)/llib-lXau.ln ! ! XDMCPLIBSRC = $(LIBSRC)/Xdmcp ! ! DEPXDMCPLIB = $(ROOT)$(SHLIBDIR)/libXdmcp.a ! XDMCPLIB = -lXdmcp ! ! LINTXDMCP = $(LINTLIBDIR)/llib-lXdmcp.ln ! XMUSRC = $(LIBSRC)/Xmu + + SOXMUREV = + DEPXMULIB = $(ROOT)$(SHLIBDIR)/libXmu.so$(SOXMUREV) + XMULIB = -lXmu + + LINTXMU = $(LINTLIBDIR)/llib-lXmu.ln + + OLDXLIBSRC = $(LIBSRC)/oldX + + DEPOLDXLIB = $(ROOT)$(SHLIBDIR)/liboldX.a + OLDXLIB = -loldX + + LINTOLDX = $(LINTLIBDIR)/llib-loldX.ln + TOOLKITSRC = $(LIBSRC)/Xt + + SOXTREV = + DEPXTOOLONLYLIB = $(ROOT)$(SHLIBDIR)/libXt.so$(SOXTREV) + XTOOLONLYLIB = -lXt + + LINTXTOOLONLY = $(LINTLIBDIR)/llib-lXt.ln + + DEPXTOOLLIB = $(DEPXTOOLONLYLIB) $(DEPSMLIB) $(DEPICELIB) + XTOOLLIB = $(XTOOLONLYLIB) $(SMLIB) $(ICELIB) + LINTXTOOLLIB = $(LINTXTOOLONLYLIB) + AWIDGETSRC = $(LIBSRC)/Xaw ! ! SOXAWREV = .2 ! DEPXAWLIB = $(ROOT)$(SHLIBDIR)/libXaw.so$(SOXAWREV) ! XAWLIB = -lXaw ! ! LINTXAW = $(LINTLIBDIR)/llib-lXaw.ln ! ! XTFSRC = $(TOP)/workInProgress/Xtf ! ! SOXTFREV = 0.7 ! DEPXTFLIB = $(ROOT)$(SHLIBDIR)/libXtf.so$(SOXTFREV) ! XTFLIB = -lXtf ! ! LINTXTF = $(LINTLIBDIR)/llib-lXtf.ln ! ! FRESCOSRC = $(TOP)/workInProgress/Fresco ! ! SOFRESCOREV = 0.7 ! DEPFRESCOLIB = $(ROOT)$(SHLIBDIR)/libFresco.so$(SOFRESCOREV) ! FRESCOLIB = -lFresco ! ! LINTFRESCO = $(LINTLIBDIR)/llib-lFresco.ln ! ! XILIBSRC = $(LIBSRC)/Xi ! ! SOXINPUTREV = ! DEPXILIB = $(ROOT)$(SHLIBDIR)/libXi.so$(SOXINPUTREV) ! XILIB = -lXi ! ! LINTXI = $(LINTLIBDIR)/llib-lXi.ln ! ! XTESTLIBSRC = $(LIBSRC)/Xtst ! ! DEPXTESTLIB = $(ROOT)$(SHLIBDIR)/libXtst.a ! XTESTLIB = -lXtst ! ! LINTXTEST = $(LINTLIBDIR)/llib-lXtst.ln ! ! PEXLIBSRC = $(LIBSRC)/PEX5 ! ! DEPPEXLIB = $(ROOT)$(SHLIBDIR)/libPEX5.a ! PEXLIB = -lPEX5 ! ! LINTPEX = $(LINTLIBDIR)/llib-lPEX5.ln ! ! XNMBXLIBSRC = $(LIBSRC)/nmbx ! ! SONMBXREV = ! DEPXNMBXLIB = $(ROOT)$(SHLIBDIR)/libXnmbx.so$(SONMBXREV) ! XNMBXLIB = -lXnmbx ! ! LINTXNMBX = $(LINTLIBDIR)/llib-lXnmbx.ln ! ! XTRAPLIBSRC = $(LIBSRC)/xtrap ! ! DEPXTRAPLIB = $(ROOT)$(SHLIBDIR)/libxtrap.a ! XTRAPLIB = -lxtrap ! ! LINTXTRAP = $(LINTLIBDIR)/llib-lxtrap.ln ! ! XIELIBSRC = $(LIBSRC)/XIE + DEPXIELIB = $(ROOT)$(SHLIBDIR)/libXIE.a + XIELIB = -lXIE + + LINTXIE = $(LINTLIBDIR)/llib-lXIE.ln + + PHIGSLIBSRC = $(LIBSRC)/PHIGS + + DEPPHIGSLIB = $(ROOT)$(SHLIBDIR)/libphigs.a + PHIGSLIB = -lphigs + + LINTPHIGS = $(LINTLIBDIR)/llib-lphigs.ln + + DEPXBSDLIB = $(ROOT)$(SHLIBDIR)/libXbsd.a + XBSDLIB = -lXbsd + + LINTXBSD = $(LINTLIBDIR)/llib-lXbsd.ln + + ICESRC = $(LIBSRC)/ICE + + SOICEREV = + DEPICELIB = $(ROOT)$(SHLIBDIR)/libICE.so$(SOICEREV) + ICELIB = -lICE + + LINTICE = $(LINTLIBDIR)/llib-lICE.ln + + SMSRC = $(LIBSRC)/SM + + SOSMREV = + DEPSMLIB = $(ROOT)$(SHLIBDIR)/libSM.so$(SOSMREV) + SMLIB = -lSM + + LINTSM = $(LINTLIBDIR)/llib-lSM.ln + + FSLIBSRC = $(LIBSRC)/FS + + DEPFSLIB = $(ROOT)$(SHLIBDIR)/libFS.a + FSLIB = -lFS + + LINTFS = $(LINTLIBDIR)/llib-lFS.ln + + FONTLIBSRC = $(LIBSRC)/font + + DEPFONTLIB = $(ROOT)$(SHLIBDIR)/libfont.a + FONTLIB = -lfont + + LINTFONT = $(LINTLIBDIR)/llib-lfont.ln + + XKBFILELIBSRC = $(LIBSRC)/xkbfile + + DEPXKBFILELIB = $(ROOT)$(SHLIBDIR)/libxkbfile.a + XKBFILELIB = -lxkbfile + + LINTXKBFILE = $(LINTLIBDIR)/llib-lxkbfile.ln + DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) DEPLIBS1 = $(DEPLIBS) *************** *** 241,251 **** DEPLIBS2 = $(DEPLIBS) DEPLIBS3 = $(DEPLIBS) ! # ------------------------------------------------------------------------- ! # Imake rules for building libraries, programs, scripts, and data files ! # rules: $XConsortium: Imake.rules,v 1.123 91/09/16 20:12:16 rws Exp $ ! # ------------------------------------------------------------------------- # start of Imakefile # Imakefile -- Imakefile for ghostview. --- 435,443 ---- DEPLIBS2 = $(DEPLIBS) DEPLIBS3 = $(DEPLIBS) ! CONFIGDIR = $(LIBDIR)/config ! # ----------------------------------------------------------------------- # start of Imakefile # Imakefile -- Imakefile for ghostview. *************** *** 283,288 **** --- 475,482 ---- LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) SYS_LIBRARIES = -lm + # Add -DBSD4_2 to DEFINES if you system does not have memset() and memcpy() + DEFINES = -DNON_BLOCKING_IO $(SIGNAL_DEFINES) $(SELFILE_DEFINE) .NOEXPORT: *************** *** 296,316 **** all:: ghostview ghostview: $(OBJS) $(DEPLIBS) ! $(RM) $@ ! $(CC) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) install:: ghostview ! @if [ -d $(DESTDIR)$(BINDIR) ]; then set +x; \ else (set -x; $(MKDIRHIER) $(DESTDIR)$(BINDIR)); fi ! $(INSTALL) -c $(INSTPGMFLAGS) ghostview $(DESTDIR)$(BINDIR) ! install.man:: ghostview.man ! @if [ -d $(DESTDIR)$(MANDIR) ]; then set +x; \ ! else (set -x; $(MKDIRHIER) $(DESTDIR)$(MANDIR)); fi ! $(INSTALL) -c $(INSTMANFLAGS) ghostview.man $(DESTDIR)$(MANDIR)/ghostview.$(MANSUFFIX) depend:: ! $(DEPEND) $(DEPENDFLAGS) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS) lint: $(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS) --- 490,523 ---- all:: ghostview ghostview: $(OBJS) $(DEPLIBS) ! $(RM) $@ ! $(CCLINK) -o $@ $(LDOPTIONS) $(OBJS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) install:: ghostview ! -@if [ -d $(DESTDIR)$(BINDIR) ]; then set +x; \ else (set -x; $(MKDIRHIER) $(DESTDIR)$(BINDIR)); fi ! $(INSTALL) $(INSTALLFLAGS) $(INSTPGMFLAGS) ghostview $(DESTDIR)$(BINDIR)/ghostview ! ! ghostview.nr.z : ghostview.man ! @if [ -f ghostview.man ]; then \ ! $(RM) ghostview.nr ghostview.nr.z && \ ! tbl ghostview.man | eqn | nroff -man - > ghostview.nr && \ ! pack -f ghostview.nr; \ ! fi ! ! install.man:: ghostview.nr.z ! -@if [ -d $(DESTDIR)$(MANDIR) ]; then set +x; \ ! else (set -x; $(MKDIRHIER) $(DESTDIR)$(MANDIR)); fi; \ ! if [ -f ghostview.man ]; then \ ! $(INSTALL) -c $(INSTMANFLAGS) \ ! ghostview.nr.z $(DESTDIR)$(MANDIR)/ghostview.z; \ ! fi ! clean:: ! $(RM) ghostview.nr ghostview.nr.z depend:: ! $(DEPEND) $(DEPENDFLAGS) -- $(ALLDEFINES) $(DEPEND_DEFINES) -- $(SRCS) lint: $(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS) *************** *** 318,349 **** $(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS) clean:: ! $(RM) $(PROGRAM) install:: Ghostview.ad ! @if [ -d $(DESTDIR)$(XAPPLOADDIR) ]; then set +x; \ else (set -x; $(MKDIRHIER) $(DESTDIR)$(XAPPLOADDIR)); fi ! $(INSTALL) -c $(INSTAPPFLAGS) Ghostview.ad $(DESTDIR)$(XAPPLOADDIR)/Ghostview main.o: app-defaults.h ! app-defaults.h: Ghostview.ad ! ./ad2c Ghostview.ad > app-defaults.h clean:: $(RM) app-defaults.h ! # ------------------------------------------------------------------------- # common rules for all Makefiles - do not edit emptyrule:: clean:: ! $(RM_CMD) "#"* Makefile:: ! -@if [ -f Makefile ]; then set -x; \ ! $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \ else exit 0; fi $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR) --- 525,560 ---- $(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS) clean:: ! $(RM) ghostview install:: Ghostview.ad ! -@if [ -d $(DESTDIR)$(XAPPLOADDIR) ]; then set +x; \ else (set -x; $(MKDIRHIER) $(DESTDIR)$(XAPPLOADDIR)); fi ! $(INSTALL) $(INSTALLFLAGS) $(INSTAPPFLAGS) Ghostview.ad $(DESTDIR)$(XAPPLOADDIR)/Ghostview main.o: app-defaults.h ! app-defaults.h: Ghostview.ad ad2c ! sh ad2c Ghostview.ad > app-defaults.h clean:: $(RM) app-defaults.h ! # ----------------------------------------------------------------------- # common rules for all Makefiles - do not edit + .c.i: + $(RM) $@ + $(CC) -E $(CFLAGS) $(_NOOP_) $*.c > $@ + emptyrule:: clean:: ! $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut "#"* Makefile:: ! -@if [ -f Makefile ]; then set -x; \ ! $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \ else exit 0; fi $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR) *************** *** 351,357 **** $(TAGS) -w *.[ch] $(TAGS) -xw *.[ch] > TAGS ! # ------------------------------------------------------------------------- # empty rules for directories that do not have SUBDIRS - do not edit install:: --- 562,570 ---- $(TAGS) -w *.[ch] $(TAGS) -xw *.[ch] > TAGS ! man_keywords:: ! ! # ---------------------------------------------------------------------- # empty rules for directories that do not have SUBDIRS - do not edit install:: *************** *** 360,391 **** install.man:: @echo "install.man in $(CURRENT_DIR) done" Makefiles:: includes:: ! # ------------------------------------------------------------------------- # dependencies generated by makedepend ! # DO NOT DELETE main.o: Ghostview.h main.o: gv.h main.o: ps.h app-defaults.h misc.o: Ghostview.h gv.h misc.o: ps.h callbacks.o: Ghostview.h gv.h callbacks.o: ps.h actions.o: gv.h actions.o: Ghostview.h ps.h dialogs.o: gv.h dialogs.o: Ghostview.h Ghostview.o: GhostviewP.h Ghostview.h ps.o: ps.h strcasecmp.o: stdc.h SelFile.o: SFinternal.h Dir.o: SFinternal.h Path.o: SFinternal.h Path.o: xstat.h Draw.o: SFinternal.h Draw.o: xstat.h --- 573,1065 ---- install.man:: @echo "install.man in $(CURRENT_DIR) done" + install.linkkit:: + @echo "install.linkkit in $(CURRENT_DIR) done" + Makefiles:: includes:: ! depend:: ! ! # ----------------------------------------------------------------------- # dependencies generated by makedepend ! # DO NOT DELETE THIS LINE -- make depend depends on it. + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/cursorfont.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Shell.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SMlib.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SM.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICElib.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICE.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/bitmaps/dot + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/bitmaps/menu16 + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/bitmaps/tie_fighter + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Cardinals.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Form.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Viewport.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Reports.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Box.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MenuButton.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Command.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Label.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/SimpleMenu.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/SmeBSB.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Sme.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/SmeLine.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h main.o: Ghostview.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h main.o: gv.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h + main.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h main.o: ps.h app-defaults.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/signal.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/signal.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/math.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xatom.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Shell.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SMlib.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SM.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICElib.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICE.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Cardinals.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Form.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/SimpleMenu.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/SmeBSB.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Sme.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/SmeLine.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Scrollbar.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/IntrinsicP.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/CoreP.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/CompositeP.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ConstrainP.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ObjectP.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObjP.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextP.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/SimpleP.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/StdCmap.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/errno.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/errno.h misc.o: Ghostview.h gv.h + misc.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h misc.o: ps.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Shell.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SMlib.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SM.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICElib.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICE.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Cardinals.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Scrollbar.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Form.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Command.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Label.h callbacks.o: Ghostview.h gv.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h + callbacks.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h callbacks.o: ps.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Cardinals.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Scrollbar.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h actions.o: gv.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h + actions.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h actions.o: Ghostview.h ps.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Cardinals.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Form.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Label.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Command.h dialogs.o: gv.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h + dialogs.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h dialogs.o: Ghostview.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/IntrinsicP.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/CoreP.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/CompositeP.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ConstrainP.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ObjectP.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObjP.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xatom.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xproto.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmd.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xprotostr.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h Ghostview.o: GhostviewP.h Ghostview.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Atoms.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/CharSet.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/ctype.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/signal.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/signal.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/errno.h + Ghostview.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/errno.h + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/ctype.h + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h + ps.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h ps.o: ps.h + getenv.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h + getenv.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h + getenv.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h + setenv.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h + setenv.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h + setenv.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h + setenv.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h strcasecmp.o: stdc.h + strcasecmp.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h + strcasecmp.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h + strcasecmp.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/errno.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/errno.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/param.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/signal.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/cursorfont.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Shell.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SMlib.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/SM/SM.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICElib.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/ICE/ICE.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Form.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Command.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Label.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Scrollbar.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Cardinals.h SelFile.o: SFinternal.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h + SelFile.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h Dir.o: SFinternal.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/dirent.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/dirent.h + Dir.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/pwd.h Path.o: SFinternal.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h Path.o: xstat.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h + Path.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Scrollbar.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stdio.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/standards.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sgidefs.h Draw.o: SFinternal.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Intrinsic.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xlib.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/types.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/X.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xfuncproto.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xosdefs.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/stddef.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xutil.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xresource.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/string.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Core.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Composite.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Constraint.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Object.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/RectObj.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/StringDefs.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xos.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/fcntl.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/fcntl.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/unistd.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/time.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/time.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Text.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Simple.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xmu/Converters.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSink.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/TextSrc.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSrc.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiSink.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/AsciiText.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/MultiSrc.h Draw.o: xstat.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/sys/stat.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Scrollbar.h + Draw.o: /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include/X11/Xaw/Cardinals.h *** ./Ghostview.ad Fri Jul 23 19:29:12 1993 --- ../ghostview-1.5/./Ghostview.ad Sun May 10 03:54:16 1998 *************** *** 24,30 **** ! All of the button labels and actions are determined in this file. ! It should be easy to adapt to any language. ! To use a different version of ghostscript, you can add the resource ! ! *Ghostview.interpreter: /my/very/own/gs *input: True *allowShellResize: True --- 24,30 ---- ! All of the button labels and actions are determined in this file. ! It should be easy to adapt to any language. ! To use a different version of ghostscript, you can add the resource ! *Ghostview.interpreter: /usr/freeware/bin/gs *input: True *allowShellResize: True