# 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 <Imakefile>
# $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 = ./contrib/examples/notifier

               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 = -m 4755

          DESTDIR =

     TOP_INCLUDES = -I$(TOP)

      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 = $(CONFIGSRC)
        IMAKE_CMD = $(NEWTOP)$(IMAKE) -I$(NEWTOP)$(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 = $(DESTDIR)/usr/lib
           BINDIR = $(DESTDIR)/usr/bin/X11
          INCROOT = $(DESTDIR)/usr/include
     BUILDINCROOT = $(TOP)
      BUILDINCDIR = $(BUILDINCROOT)/X11
      BUILDINCTOP = ..
           INCDIR = $(INCROOT)/X11
           ADMDIR = $(DESTDIR)/usr/adm
           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/man
    MANSOURCEPATH = $(MANPATH)/man
           MANDIR = $(MANSOURCEPATH)n
        LIBMANDIR = $(MANSOURCEPATH)3
      XAPPLOADDIR = $(LIBDIR)/app-defaults

        SOXLIBREV = 4.2
          SOXTREV = 4.0
         SOXAWREV = 4.0
        SOOLDXREV = 4.0
         SOXMUREV = 4.0
        SOXEXTREV = 4.0

       FONTCFLAGS = -t

     INSTAPPFLAGS = $(INSTDATFLAGS)

            IMAKE = $(IMAKESRC)/imake
           DEPEND = $(DEPENDSRC)/makedepend
              RGB = $(RGBSRC)/rgb
            FONTC = $(BDFTOSNFSRC)/bdftosnf
        MKFONTDIR = $(MKFONTDIRSRC)/mkfontdir
        MKDIRHIER = /bin/sh $(SCRIPTSRC)/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 = $(EXTENSIONSRC)/lib/libXext.a
     EXTENSIONLIB =   $(DEPEXTENSIONLIB)

          DEPXLIB = $(DEPEXTENSIONLIB)
             XLIB = $(EXTENSIONLIB) -L$(XLIBSRC) -lX11

      DEPXAUTHLIB = $(XAUTHSRC)/libXau.a
         XAUTHLIB =  $(DEPXAUTHLIB)

        DEPXMULIB =
           XMULIB = -L$(XMUSRC) -lXmu

       DEPOLDXLIB =
          OLDXLIB = -L$(OLDXLIBSRC) -loldX

      DEPXTOOLLIB =
         XTOOLLIB = -L$(TOOLKITSRC) -lXt

        DEPXAWLIB =
           XAWLIB = -L$(AWIDGETSRC) -lXaw

 LINTEXTENSIONLIB = $(EXTENSIONSRC)/lib/llib-lXext.ln
         LINTXLIB = $(XLIBSRC)/llib-lX11.ln
          LINTXMU = $(XMUSRC)/llib-lXmu.ln
        LINTXTOOL = $(TOOLKITSRC)/llib-lXt.ln
          LINTXAW = $(AWIDGETSRC)/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

###########################################################################
# @(#)XView.cf 1.1 90/07/09 SMI
# XView.cf for XView release 2.0.  Specify site preferences here.

###########################################################################
# @(#)XView.tmpl 1.2 90/07/16 SMI
# XView.tmpl for XView release 2.0.  Template to add additional config
# rules to those supplied with X Version 11 release 4.

                DESTDIR =
              XVDESTDIR = $(TOP)/usr_latest
           LIBRARY_DEST = $(XVDESTDIR)/usr/lib
      LINT_LIBRARY_DEST = $(XVDESTDIR)/usr/lib/lint
               XVLIBSRC = $(TOP)/lib

              CONFIGDIR = $(LIBRARY_DEST)/xview/config

                 BINDIR = $(XVDESTDIR)/usr/bin/xview
                MANPATH = $(XVDESTDIR)/usr/man
            HEADER_DEST = $(XVDESTDIR)/usr/include
               SRC_DEST = $(XVDESTDIR)/usr/share/src/xview
               DOC_DEST = $(XVDESTDIR)/usr/share/doc/xview
              HELP_DEST = $(LIBRARY_DEST)/help
    LIBRARY_DEST_EXTRAS = $(LIBRARY_DEST)
       TEXT_EXTRAS_MENU = $(LIBRARY_DEST)/.text_extras_menu
                     AR = ar rulv
                  CHMOD = chmod

                  PSDIR = $$OPENWINHOME/etc/NeWS
               NEWSHDRS = $$OPENWINHOME/include
             NEWSLIBDIR = $$OPENWINHOME/lib
                 CPSLIB = -L$(NEWSLIBDIR) -lcps
                    CPS = $$OPENWINHOME/bin/cps
             DESKSETDIR = $$OPENWINHOME/lib
             LIBDESKSET = -L$(DESKSETDIR) -ldeskset

        DEPEXTENSIONLIB =
           EXTENSIONLIB =

                DEPXLIB =

            BUILDINCDIR = $(TOP)/build
            BUILDINCTOP = ../../../..

                 INCDIR = /usr/include

               XVPUBINC = xview
               XVPRIINC = xview_private
               OLPUBINC = olgx
               OLPRIINC = olgx_private
               PSPUBINC = xvps
               PSPRIINC = xvps_private
               IMAGEINC = images
         PIXRECT_INCDIR = $(INCDIR)/pixrect
           XVPUB_INCDIR = $(INCDIR)/$(XVPUBINC)
           XVPRI_INCDIR = $(INCDIR)/$(XVPRIINC)
           OLPUB_INCDIR = $(INCDIR)/$(OLPUBINC)
           OLPRI_INCDIR = $(INCDIR)/$(OLPRIINC)
           PSPUB_INCDIR = $(INCDIR)/$(PSPUBINC)
           PSPRI_INCDIR = $(INCDIR)/$(PSPRIINC)
           IMAGE_INCDIR = $(INCDIR)/$(IMAGEINC)
    PIXRECT_HEADER_DEST = $(HEADER_DEST)/pixrect
      XVPUB_HEADER_DEST = $(HEADER_DEST)/$(XVPUBINC)
      XVPRI_HEADER_DEST = $(HEADER_DEST)/$(XVPRIINC)
      OLPUB_HEADER_DEST = $(HEADER_DEST)/$(OLPUBINC)
      OLPRI_HEADER_DEST = $(HEADER_DEST)/$(OLPRIINC)
      PSPUB_HEADER_DEST = $(HEADER_DEST)/$(PSPUBINC)
      PSPRI_HEADER_DEST = $(HEADER_DEST)/$(PSPRIINC)
            IMAGES_DEST = $(HEADER_DEST)/$(IMAGEINC)

                LINTDIR = $(XVDESTDIR)/usr/lib/lint

            DEPXVIEWLIB = $(XVLIBSRC)/libxview/libxview.a
               XVIEWLIB =  -L$(LIBRARY_DEST) -lxview

            DEPOLGXLIB = $(XVLIBSRC)/libolgx/libolgx.a
               OLGXLIB =  -L$(LIBRARY_DEST) -lolgx

            DEPXVPSLIB = $(XVLIBSRC)/libxvps/libxvps.a
               XVPSLIB =  -L$(LIBRARY_DEST) -lxvps

             XLIB = $(EXTENSIONLIB) -lX11

###########################################################################
# @(#)XView.rules 1.3 90/08/02 SMI
# XView.rules for XView release 2.0.  Imake rules needed by distribution.

##########################################################################
# @(#)Imakefile 1.7 90/08/02 SMI
# Imakefile for examples/notifier

LOCATION = examples/notifier

DEFINES = -DSTANDALONE
SYS_LIBRARIES =
INCLUDES = -I. -I$(HEADER_DEST) -I$(TOP)
DEPLIBS =
LOCAL_LIBRARIES = $(XVIEWLIB) $(OLGXLIB) $(XLIB)

MAKEFILE_SIMPLE = Makefile.customer
SRCS = animate.c interpose.c notify.c notify_input.c ntfy_do_dis.c \
	ntfy_pipe.c ntfy_sig.c
INSTALL_SRCS = $(SRCS)
ALLFILES = $(MAKEFILE_SIMPLE) $(SRCS)

PROGRAMS= animate interpose notify notify_input ntfy_do_dis \
        ntfy_pipe ntfy_sig

all:: $(PROGRAMS)

animate: animate.o
	$(RM) $@
	$(CC) -o $@ animate.o $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS)   $(EXTRA_LOAD_FLAGS)

