home *** CD-ROM | disk | FTP | other *** search
- # Makefile generated by imake - do not edit!
- # $XConsortium: imake.c,v 1.51 89/12/12 12:37:30 jim Exp $
- #
- # The cpp used on this machine replaces all newlines and multiple tabs and
- # spaces in a macro expansion with a single space. Imake tries to compensate
- # for this, but is not always successful.
- #
-
- ###########################################################################
- # Makefile generated from "Imake.tmpl" and </tmp/IIf.a20531>
- # $XConsortium: Imake.tmpl,v 1.77 89/12/18 17:01:37 jim Exp $
- #
- # Platform-specific parameters may be set in the appropriate .cf
- # configuration files. Site-wide parameters may be set in the file
- # site.def. Full rebuilds are recommended if any parameters are changed.
- #
- # If your C preprocessor doesn't define any unique symbols, you'll need
- # to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
- # "make Makefile", "make Makefiles", or "make World").
- #
- # If you absolutely can't get imake to work, you'll need to set the
- # variables at the top of each Makefile as well as the dependencies at the
- # bottom (makedepend will do this automatically).
- #
-
- ###########################################################################
- # platform-specific configuration parameters - edit sun.cf to change
-
- # platform: $XConsortium: sun.cf,v 1.38 89/12/23 16:10:10 jim Exp $
- # operating system: SunOS 4.0.3
-
- ###########################################################################
- # site-specific configuration parameters - edit site.def to change
-
- # site: $XConsortium: site.def,v 1.21 89/12/06 11:46:50 jim Exp $
-
- SHELL = /bin/sh
-
- TOP = .
- CURRENT_DIR = .
-
- AR = ar cq
- BOOTSTRAPCFLAGS =
- CC = cc
-
- COMPRESS = compress
- CPP = /lib/cpp $(STD_CPP_DEFINES)
- PREPROCESSCMD = cc -E $(STD_CPP_DEFINES)
- INSTALL = install
- LD = ld
- LINT = lint
- LINTLIBFLAG = -C
- LINTOPTS = -axz
- LN = ln -s
- MAKE = make
- MV = mv
- CP = cp
- RANLIB = ranlib
- RANLIBINSTFLAGS =
- RM = rm -f
- STD_INCLUDES =
- STD_CPP_DEFINES =
- STD_DEFINES =
- EXTRA_LOAD_FLAGS =
- EXTRA_LIBRARIES =
- TAGS = ctags
-
- SHAREDCODEDEF = -DSHAREDCODE
- SHLIBDEF = -DSUNSHLIB
-
- PROTO_DEFINES =
-
- INSTPGMFLAGS =
-
- INSTBINFLAGS = -m 0755
- INSTUIDFLAGS = -m 4755
- INSTLIBFLAGS = -m 0664
- INSTINCFLAGS = -m 0444
- INSTMANFLAGS = -m 0444
- INSTDATFLAGS = -m 0444
- INSTKMEMFLAGS = -g kmem -m 2755
-
- DESTDIR =
-
- TOP_INCLUDES = -I$(INCROOT)
-
- CDEBUGFLAGS = -O
- CCOPTIONS =
- COMPATFLAGS =
-
- ALLINCLUDES = $(STD_INCLUDES) $(TOP_INCLUDES) $(INCLUDES) $(EXTRA_INCLUDES)
- ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(DEFINES) $(COMPATFLAGS)
- CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
- LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
- LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
- LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)
- LDCOMBINEFLAGS = -X -r
-
- MACROFILE = sun.cf
- RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
-
- IMAKE_DEFINES =
-
- 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.63 89/12/18 16:46:44 jim Exp $
-
- ###########################################################################
- # X Window System make variables; this need to be coordinated with rules
- # $XConsortium: Project.tmpl,v 1.63 89/12/18 16:46:44 jim Exp $
-
- PATHSEP = /
- USRLIBDIR = /usr/staff/lib
- BINDIR = /usr/staff/bin
- INCROOT = /usr/staff/include
- BUILDINCROOT = $(TOP)
- BUILDINCDIR = $(BUILDINCROOT)/X11
- BUILDINCTOP = ..
- INCDIR = $(INCROOT)/X11
- ADMDIR = /tmp
- LIBDIR = $(USRLIBDIR)/X11
- CONFIGDIR = $(LIBDIR)/config
- LINTLIBDIR = $(USRLIBDIR)/lint
-
- FONTDIR = $(LIBDIR)/fonts
- XINITDIR = $(LIBDIR)/xinit
- XDMDIR = $(LIBDIR)/xdm
- AWMDIR = $(LIBDIR)/awm
- TWMDIR = $(LIBDIR)/twm
- GWMDIR = $(LIBDIR)/gwm
- MANPATH = $(DESTDIR)/usr/staff/man
- MANSOURCEPATH = $(MANPATH)/man
- MANDIR = $(MANSOURCEPATH)1
- LIBMANDIR = $(MANSOURCEPATH)3
- XAPPLOADDIR = $(LIBDIR)/app-defaults
- XFILESEARCHPATHDEFAULT = $(LIBDIR)/%L/%T/%N%S:$(LIBDIR)/%l/%T/%N%S:$(LIBDIR)/%T/%N%S
- ERRORDB = $(LIBDIR)/XtErrorDB
-
- SOXLIBREV = 4.4
- SOXTREV = 4.1
- SOXAWREV = 4.0
- SOOLDXREV = 4.0
- SOXMUREV = 4.0
- SOXEXTREV = 4.0
-
- FONTCFLAGS = -t
-
- INSTAPPFLAGS = $(INSTDATFLAGS)
-
- IMAKE = imake
- DEPEND = makedepend
- RGB = rgb
- FONTC = bdftosnf
- MKFONTDIR = mkfontdir
- MKDIRHIER = /bin/sh $(BINDIR)/mkdirhier.sh
-
- CONFIGSRC = $(TOP)/config
- 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
- MKFONTDIRSRC = $(FONTSRC)/mkfontdir
- EXTENSIONSRC = $(TOP)/extensions
-
- DEPEXTENSIONLIB = $(USRLIBDIR)/libXext.a
- EXTENSIONLIB = -L$(USRLIBDIR) -lXext
-
- DEPXLIB = $(DEPEXTENSIONLIB)
- XLIB = $(EXTENSIONLIB) -L$(USRLIBDIR) -lX11
-
- DEPXAUTHLIB = $(USRLIBDIR)/libXau.a
- XAUTHLIB = -L$(USRLIBDIR) -lXau
-
- DEPXMULIB =
- XMULIB = -L$(USRLIBDIR) -lXmu
-
- DEPOLDXLIB =
- OLDXLIB = -L$(USRLIBDIR) -loldX
-
- DEPXTOOLLIB =
- XTOOLLIB = -L$(USRLIBDIR) -lXt
-
- DEPXAWLIB =
- XAWLIB = -L$(USRLIBDIR) -lXaw
-
- LINTEXTENSIONLIB = $(USRLIBDIR)/llib-lXext.ln
- LINTXLIB = $(USRLIBDIR)/llib-lX11.ln
- LINTXMU = $(USRLIBDIR)/llib-lXmu.ln
- LINTXTOOL = $(USRLIBDIR)/llib-lXt.ln
- LINTXAW = $(USRLIBDIR)/llib-lXaw.ln
-
- DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
-
- DEPLIBS1 = $(DEPLIBS)
- DEPLIBS2 = $(DEPLIBS)
- DEPLIBS3 = $(DEPLIBS)
-
- ###########################################################################
- # Imake rules for building libraries, programs, scripts, and data files
- # rules: $XConsortium: Imake.rules,v 1.67 89/12/18 17:14:15 jim Exp $
-
- ###########################################################################
- # start of Imakefile
-
- #
- # Imakefile for xarchie : X11 Browser interface to Archie
- #
- # George Ferguson, ferguson@cs.rochester.edu, 21 Aug 1991.
- #
-
- # Where do you want this stuff? Uncomment and adjust these to change the
- # destinations of "make install" and "make install.man" if the defaults
- # are not satisfactory.
- #BINDIR = bin
- #LIBDIR = lib
- #MANDIR = man/man1
- ##undef 1
- ##define 1 1
-
- # Where is the app-defaults to C converter?
- # Only needed if you change the app-defaults file Xarchie.ad and want the
- # changes compiled into the program. If you don't have ad2c you should
- # remove the extra clean target for Xarchie.ad.h below. If you lose
- # Xarchie.ad.h and can't remake it, create it to be an empty file. Of course
- # then you'll have to use the resource file at run time.
- # If your ad2c came from this xarchie distribution, then use the following
- # target, otherwise change it to reflect where you put ad2c.
- AD2C = Ad2c/ad2c.script
-
- # Where is the EzMenu widget package?
- # You should have received a copy of the EzMenu package with this
- # xarchie distribution.
- EZMENUDIR = EzMenu
- EZMENULIB = ezMenu$(TARGET_MACH)
-
- # How excited are you about debugging? This can be -g, -O, or nothing.
- CDEBUGFLAGS = -g
-
- # Are you using gcc? If so, read on:
- # [from Brendan Kehoe (brendan@cs.widener.edu)]
- # dirsend.c shouldn't be compiled with Gnu C. Until gcc 2.0, structure
- # passing is completely hosed on Suns -- and the inet_ntoa() calls in
- # dirsend will seg fault.
- # You should uncommment this if you're using gcc.
- #dirsend.o:
- # cc -c $(CFLAGS) dirsend.c
-
- ##############################################################################
- # Nothing to change below here...
-
- SUBDIRS = Ad2c EzMenu
-
- all::
- @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
- for i in $(SUBDIRS) ;\
- do \
- (cd $$i ; echo "making" all "in $(CURRENT_DIR)/$$i..."; \
- $(MAKE) $(MFLAGS) 'CDEBUGFLAGS=$(CDEBUGFLAGS)' all); \
- done
-
- ASRCS = aquery.c atalloc.c dirsend.c get_pauth.c get_vdir.c \
- p_err_text.c ptalloc.c regex.c stcopy.c support.c \
- vl_comp.c vlalloc.c
- XSRCS = xarchie.c db.c actions.c types.c classnames.c procquery.c settings.c \
- ftp.c alert.c confirm.c
-
- AOBJS = aquery.o atalloc.o dirsend.o get_pauth.o get_vdir.o \
- p_err_text.o ptalloc.o regex.o stcopy.o support.o \
- vl_comp.o vlalloc.o
- XOBJS = xarchie.o db.o actions.o types.o classnames.o procquery.o settings.o \
- ftp.o alert.o confirm.o
-
- SRCS = $(ASRCS) $(XSRCS)
- OBJS = $(AOBJS) $(XOBJS)
-
- DEFINES = -DARCHIE -DXARCHIE
- INCLUDES = -I. -I$(EZMENUDIR)
-
- DEPLIBS = $(EZMENULIB) $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
- LOCAL_LIBRARIES = -L$(EZMENUDIR) -l$(EZMENULIB) $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
-
- PROGRAM = xarchie
-
- all:: xarchie
-
- xarchie: $(OBJS) $(DEPLIBS)
- $(RM) $@
- $(CC) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS)
-
- saber_xarchie:
- #load $(ALLDEFINES) $(SRCS) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
-
- osaber_xarchie:
- #load $(ALLDEFINES) $(OBJS) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
-
- install:: xarchie
- $(INSTALL) -c $(INSTPGMFLAGS) xarchie $(BINDIR)
-
- install.man:: xarchie.man
- $(INSTALL) -c $(INSTMANFLAGS) xarchie.man $(MANDIR)/xarchie.1
-
- depend::
- $(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)
-
- lint:
- $(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS)
- lint1:
- $(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS)
-
- clean::
- $(RM) $(PROGRAM)
-
- install:: Xarchie.ad
- $(INSTALL) -c $(INSTAPPFLAGS) Xarchie.ad $(XAPPLOADDIR)/Xarchie
-
- # This target allows you to install only xarchie, its resource file, and
- # its man page, without installing in the SUBDIRS.
- install.xarchie: xarchie Xarchie.ad xarchie.man
- $(INSTALL) -c $(INSTPGMFLAGS) xarchie $(BINDIR)
- $(INSTALL) -c $(INSTAPPFLAGS) Xarchie.ad $(XAPPLOADDIR)/Xarchie
- $(INSTALL) -c $(INSTMANFLAGS) xarchie.man $(MANDIR)/xarchie.1
-
- # Need to tell make how to make the EzMenu library
- $(EZMENULIB):
- (cd $(EZMENUDIR); echo "making all in $(CURRENT_DIR)/EzMenu..."; \
- $(MAKE) $(MFLAGS) 'CDEBUGFLAGS=$(CDEBUGFLAGS)' all);
-
- #
- # C code for fallback resources
- #
- Xarchie.ad.h: Xarchie.ad
- $(AD2C) Xarchie.ad >Xarchie.ad.h
-
- clean::
- rm -f Xarchie.ad.h
-
- #
- # Other targets for archiving purposes. Note that makekit needs the
- # directory names in the MANIFEST, but tar will duplicate them if asked
- # to archive both the directory and its contents, hence the awk pattern.
- #
- kit:
- makekit -iMANIFEST -oMANIFEST -h2
-
- tar:
- tar cvf - `cat MANIFEST | awk 'NR>2 && $$1 != "Ad2c" \
- && $$1 != "EzMenu" {print $$1}'` |\
- compress >xarchie.tar.Z
-
- ###########################################################################
- # common rules for all Makefiles - do not edit
-
- emptyrule::
-
- clean::
- $(RM_CMD) \#*
-
- Makefile::
- -@if [ -f Makefile ]; then \
- echo " $(RM) Makefile.bak; $(MV) Makefile Makefile.bak"; \
- $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
- else exit 0; fi
- $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
-
- tags::
- $(TAGS) -w *.[ch]
- $(TAGS) -xw *.[ch] > TAGS
-
- saber:
- #load $(ALLDEFINES) $(SRCS)
-
- osaber:
- #load $(ALLDEFINES) $(OBJS)
-
- ###########################################################################
- # rules for building in SUBDIRS - do not edit
-
- install::
- @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
- for i in $(SUBDIRS) ;\
- do \
- (cd $$i ; echo "installing" "in $(CURRENT_DIR)/$$i..."; \
- $(MAKE) $(MFLAGS) DESTDIR='$(DESTDIR)' install); \
- done
-
- install.man::
- @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
- for i in $(SUBDIRS) ;\
- do \
- (cd $$i ; echo "installing man pages" "in $(CURRENT_DIR)/$$i..."; \
- $(MAKE) $(MFLAGS) DESTDIR='$(DESTDIR)' install.man); \
- done
-
- clean::
- @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
- for i in $(SUBDIRS) ;\
- do \
- (cd $$i ; echo "cleaning" "in $(CURRENT_DIR)/$$i..."; \
- $(MAKE) $(MFLAGS) RM_CMD='$(RM_CMD)' clean); \
- done
-
- tags::
- @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
- for i in $(SUBDIRS) ;\
- do \
- (cd $$i ; echo "tagging" "in $(CURRENT_DIR)/$$i..."; \
- $(MAKE) $(MFLAGS) TAGS='$(TAGS)' tags); \
- done
-
- Makefiles::
- @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
- for i in $(SUBDIRS) ;\
- do \
- echo "making Makefiles in $(CURRENT_DIR)/$$i..."; \
- case "$$i" in \
- ./?*/?*/?*/?*) newtop=../../../../ sub=subsubsubsub;; \
- ./?*/?*/?*) newtop=../../../ sub=subsubsub;; \
- ./?*/?*) newtop=../../ sub=subsub;; \
- ./?*) newtop=../ sub=sub;; \
- */?*/?*/?*) newtop=../../../../ sub=subsubsubsub;; \
- */?*/?*) newtop=../../../ sub=subsubsub;; \
- */?*) newtop=../../ sub=subsub;; \
- *) newtop=../ sub=sub;; \
- esac; \
- case "$(TOP)" in \
- /?*) newtop= upprefix= ;; \
- *) upprefix=../ ;; \
- esac; \
- $(MAKE) $${sub}dirMakefiles UPPREFIX=$$upprefix NEWTOP=$$newtop \
- MAKEFILE_SUBDIR=$$i NEW_CURRENT_DIR=$(CURRENT_DIR)/$$i;\
- done
-
- subdirMakefiles:
- $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
- -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then \
- echo " $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak"; \
- $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
- else exit 0; fi
- cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
- $(MAKE) $(MFLAGS) Makefiles
-
- subsubdirMakefiles:
- $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
- -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then \
- echo " $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak"; \
- $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
- else exit 0; fi
- cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
- $(MAKE) $(MFLAGS) Makefiles
-
- subsubsubdirMakefiles:
- $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
- -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then \
- echo " $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak"; \
- $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
- else exit 0; fi
- cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
- $(MAKE) $(MFLAGS) Makefiles
-
- subsubsubsubdirMakefiles:
- $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
- -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then \
- echo " $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak"; \
- $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
- else exit 0; fi
- cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
- $(MAKE) $(MFLAGS) Makefiles
-
- includes::
- @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
- for i in $(SUBDIRS) ;\
- do \
- (cd $$i ; echo including "in $(CURRENT_DIR)/$$i..."; \
- $(MAKE) $(MFLAGS) includes); \
- done
-
- ###########################################################################
- # dependencies generated by makedepend
-
- # DO NOT DELETE
-
- aquery.o: copyright.h /usr/include/stdio.h /usr/include/strings.h pfs.h
- aquery.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
- aquery.o: /usr/include/sys/sysmacros.h /usr/include/netinet/in.h perrno.h
- aquery.o: pmachine.h archie.h
- atalloc.o: copyright.h /usr/include/stdio.h pfs.h /usr/include/sys/types.h
- atalloc.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- atalloc.o: /usr/include/netinet/in.h pmachine.h
- dirsend.o: copyright.h /usr/include/stdio.h /usr/include/errno.h
- dirsend.o: /usr/include/sys/errno.h /usr/include/sys/time.h
- dirsend.o: /usr/include/sys/time.h /usr/include/netdb.h
- dirsend.o: /usr/include/strings.h /usr/include/sys/types.h
- dirsend.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- dirsend.o: /usr/include/sys/socket.h pfs.h /usr/include/netinet/in.h pprot.h
- dirsend.o: /usr/include/sys/param.h /usr/include/machine/param.h
- dirsend.o: /usr/include/sys/signal.h /usr/include/vm/faultcode.h pcompat.h
- dirsend.o: perrno.h pmachine.h
- get_pauth.o: copyright.h /usr/include/stdio.h /usr/include/strings.h
- get_pauth.o: /usr/include/pwd.h /usr/include/sys/types.h
- get_pauth.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- get_pauth.o: pcompat.h pauthent.h
- get_vdir.o: copyright.h /usr/include/stdio.h /usr/include/strings.h pfs.h
- get_vdir.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
- get_vdir.o: /usr/include/sys/sysmacros.h /usr/include/netinet/in.h pprot.h
- get_vdir.o: /usr/include/sys/param.h /usr/include/machine/param.h
- get_vdir.o: /usr/include/sys/signal.h /usr/include/vm/faultcode.h perrno.h
- get_vdir.o: pcompat.h pauthent.h pmachine.h
- p_err_text.o: copyright.h
- ptalloc.o: copyright.h /usr/include/stdio.h pfs.h /usr/include/sys/types.h
- ptalloc.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- ptalloc.o: /usr/include/netinet/in.h pmachine.h
- stcopy.o: copyright.h /usr/include/stdio.h /usr/include/strings.h
- support.o: copyright.h /usr/include/stdio.h /usr/include/strings.h
- support.o: /usr/include/errno.h /usr/include/sys/errno.h /usr/include/netdb.h
- support.o: /usr/include/sys/file.h /usr/include/sys/types.h
- support.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- support.o: /usr/include/sys/fcntlcom.h /usr/include/sys/stat.h
- support.o: /usr/include/sys/param.h /usr/include/machine/param.h
- support.o: /usr/include/sys/signal.h /usr/include/vm/faultcode.h pfs.h
- support.o: /usr/include/netinet/in.h pprot.h perrno.h pcompat.h pauthent.h
- support.o: pmachine.h
- vl_comp.o: copyright.h pfs.h /usr/include/sys/types.h
- vl_comp.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- vl_comp.o: /usr/include/netinet/in.h
- vlalloc.o: copyright.h /usr/include/stdio.h pfs.h /usr/include/sys/types.h
- vlalloc.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- vlalloc.o: /usr/include/netinet/in.h pmachine.h
- xarchie.o: /usr/include/stdio.h /usr/include/signal.h
- xarchie.o: /usr/include/sys/signal.h /usr/include/vm/faultcode.h
- xarchie.o: /usr/include/sys/time.h /usr/include/sys/time.h
- xarchie.o: /usr/staff/include/X11/Intrinsic.h /usr/staff/include/X11/Xlib.h
- xarchie.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
- xarchie.o: /usr/include/sys/sysmacros.h /usr/staff/include/X11/X.h
- xarchie.o: /usr/staff/include/X11/Xutil.h /usr/staff/include/X11/Xresource.h
- xarchie.o: /usr/staff/include/X11/Xos.h /usr/include/strings.h
- xarchie.o: /usr/include/sys/file.h /usr/include/sys/fcntlcom.h
- xarchie.o: /usr/include/sys/stat.h /usr/staff/include/X11/Core.h
- xarchie.o: /usr/staff/include/X11/Composite.h
- xarchie.o: /usr/staff/include/X11/Constraint.h
- xarchie.o: /usr/staff/include/X11/Object.h /usr/staff/include/X11/RectObj.h
- xarchie.o: /usr/staff/include/X11/StringDefs.h /usr/staff/include/X11/Shell.h
- xarchie.o: /usr/staff/include/X11/Xaw/Paned.h
- xarchie.o: /usr/staff/include/X11/Xaw/Viewport.h
- xarchie.o: /usr/staff/include/X11/Xaw/Form.h
- xarchie.o: /usr/staff/include/X11/Xaw/List.h
- xarchie.o: /usr/staff/include/X11/Xaw/Simple.h
- xarchie.o: /usr/staff/include/X11/Xaw/Box.h
- xarchie.o: /usr/staff/include/X11/Xaw/Label.h
- xarchie.o: /usr/staff/include/X11/Xmu/Converters.h
- xarchie.o: /usr/staff/include/X11/Xaw/AsciiText.h
- xarchie.o: /usr/staff/include/X11/Xaw/Text.h
- xarchie.o: /usr/staff/include/X11/Xaw/TextSink.h
- xarchie.o: /usr/staff/include/X11/Xaw/TextSrc.h
- xarchie.o: /usr/staff/include/X11/Xaw/AsciiSrc.h
- xarchie.o: /usr/staff/include/X11/Xaw/AsciiSink.h
- xarchie.o: /usr/staff/include/X11/Xaw/Command.h
- xarchie.o: /usr/staff/include/X11/Xaw/Cardinals.h types.h appres.h
- xarchie.o: classnames.h db.h actions.h patchlevel.h Xarchie.ad.h
- db.o: /usr/staff/include/X11/Intrinsic.h /usr/staff/include/X11/Xlib.h
- db.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
- db.o: /usr/include/sys/sysmacros.h /usr/staff/include/X11/X.h
- db.o: /usr/staff/include/X11/Xutil.h /usr/staff/include/X11/Xresource.h
- db.o: /usr/staff/include/X11/Xos.h /usr/include/strings.h
- db.o: /usr/include/sys/file.h /usr/include/sys/fcntlcom.h
- db.o: /usr/include/sys/stat.h /usr/include/sys/time.h /usr/include/sys/time.h
- db.o: /usr/staff/include/X11/Core.h /usr/staff/include/X11/Composite.h
- db.o: /usr/staff/include/X11/Constraint.h /usr/staff/include/X11/Object.h
- db.o: /usr/staff/include/X11/RectObj.h /usr/staff/include/X11/StringDefs.h
- db.o: /usr/staff/include/X11/Xaw/Cardinals.h
- db.o: /usr/staff/include/X11/Xaw/List.h /usr/staff/include/X11/Xaw/Simple.h
- db.o: xarchie.h db.h alert.h
- actions.o: /usr/staff/include/X11/Intrinsic.h /usr/staff/include/X11/Xlib.h
- actions.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
- actions.o: /usr/include/sys/sysmacros.h /usr/staff/include/X11/X.h
- actions.o: /usr/staff/include/X11/Xutil.h /usr/staff/include/X11/Xresource.h
- actions.o: /usr/staff/include/X11/Xos.h /usr/include/strings.h
- actions.o: /usr/include/sys/file.h /usr/include/sys/fcntlcom.h
- actions.o: /usr/include/sys/stat.h /usr/include/sys/time.h
- actions.o: /usr/include/sys/time.h /usr/staff/include/X11/Core.h
- actions.o: /usr/staff/include/X11/Composite.h
- actions.o: /usr/staff/include/X11/Constraint.h
- actions.o: /usr/staff/include/X11/Object.h /usr/staff/include/X11/RectObj.h
- actions.o: /usr/staff/include/X11/StringDefs.h
- actions.o: /usr/staff/include/X11/Xaw/Text.h
- actions.o: /usr/staff/include/X11/Xaw/TextSink.h
- actions.o: /usr/staff/include/X11/Xaw/TextSrc.h
- actions.o: /usr/staff/include/X11/Xaw/AsciiSrc.h
- actions.o: /usr/staff/include/X11/Xaw/AsciiSink.h
- actions.o: /usr/staff/include/X11/Xaw/Cardinals.h procquery.h xarchie.h
- actions.o: types.h appres.h db.h settings.h ftp.h alert.h
- types.o: /usr/staff/include/X11/IntrinsicP.h
- types.o: /usr/staff/include/X11/Intrinsic.h /usr/staff/include/X11/Xlib.h
- types.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
- types.o: /usr/include/sys/sysmacros.h /usr/staff/include/X11/X.h
- types.o: /usr/staff/include/X11/Xutil.h /usr/staff/include/X11/Xresource.h
- types.o: /usr/staff/include/X11/Xos.h /usr/include/strings.h
- types.o: /usr/include/sys/file.h /usr/include/sys/fcntlcom.h
- types.o: /usr/include/sys/stat.h /usr/include/sys/time.h
- types.o: /usr/include/sys/time.h /usr/staff/include/X11/Core.h
- types.o: /usr/staff/include/X11/Composite.h
- types.o: /usr/staff/include/X11/Constraint.h /usr/staff/include/X11/Object.h
- types.o: /usr/staff/include/X11/RectObj.h /usr/staff/include/X11/CoreP.h
- types.o: /usr/staff/include/X11/CompositeP.h
- types.o: /usr/staff/include/X11/ConstrainP.h /usr/staff/include/X11/ObjectP.h
- types.o: /usr/staff/include/X11/RectObjP.h
- types.o: /usr/staff/include/X11/StringDefs.h
- types.o: /usr/staff/include/X11/Xmu/CharSet.h
- types.o: /usr/staff/include/X11/Xaw/Form.h
- types.o: /usr/staff/include/X11/Xaw/Cardinals.h types.h
- classnames.o: /usr/staff/include/X11/Intrinsic.h
- classnames.o: /usr/staff/include/X11/Xlib.h /usr/include/sys/types.h
- classnames.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- classnames.o: /usr/staff/include/X11/X.h /usr/staff/include/X11/Xutil.h
- classnames.o: /usr/staff/include/X11/Xresource.h /usr/staff/include/X11/Xos.h
- classnames.o: /usr/include/strings.h /usr/include/sys/file.h
- classnames.o: /usr/include/sys/fcntlcom.h /usr/include/sys/stat.h
- classnames.o: /usr/include/sys/time.h /usr/include/sys/time.h
- classnames.o: /usr/staff/include/X11/Core.h
- classnames.o: /usr/staff/include/X11/Composite.h
- classnames.o: /usr/staff/include/X11/Constraint.h
- classnames.o: /usr/staff/include/X11/Object.h
- classnames.o: /usr/staff/include/X11/RectObj.h
- classnames.o: /usr/staff/include/X11/StringDefs.h
- classnames.o: /usr/staff/include/X11/Shell.h
- classnames.o: /usr/staff/include/X11/Xaw/Command.h
- classnames.o: /usr/staff/include/X11/Xaw/Label.h
- classnames.o: /usr/staff/include/X11/Xaw/Simple.h
- classnames.o: /usr/staff/include/X11/Xmu/Converters.h
- classnames.o: /usr/staff/include/X11/Xaw/Grip.h
- classnames.o: /usr/staff/include/X11/Xaw/List.h
- classnames.o: /usr/staff/include/X11/Xaw/Scrollbar.h
- classnames.o: /usr/staff/include/X11/Xaw/StripChart.h
- classnames.o: /usr/staff/include/X11/Xaw/Toggle.h
- classnames.o: /usr/staff/include/X11/Xaw/SimpleMenu.h
- classnames.o: /usr/staff/include/X11/Xaw/SmeBSB.h
- classnames.o: /usr/staff/include/X11/Xaw/Sme.h
- classnames.o: /usr/staff/include/X11/Xaw/SmeLine.h
- classnames.o: /usr/staff/include/X11/Xaw/MenuButton.h
- classnames.o: /usr/staff/include/X11/Xaw/AsciiText.h
- classnames.o: /usr/staff/include/X11/Xaw/Text.h
- classnames.o: /usr/staff/include/X11/Xaw/TextSink.h
- classnames.o: /usr/staff/include/X11/Xaw/TextSrc.h
- classnames.o: /usr/staff/include/X11/Xaw/AsciiSrc.h
- classnames.o: /usr/staff/include/X11/Xaw/AsciiSink.h
- classnames.o: /usr/staff/include/X11/Xaw/Box.h
- classnames.o: /usr/staff/include/X11/Xaw/Dialog.h
- classnames.o: /usr/staff/include/X11/Xaw/Form.h
- classnames.o: /usr/staff/include/X11/Xaw/Paned.h
- classnames.o: /usr/staff/include/X11/Xaw/Viewport.h EzMenu/EzMenu.h
- procquery.o: copyright.h /usr/include/stdio.h pfs.h /usr/include/sys/types.h
- procquery.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- procquery.o: /usr/include/netinet/in.h perrno.h pmachine.h archie.h
- procquery.o: /usr/include/sys/time.h /usr/include/sys/time.h
- procquery.o: /usr/staff/include/X11/Intrinsic.h /usr/staff/include/X11/Xlib.h
- procquery.o: /usr/staff/include/X11/X.h /usr/staff/include/X11/Xutil.h
- procquery.o: /usr/staff/include/X11/Xresource.h /usr/staff/include/X11/Xos.h
- procquery.o: /usr/include/strings.h /usr/include/sys/file.h
- procquery.o: /usr/include/sys/fcntlcom.h /usr/include/sys/stat.h
- procquery.o: /usr/staff/include/X11/Core.h /usr/staff/include/X11/Composite.h
- procquery.o: /usr/staff/include/X11/Constraint.h
- procquery.o: /usr/staff/include/X11/Object.h /usr/staff/include/X11/RectObj.h
- procquery.o: xarchie.h types.h appres.h db.h
- settings.o: /usr/include/stdio.h /usr/staff/include/X11/Intrinsic.h
- settings.o: /usr/staff/include/X11/Xlib.h /usr/include/sys/types.h
- settings.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- settings.o: /usr/staff/include/X11/X.h /usr/staff/include/X11/Xutil.h
- settings.o: /usr/staff/include/X11/Xresource.h /usr/staff/include/X11/Xos.h
- settings.o: /usr/include/strings.h /usr/include/sys/file.h
- settings.o: /usr/include/sys/fcntlcom.h /usr/include/sys/stat.h
- settings.o: /usr/include/sys/time.h /usr/include/sys/time.h
- settings.o: /usr/staff/include/X11/Core.h /usr/staff/include/X11/Composite.h
- settings.o: /usr/staff/include/X11/Constraint.h
- settings.o: /usr/staff/include/X11/Object.h /usr/staff/include/X11/RectObj.h
- settings.o: /usr/staff/include/X11/Shell.h
- settings.o: /usr/staff/include/X11/StringDefs.h
- settings.o: /usr/staff/include/X11/Xaw/Form.h
- settings.o: /usr/staff/include/X11/Xaw/MenuButton.h
- settings.o: /usr/staff/include/X11/Xaw/Command.h
- settings.o: /usr/staff/include/X11/Xaw/Label.h
- settings.o: /usr/staff/include/X11/Xaw/Simple.h
- settings.o: /usr/staff/include/X11/Xmu/Converters.h
- settings.o: /usr/staff/include/X11/Xaw/AsciiText.h
- settings.o: /usr/staff/include/X11/Xaw/Text.h
- settings.o: /usr/staff/include/X11/Xaw/TextSink.h
- settings.o: /usr/staff/include/X11/Xaw/TextSrc.h
- settings.o: /usr/staff/include/X11/Xaw/AsciiSrc.h
- settings.o: /usr/staff/include/X11/Xaw/AsciiSink.h EzMenu/EzMenu.h
- settings.o: /usr/staff/include/X11/Xaw/SimpleMenu.h
- settings.o: /usr/staff/include/X11/Xaw/Cardinals.h xarchie.h types.h appres.h
- settings.o: alert.h confirm.h
- ftp.o: /usr/include/stdio.h /usr/include/pwd.h /usr/include/sys/types.h
- ftp.o: /usr/include/sys/stdtypes.h /usr/include/sys/sysmacros.h
- alert.o: /usr/staff/include/X11/Intrinsic.h /usr/staff/include/X11/Xlib.h
- alert.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
- alert.o: /usr/include/sys/sysmacros.h /usr/staff/include/X11/X.h
- alert.o: /usr/staff/include/X11/Xutil.h /usr/staff/include/X11/Xresource.h
- alert.o: /usr/staff/include/X11/Xos.h /usr/include/strings.h
- alert.o: /usr/include/sys/file.h /usr/include/sys/fcntlcom.h
- alert.o: /usr/include/sys/stat.h /usr/include/sys/time.h
- alert.o: /usr/include/sys/time.h /usr/staff/include/X11/Core.h
- alert.o: /usr/staff/include/X11/Composite.h
- alert.o: /usr/staff/include/X11/Constraint.h /usr/staff/include/X11/Object.h
- alert.o: /usr/staff/include/X11/RectObj.h /usr/staff/include/X11/StringDefs.h
- alert.o: /usr/staff/include/X11/Shell.h /usr/staff/include/X11/Xaw/Dialog.h
- alert.o: /usr/staff/include/X11/Xaw/Form.h
- alert.o: /usr/staff/include/X11/Xaw/Cardinals.h /usr/include/stdio.h
- confirm.o: /usr/staff/include/X11/Intrinsic.h /usr/staff/include/X11/Xlib.h
- confirm.o: /usr/include/sys/types.h /usr/include/sys/stdtypes.h
- confirm.o: /usr/include/sys/sysmacros.h /usr/staff/include/X11/X.h
- confirm.o: /usr/staff/include/X11/Xutil.h /usr/staff/include/X11/Xresource.h
- confirm.o: /usr/staff/include/X11/Xos.h /usr/include/strings.h
- confirm.o: /usr/include/sys/file.h /usr/include/sys/fcntlcom.h
- confirm.o: /usr/include/sys/stat.h /usr/include/sys/time.h
- confirm.o: /usr/include/sys/time.h /usr/staff/include/X11/Core.h
- confirm.o: /usr/staff/include/X11/Composite.h
- confirm.o: /usr/staff/include/X11/Constraint.h
- confirm.o: /usr/staff/include/X11/Object.h /usr/staff/include/X11/RectObj.h
- confirm.o: /usr/staff/include/X11/StringDefs.h /usr/staff/include/X11/Shell.h
- confirm.o: /usr/staff/include/X11/Xaw/Dialog.h
- confirm.o: /usr/staff/include/X11/Xaw/Form.h
- confirm.o: /usr/staff/include/X11/Xaw/Cardinals.h /usr/include/stdio.h
-