clean::
	$(RM) animate

interpose: interpose.o
	$(RM) $@
	$(CC) -o $@ interpose.o $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS)   $(EXTRA_LOAD_FLAGS)

clean::
	$(RM) interpose

notify: notify.o
	$(RM) $@
	$(CC) -o $@ notify.o $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS)   $(EXTRA_LOAD_FLAGS)

clean::
	$(RM) notify

notify_input: notify_input.o
	$(RM) $@
	$(CC) -o $@ notify_input.o $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS)   $(EXTRA_LOAD_FLAGS)

clean::
	$(RM) notify_input

ntfy_do_dis: ntfy_do_dis.o
	$(RM) $@
	$(CC) -o $@ ntfy_do_dis.o $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS)   $(EXTRA_LOAD_FLAGS)

clean::
	$(RM) ntfy_do_dis

ntfy_pipe: ntfy_pipe.o
	$(RM) $@
	$(CC) -o $@ ntfy_pipe.o $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS)   $(EXTRA_LOAD_FLAGS)

clean::
	$(RM) ntfy_pipe

ntfy_sig: ntfy_sig.o
	$(RM) $@
	$(CC) -o $@ ntfy_sig.o $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS)   $(EXTRA_LOAD_FLAGS)

clean::
	$(RM) ntfy_sig

populate::
	@case '${MFLAGS}' in *[i]*) set +e;; esac;
	-@if [ -h SCCS ]; then \
	for i in $(ALLFILES) ; do sccs get $$i ; done ; \
	elif [ -h SCCS- ]; then \
	$(MV) SCCS- SCCS ; \
	for i in $(ALLFILES) ; do sccs get $$i ; done ; \
	$(MV) SCCS SCCS- ; \
	else \
	echo "SCCS or SCCS- do not exist" ; \
	fi

install::
	$(MKDIRHIER)  $(SRC_DEST)/examples/bin

install:: $(PROGRAMS)
	@case '${MFLAGS}' in *[i]*) set +e;; esac; \
	for i in $(PROGRAMS); do \
	(set -x; $(INSTALL) -c $(INSTALLFLAGS) $$i $(SRC_DEST)/examples/bin); \
	done

install.srcs::
	$(MKDIRHIER)  $(SRC_DEST)/$(LOCATION)

install.srcs::
	@case '${MFLAGS}' in *[i]*) set +e;; esac;
	for i in $(INSTALL_SRCS) ;\
	do \
	echo "installing $$i"; \
	$(RM) $(SRC_DEST)/$(LOCATION)/$$i ; \
	$(INSTALL) -c $(INSTDATFLAGS) $$i $(SRC_DEST)/$(LOCATION) ; \
	done
	$(RM) $(SRC_DEST)/$(LOCATION)/Makefile ;
	$(INSTALL) -c $(INSTDATFLAGS) $(MAKEFILE_SIMPLE) $(SRC_DEST)/$(LOCATION)/Makefile

includes::

install.man::

depend:: $(DEPEND)

$(DEPEND):
	@echo "checking $@ over in $(DEPENDSRC) first..."; \
	cd $(DEPENDSRC); $(MAKE); \
	echo "okay, continuing in $(CURRENT_DIR)"

depend::
	$(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)

lint:
	$(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS)
lint1:
	$(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS)

###########################################################################
# common rules for all Makefiles - do not edit

emptyrule::

clean::
	$(RM_CMD) \#*

Makefile:: $(IMAKE)

$(IMAKE):
	@(cd $(IMAKESRC); if [ -f Makefile ]; then \
	echo "checking $@ in $(IMAKESRC) first..."; $(MAKE) all; else \
	echo "bootstrapping $@ from Makefile.ini in $(IMAKESRC) first..."; \
	$(MAKE) -f Makefile.ini BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS); fi; \
	echo "okay, continuing in $(CURRENT_DIR)")

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)

###########################################################################
# empty rules for directories that do not have SUBDIRS - do not edit

install::
	@echo "install in $(CURRENT_DIR) done"

install.man::
	@echo "install.man in $(CURRENT_DIR) done"

Makefiles::

includes::

###########################################################################
# dependencies generated by makedepend

# DO NOT DELETE

animate.o: /usr/include/stdio.h /usr/include/ctype.h /usr/include/X11/X.h
animate.o: /usr/include/X11/Xlib.h /usr/include/sys/types.h
animate.o: /usr/include/sys/sysmacros.h /usr/include/X11/Xos.h
animate.o: /usr/include/strings.h /usr/include/sys/file.h
animate.o: /usr/include/sys/fcntlcom.h /usr/include/sys/time.h
animate.o: /usr/include/sys/time.h
animate.o: ../../.././usr_latest/usr/include/xview/xview.h
animate.o: ../../.././usr_latest/usr/include/xview/xview_xvin.h
animate.o: /usr/include/signal.h /usr/include/vm/faultcode.h
animate.o: /usr/include/pixrect/pixrect.h
animate.o: /usr/include/pixrect/pr_planegroups.h
animate.o: /usr/include/pixrect/pr_util.h /usr/include/pixrect/memvar.h
animate.o: /usr/include/pixrect/pixfont.h /usr/include/pixrect/traprop.h
animate.o: /usr/include/pixrect/pr_line.h
animate.o: ../../.././usr_latest/usr/include/xview/xv_c_types.h
animate.o: ../../.././usr_latest/usr/include/xview/generic.h
animate.o: ../../.././usr_latest/usr/include/xview/pkg_public.h
animate.o: ../../.././usr_latest/usr/include/xview/pkg.h
animate.o: /usr/include/varargs.h
animate.o: ../../.././usr_latest/usr/include/xview/attr.h
animate.o: ../../.././usr_latest/usr/include/xview/base.h
animate.o: ../../.././usr_latest/usr/include/xview/notify.h
animate.o: ../../.././usr_latest/usr/include/xview/xv_error.h
animate.o: ../../.././usr_latest/usr/include/xview/sun.h
animate.o: ../../.././usr_latest/usr/include/xview/server.h
animate.o: ../../.././usr_latest/usr/include/xview/screen.h
animate.o: ../../.././usr_latest/usr/include/xview/pixwin.h
animate.o: ../../.././usr_latest/usr/include/xview/rect.h
animate.o: ../../.././usr_latest/usr/include/xview/rectlist.h
animate.o: ../../.././usr_latest/usr/include/xview/win_input.h
animate.o: ../../.././usr_latest/usr/include/xview/win_event.h
animate.o: ../../.././usr_latest/usr/include/xview/icon.h
animate.o: ../../.././usr_latest/usr/include/xview/window.h
animate.o: ../../.././usr_latest/usr/include/xview/drawable.h
animate.o: ../../.././usr_latest/usr/include/xview/attrol.h
animate.o: ../../.././usr_latest/usr/include/xview/svrimage.h
animate.o: ../../.././usr_latest/usr/include/xview/frame.h
animate.o: ../../.././usr_latest/usr/include/xview/openmenu.h
animate.o: ../../.././usr_latest/usr/include/xview/panel.h
animate.o: ../../.././usr_latest/usr/include/xview/canvas.h
animate.o: ../../.././usr_latest/usr/include/xview/openwin.h
animate.o: ../../.././usr_latest/usr/include/xview/font.h
interpose.o: ../../.././usr_latest/usr/include/xview/xview.h
interpose.o: ../../.././usr_latest/usr/include/xview/xview_xvin.h
interpose.o: /usr/include/signal.h /usr/include/vm/faultcode.h
interpose.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
interpose.o: /usr/include/pixrect/pixrect.h
interpose.o: /usr/include/pixrect/pr_planegroups.h
interpose.o: /usr/include/pixrect/pr_util.h /usr/include/pixrect/memvar.h
interpose.o: /usr/include/pixrect/pixfont.h /usr/include/pixrect/traprop.h
interpose.o: /usr/include/pixrect/pr_line.h
interpose.o: ../../.././usr_latest/usr/include/xview/xv_c_types.h
interpose.o: ../../.././usr_latest/usr/include/xview/generic.h
interpose.o: ../../.././usr_latest/usr/include/xview/pkg_public.h
interpose.o: ../../.././usr_latest/usr/include/xview/pkg.h
interpose.o: /usr/include/varargs.h
interpose.o: ../../.././usr_latest/usr/include/xview/attr.h
interpose.o: ../../.././usr_latest/usr/include/xview/base.h
interpose.o: /usr/include/strings.h
interpose.o: ../../.././usr_latest/usr/include/xview/notify.h
interpose.o: ../../.././usr_latest/usr/include/xview/xv_error.h
interpose.o: ../../.././usr_latest/usr/include/xview/sun.h
interpose.o: ../../.././usr_latest/usr/include/xview/server.h
interpose.o: ../../.././usr_latest/usr/include/xview/screen.h
interpose.o: ../../.././usr_latest/usr/include/xview/pixwin.h
interpose.o: ../../.././usr_latest/usr/include/xview/rect.h
interpose.o: ../../.././usr_latest/usr/include/xview/rectlist.h
interpose.o: ../../.././usr_latest/usr/include/xview/win_input.h
interpose.o: /usr/include/sys/time.h /usr/include/sys/time.h
interpose.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
interpose.o: ../../.././usr_latest/usr/include/xview/win_event.h
interpose.o: ../../.././usr_latest/usr/include/xview/icon.h
interpose.o: ../../.././usr_latest/usr/include/xview/window.h
interpose.o: ../../.././usr_latest/usr/include/xview/drawable.h
interpose.o: ../../.././usr_latest/usr/include/xview/attrol.h
interpose.o: ../../.././usr_latest/usr/include/xview/svrimage.h
interpose.o: ../../.././usr_latest/usr/include/xview/frame.h
interpose.o: ../../.././usr_latest/usr/include/xview/openmenu.h
interpose.o: ../../.././usr_latest/usr/include/xview/panel.h
interpose.o: ../../.././usr_latest/usr/include/xview/canvas.h
interpose.o: ../../.././usr_latest/usr/include/xview/openwin.h
interpose.o: ../../.././usr_latest/usr/include/xview/notice.h
notify.o: /usr/include/X11/Xlib.h /usr/include/sys/types.h
notify.o: /usr/include/sys/sysmacros.h /usr/include/X11/X.h
notify.o: /usr/include/sys/time.h /usr/include/sys/time.h
notify.o: ../../.././usr_latest/usr/include/xview/xview.h
notify.o: ../../.././usr_latest/usr/include/xview/xview_xvin.h
notify.o: /usr/include/signal.h /usr/include/vm/faultcode.h
notify.o: /usr/include/pixrect/pixrect.h
notify.o: /usr/include/pixrect/pr_planegroups.h
notify.o: /usr/include/pixrect/pr_util.h /usr/include/pixrect/memvar.h
notify.o: /usr/include/pixrect/pixfont.h /usr/include/pixrect/traprop.h
notify.o: /usr/include/pixrect/pr_line.h
notify.o: ../../.././usr_latest/usr/include/xview/xv_c_types.h
notify.o: ../../.././usr_latest/usr/include/xview/generic.h
notify.o: ../../.././usr_latest/usr/include/xview/pkg_public.h
notify.o: ../../.././usr_latest/usr/include/xview/pkg.h
notify.o: /usr/include/varargs.h
notify.o: ../../.././usr_latest/usr/include/xview/attr.h
notify.o: ../../.././usr_latest/usr/include/xview/base.h
notify.o: /usr/include/strings.h
notify.o: ../../.././usr_latest/usr/include/xview/notify.h
notify.o: ../../.././usr_latest/usr/include/xview/xv_error.h
notify.o: ../../.././usr_latest/usr/include/xview/sun.h
notify.o: ../../.././usr_latest/usr/include/xview/server.h
notify.o: ../../.././usr_latest/usr/include/xview/screen.h
notify.o: ../../.././usr_latest/usr/include/xview/pixwin.h
notify.o: ../../.././usr_latest/usr/include/xview/rect.h
notify.o: ../../.././usr_latest/usr/include/xview/rectlist.h
notify.o: ../../.././usr_latest/usr/include/xview/win_input.h
notify.o: ../../.././usr_latest/usr/include/xview/win_event.h
notify.o: ../../.././usr_latest/usr/include/xview/icon.h
notify.o: ../../.././usr_latest/usr/include/xview/window.h
notify.o: ../../.././usr_latest/usr/include/xview/drawable.h
notify.o: ../../.././usr_latest/usr/include/xview/attrol.h
notify.o: ../../.././usr_latest/usr/include/xview/svrimage.h
notify.o: ../../.././usr_latest/usr/include/xview/frame.h
notify.o: ../../.././usr_latest/usr/include/xview/openmenu.h
notify.o: ../../.././usr_latest/usr/include/xview/canvas.h
notify.o: ../../.././usr_latest/usr/include/xview/openwin.h
notify.o: ../../.././usr_latest/usr/include/xview/textsw.h
notify.o: ../../.././usr_latest/usr/include/xview/sel_attrs.h
notify.o: ../../.././usr_latest/usr/include/xview/xv_xrect.h
notify_input.o: /usr/include/stdio.h /usr/include/sys/ioctl.h
notify_input.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h
notify_input.o: /usr/include/sys/ttold.h /usr/include/sys/ioccom.h
notify_input.o: /usr/include/sys/ttycom.h /usr/include/sys/filio.h
notify_input.o: /usr/include/sys/sockio.h
notify_input.o: ../../.././usr_latest/usr/include/xview/notify.h
notify_input.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
notify_input.o: ../../.././usr_latest/usr/include/xview/base.h
notify_input.o: /usr/include/strings.h
notify_input.o: ../../.././usr_latest/usr/include/xview/xv_c_types.h
ntfy_do_dis.o: /usr/include/stdio.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/xview.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/xview_xvin.h
ntfy_do_dis.o: /usr/include/signal.h /usr/include/vm/faultcode.h
ntfy_do_dis.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
ntfy_do_dis.o: /usr/include/pixrect/pixrect.h
ntfy_do_dis.o: /usr/include/pixrect/pr_planegroups.h
ntfy_do_dis.o: /usr/include/pixrect/pr_util.h /usr/include/pixrect/memvar.h
ntfy_do_dis.o: /usr/include/pixrect/pixfont.h /usr/include/pixrect/traprop.h
ntfy_do_dis.o: /usr/include/pixrect/pr_line.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/xv_c_types.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/generic.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/pkg_public.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/pkg.h
ntfy_do_dis.o: /usr/include/varargs.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/attr.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/base.h
ntfy_do_dis.o: /usr/include/strings.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/notify.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/xv_error.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/sun.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/server.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/screen.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/pixwin.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/rect.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/rectlist.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/win_input.h
ntfy_do_dis.o: /usr/include/sys/time.h /usr/include/sys/time.h
ntfy_do_dis.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/win_event.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/icon.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/window.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/drawable.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/attrol.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/svrimage.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/frame.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/openmenu.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/panel.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/canvas.h
ntfy_do_dis.o: ../../.././usr_latest/usr/include/xview/openwin.h
ntfy_pipe.o: /usr/include/stdio.h /usr/include/errno.h
ntfy_pipe.o: /usr/include/sys/errno.h /usr/include/signal.h
ntfy_pipe.o: /usr/include/vm/faultcode.h /usr/include/sys/time.h
ntfy_pipe.o: /usr/include/sys/time.h /usr/include/sys/types.h
ntfy_pipe.o: /usr/include/sys/sysmacros.h /usr/include/sys/wait.h
ntfy_pipe.o: /usr/include/sys/resource.h /usr/include/sys/ioctl.h
ntfy_pipe.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h
ntfy_pipe.o: /usr/include/sys/ttold.h /usr/include/sys/ioccom.h
ntfy_pipe.o: /usr/include/sys/ttycom.h /usr/include/sys/filio.h
ntfy_pipe.o: /usr/include/sys/sockio.h
ntfy_pipe.o: ../../.././usr_latest/usr/include/xview/notify.h
ntfy_pipe.o: ../../.././usr_latest/usr/include/xview/base.h
ntfy_pipe.o: /usr/include/strings.h
ntfy_pipe.o: ../../.././usr_latest/usr/include/xview/xv_c_types.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/xview.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/xview_xvin.h
ntfy_sig.o: /usr/include/signal.h /usr/include/vm/faultcode.h
ntfy_sig.o: /usr/include/sys/types.h /usr/include/sys/sysmacros.h
ntfy_sig.o: /usr/include/pixrect/pixrect.h
ntfy_sig.o: /usr/include/pixrect/pr_planegroups.h
ntfy_sig.o: /usr/include/pixrect/pr_util.h /usr/include/pixrect/memvar.h
ntfy_sig.o: /usr/include/pixrect/pixfont.h /usr/include/pixrect/traprop.h
ntfy_sig.o: /usr/include/pixrect/pr_line.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/xv_c_types.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/generic.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/pkg_public.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/pkg.h
ntfy_sig.o: /usr/include/varargs.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/attr.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/base.h
ntfy_sig.o: /usr/include/strings.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/notify.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/xv_error.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/sun.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/server.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/screen.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/pixwin.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/rect.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/rectlist.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/win_input.h
ntfy_sig.o: /usr/include/sys/time.h /usr/include/sys/time.h
ntfy_sig.o: /usr/include/X11/Xlib.h /usr/include/X11/X.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/win_event.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/icon.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/window.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/drawable.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/attrol.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/svrimage.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/frame.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/openmenu.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/panel.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/canvas.h
ntfy_sig.o: ../../.././usr_latest/usr/include/xview/openwin.h
