# Makefile generated by imake - do not edit!
# $TOG: imake.c /main/104 1998/03/24 12:45:15 kaleb $

# OMM ----------------------------------------------------------------------
# OMM Makefile generated from "Imake.tmpl" and <Imakefile>
# OMM $TOG: Imake.tmpl /main/249 1997/10/13 15:28:56 kaleb $
#

all::

.SUFFIXES: .i

# OMM $TOG: Imake.cf /main/30 1998/04/28 13:55:25 barstow $

# OMM -----------------------------------------------------------------------
# OMM site-specific configuration parameters that need to come before
# OMM the platform-specific parameters - edit site.def to change

# OMM site:  $TOG: site.def /main/23 1998/03/19 18:43:26 mgreess $

# OMM ----------------------------------------------------------------------
# OMM platform-specific configuration parameters - edit linux.cf to change

# OMM platform:  $TOG: linux.cf /main/47 1998/04/17 11:32:51 mgreess $

# OMM operating system:  Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u2 x86_64 (3.2.0)
# OMM libc:  (6.0.0)
# OMM binutils:  (42)

# OMM If you have the tirpc library on your system, and you have the
# OMM libtirpc-dev installed, then define HasTIRPCLib to 1 in either
# OMM your host.def or site.def file.  Using the tirpc lib should
# OMM allow running rpcbind in secure mode (ie: without the -i option).
# OMM The default is 0.

TIRPCLIB =

# OMM This is needed for CDE currently

# OMM dependency handling for linux, included by linux.cf.
# OMM We do not want builds to fail if dependencies cannot
# OMM be generated.  In some cases, checking will always fail
# OMM because the relevant files have not been generated yet.
# OMM Not ignoring errors can cause make to go into an infinite
# OMM loop during depend processing.
#

# OMM $TOG: lnxLib.rules /main/14 1998/03/16 11:15:30 mgreess $

# OMM ----------------------------------------------------------------------
# OMM site-specific configuration parameters that go after
# OMM the platform-specific parameters - edit site.def to change

# OMM site:  $TOG: site.def /main/23 1998/03/19 18:43:26 mgreess $

# OMM build the DtXinerama support

# OMM Make sure you have installed the de_DE, es_ES, fr_FR and it_IT locales.
# OMM  or building non-C locales will cause build failures.

# OMM define DtDocLocalesToBuild to be the same as de_DE.ISO8859-1 es_ES.ISO8859-1 fr_FR.ISO8859-1 it_IT.ISO8859-1 en_US.UTF-8 if undefined

# OMM ---------------------------------------------------------------------
# OMM Imake rules for building libraries, programs, scripts, and data files
# OMM rules:  $TOG: Imake.rules /main/227 1998/02/02 12:07:57 kaleb $

 _NULLCMD_ = @ echo -n

          PATHSEP = /
            SHELL = /bin/sh
        KORNSHELL = /bin/ksh
      DTKORNSHELL = /usr/dt/bin/dtksh

              TOP = ../../..
      CURRENT_DIR = doc/C/man

            IMAKE = $(IMAKESRC)/imake
           DEPEND = $(CC) -E -MM -MG
        MKDIRHIER = mkdir -p
    EXPORTLISTGEN =
        CONFIGSRC = $(TOP)/config
         IMAKESRC = $(CONFIGSRC)/imake
        DEPENDSRC = $(CONFIGSRC)/makedepend
    DEPENDDEFINES =

          INCROOT = /usr/dt/include
        USRLIBDIR = /usr/dt/lib
         SHLIBDIR = /usr/dt/lib
       LINTLIBDIR = $(USRLIBDIR)/lint
          MANPATH = /usr/dt/man
    MANSOURCEPATH = $(MANPATH)/man
           MANDIR = $(MANSOURCEPATH)1
        LIBMANDIR = $(MANSOURCEPATH)3
       FILEMANDIR = $(MANSOURCEPATH)5
       MISCMANDIR = $(MANSOURCEPATH)$(MISCMANSUFFIX)

               AR = ar clq
  BOOTSTRAPCFLAGS =
               CC = gcc -g -pipe
               AS = as

.SUFFIXES: .C

              CXX = g++ -g -pipe -fpermissive
          CXXFILT = c++filt
           CXXLIB = -lstdc++
    CXXDEBUGFLAGS = -O2 -fno-strict-aliasing -Wno-write-strings
CXXDEPENDINCLUDES =
 CXXEXTRA_DEFINES =
CXXEXTRA_INCLUDES =
   CXXSTD_DEFINES = -Dlinux -D__x86_64__ -D_POSIX_SOURCE -D_DEFAULT_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE 				-D__NO_STRING_INLINES -D__NO_MATH_INLINES 				 $(CXXPROJECT_DEFINES)
       CXXOPTIONS =
      CXXINCLUDES = $(INCLUDES) $(TOP_INCLUDES) $(CXXEXTRA_INCLUDES)
       CXXDEFINES = $(CXXINCLUDES) $(CXXSTD_DEFINES) $(THREADS_CXXDEFINES) $(CXXEXTRA_DEFINES) $(DEFINES)
         CXXFLAGS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES)

         COMPRESS = compress
          GZIPCMD = gzip
              CPP = /lib/cpp $(STD_CPP_DEFINES)
    PREPROCESSCMD = gcc -g -pipe -E $(STD_CPP_DEFINES)
          INSTALL = install
     INSTALLFLAGS = -c
               LD = ld
              LEX = flex -l
           LEXLIB = -lfl
             YACC = yacc
           CCYACC = yacc
             LINT = lint
      LINTLIBFLAG = -C
         LINTOPTS = -axz
               LN = ln -s
             MAKE = make
               MV = mv
               CP = cp
              SED = sed
             PERL = /usr/bin/perl

           RANLIB = ranlib
  RANLIBINSTFLAGS =

               RM = rm -f
        MANSUFFIX = 1x
     LIBMANSUFFIX = 3x
    FILEMANSUFFIX = 5x
    MISCMANSUFFIX = 7

            TROFF = psroff
            NROFF = nroff
         MSMACROS = -ms
        MANMACROS = -man
              TBL = tbl
              EQN = eqn
             NEQN = neqn
              COL = col

            DVIPS = dvips
            LATEX = latex

     STD_INCLUDES =
  STD_CPP_DEFINES = -traditional -nostdinc -Dlinux -D__x86_64__ -D_POSIX_SOURCE -D_DEFAULT_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE 				-D__NO_STRING_INLINES -D__NO_MATH_INLINES 				 $(PROJECT_DEFINES)
      STD_DEFINES = -Dlinux -D__x86_64__ -D_POSIX_SOURCE -D_DEFAULT_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE 				-D__NO_STRING_INLINES -D__NO_MATH_INLINES 				 $(PROJECT_DEFINES)
 EXTRA_LOAD_FLAGS = -Wl,-rpath,$(USRLIBDIRPATH)
  EXTRA_LDOPTIONS =
  EXTRA_LIBRARIES =
             TAGS = ctags

    SHAREDCODEDEF =
         SHLIBDEF =

     SHLIBLDFLAGS = -shared

         PICFLAGS = -fPIC

      CXXPICFLAGS = -fPIC

    PROTO_DEFINES = -DFUNCPROTO=15 -DNARROWPROTO

     INSTPGMFLAGS = -s

     INSTBINFLAGS = -m 0755
     INSTUIDFLAGS = -m 4711
     INSTLIBFLAGS = -m 0644
     INSTINCFLAGS = -m 0444
     INSTMANFLAGS = -m 0444
     INSTDATFLAGS = -m 0444
    INSTKMEMFLAGS = -m 4711

      PROJECTROOT = /usr/dt

      CDEBUGFLAGS = -O2 -fno-strict-aliasing -Wno-write-strings
        CCOPTIONS = -ansi

      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 = -L$(BUILDLIBDIR)
        LDPOSTLIB = -L$(USRLIBDIR)
        LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS)  $(EXTRA_LDOPTIONS) $(THREADS_LDFLAGS) $(LOCAL_LDFLAGS) $(LDPRELIBS)
     CXXLDOPTIONS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(EXTRA_LDOPTIONS) $(THREADS_CXXLDFLAGS) $(LOCAL_LDFLAGS) $(LDPRELIBS)

           LDLIBS = $(LDPOSTLIBS) $(THREADS_LIBS) $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)

           CCLINK = $(CC)

          CXXLINK = $(CXX)

     LDSTRIPFLAGS = -x
   LDCOMBINEFLAGS = -r
      DEPENDFLAGS =

        MACROFILE = linux.cf
           RM_CMD = $(RM)

    IMAKE_DEFINES =

         IRULESRC = $(CONFIGSRC)/cf
        IMAKE_CMD = $(IMAKE) -I$(IRULESRC) $(IMAKE_DEFINES)

     ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/X11.tmpl 			$(IRULESRC)/site.def $(IRULESRC)/$(MACROFILE) 			$(IRULESRC)/host.def $(EXTRA_ICONFIGFILES)

# OMM $TOG: cde.rules /main/4 1998/02/06 10:53:52 kaleb $

# OMM $TOG: Motif.rules /main/8 1999/03/22 15:12:48 mgreess $

# OMM $TOG: X11.rules /main/4 1997/04/30 15:23:24 kaleb $

# OMM $XConsortium: cde.tmpl /main/2 1996/12/04 10:13:09 swick $

# OMM $TOG: Motif.tmpl /main/6 1999/05/19 17:00:05 mgreess $

# OMM ----------------------------------------------------------------------
# OMM X Window System Build Parameters and Rules
# OMM $TOG: X11.tmpl /main/308 1998/06/16 15:14:24 msr $

# OMM -----------------------------------------------------------------------
# OMM X Window System make variables; these need to be coordinated with rules

             XTOP = $(TOP)
           BINDIR = /usr/dt/bin
     BUILDINCROOT = $(TOP)/exports
      BUILDINCDIR = $(BUILDINCROOT)/include
      BUILDINCTOP = ../..
      BUILDLIBDIR = $(TOP)/exports/lib
      BUILDLIBTOP = ../..
      BUILDBINDIR = $(TOP)/exports/bin
      BUILDBINTOP = ../..
    XBUILDINCROOT = $(XTOP)/exports
     XBUILDINCDIR = $(XBUILDINCROOT)/include/X11
     XBUILDINCTOP = ../../..
     XBUILDBINDIR = $(XBUILDINCROOT)/bin
           INCDIR = $(INCROOT)
           ADMDIR = /usr/adm
           LIBDIR = $(USRLIBDIR)/X11
   TOP_X_INCLUDES = -I$(XPROJECTROOT)/include

           VARDIR = /var/X11

          FONTDIR = $(LIBDIR)/fonts
         XINITDIR = $(LIBDIR)/xinit
           XDMDIR = $(LIBDIR)/xdm
           TWMDIR = $(LIBDIR)/twm
           XSMDIR = $(LIBDIR)/xsm
           NLSDIR = $(LIBDIR)/nls
       XLOCALEDIR = $(LIBDIR)/locale
        PEXAPIDIR = $(LIBDIR)/PEX
      LBXPROXYDIR = $(LIBDIR)/lbxproxy
  PROXYMANAGERDIR = $(LIBDIR)/proxymngr
        XPRINTDIR = $(LIBDIR)/xserver
      XAPPLOADDIR = $(LIBDIR)/app-defaults
       FONTCFLAGS = -t

     INSTAPPFLAGS = $(INSTDATFLAGS)

     XPROJECTROOT = /usr

              RGB = $(XPROJECTROOT)/bin/rgb
            FONTC = $(XPROJECTROOT)/bin/bdftopcf
        MKFONTDIR = $(XPROJECTROOT)/bin/mkfontdir

       DOCUTILSRC = $(XTOP)/doc/util
       XDOCMACROS = $(DOCUTILSRC)/macros.t
       XIDXMACROS = $(DOCUTILSRC)/indexmacros.t
       PROGRAMSRC = $(TOP)/programs
           LIBSRC = $(XTOP)/lib
          FONTSRC = $(XTOP)/fonts
       INCLUDESRC = $(BUILDINCROOT)/include
      XINCLUDESRC = $(INCLUDESRC)/X11
        SERVERSRC = $(XTOP)/programs/Xserver
       CONTRIBSRC = $(XTOP)/../contrib
   UNSUPPORTEDSRC = $(XTOP)/unsupported
           DOCSRC = $(XTOP)/doc
           RGBSRC = $(XTOP)/programs/rgb
      BDFTOPCFSRC = $(PROGRAMSRC)/bdftopcf
     MKFONTDIRSRC = $(PROGRAMSRC)/mkfontdir
    FONTSERVERSRC = $(PROGRAMSRC)/xfs
       FONTINCSRC = $(XTOP)/include/fonts
        EXTINCSRC = $(XTOP)/include/extensions
     TRANSCOMMSRC = $(LIBSRC)/xtrans
   TRANS_INCLUDES = -I$(TRANSCOMMSRC)

       XENVLIBDIR = $(XPROJECTROOT)/lib
   CLIENTENVSETUP = LD_LIBRARY_PATH=$(DTENVLIBDIR):$(MOTIFENVLIBDIR):$(XENVLIBDIR)

# OMM $TOG: lnxLib.tmpl /main/7 1998/03/20 14:26:41 mgreess $

          XLIBSRC = $(LIBSRC)/X11

SOXLIBREV = 6.1
DEPXONLYLIB =
XONLYLIB =  -lX11

LINTXONLY = $(LINTLIBDIR)/llib-lX11.ln

         XLIBONLY = $(XONLYLIB)

      XEXTLIBSRC = $(LIBSRC)/Xext

SOXEXTREV = 6.4
DEPEXTENSIONLIB =
EXTENSIONLIB =  -lXext

LINTEXTENSION = $(LINTLIBDIR)/llib-lXext.ln

LINTEXTENSIONLIB = $(LINTEXTENSION)
          DEPXLIB = $(DEPEXTENSIONLIB) $(DEPXONLYLIB)
             XLIB = $(EXTENSIONLIB) $(XONLYLIB)
         LINTXLIB = $(LINTXONLYLIB)

         XAUTHSRC = $(LIBSRC)/Xau

DEPXAUTHLIB = $(USRLIBDIR)/libXau.a
XAUTHLIB =  -lXau

LINTXAUTH = $(LINTLIBDIR)/llib-lXau.ln

      XDMCPLIBSRC = $(LIBSRC)/Xdmcp

DEPXDMCPLIB = $(USRLIBDIR)/libXdmcp.a
XDMCPLIB =  -lXdmcp

LINTXDMCP = $(LINTLIBDIR)/llib-lXdmcp.ln

           XMUSRC = $(LIBSRC)/Xmu

SOXMUREV = 6.0
DEPXMULIB =
XMULIB =  -lXmu

LINTXMU = $(LINTLIBDIR)/llib-lXmu.ln

       OLDXLIBSRC = $(LIBSRC)/oldX

DEPOLDXLIB = $(USRLIBDIR)/liboldX.a
OLDXLIB =  -loldX

LINTOLDX = $(LINTLIBDIR)/llib-loldX.ln

         XPLIBSRC = $(LIBSRC)/Xp

SOXPREV = 6.2
DEPXPLIB =
XPLIB =  -lXp

LINTXP = $(LINTLIBDIR)/llib-lXp.ln

       TOOLKITSRC = $(LIBSRC)/Xt

SOXTREV = 6.0
DEPXTOOLONLYLIB =
XTOOLONLYLIB =  -lXt

LINTXTOOLONLY = $(LINTLIBDIR)/llib-lXt.ln

      DEPXTOOLLIB = $(DEPXTOOLONLYLIB) $(DEPSMLIB) $(DEPICELIB)
         XTOOLLIB = $(XTOOLONLYLIB) $(SMLIB) $(ICELIB)
     LINTXTOOLLIB = $(LINTXTOOLONLYLIB)

       XALIBSRC = $(LIBSRC)/Xa

SOXAREV = 1.0
DEPXALIB =
XALIB =  -lXa

LINTXA = $(LINTLIBDIR)/llib-lXa.ln

       AWIDGETSRC = $(LIBSRC)/Xaw

SOXAWREV = 6.1
DEPXAWLIB =
XAWLIB =  -lXaw

LINTXAW = $(LINTLIBDIR)/llib-lXaw.ln

         XILIBSRC = $(LIBSRC)/Xi

SOXINPUTREV = 6.0
DEPXILIB =
XILIB =  -lXi

LINTXI = $(LINTLIBDIR)/llib-lXi.ln

      XTESTLIBSRC = $(LIBSRC)/Xtst

SOXTESTREV = 6.1
DEPXTESTLIB =
XTESTLIB =  -lXtst

LINTXTEST = $(LINTLIBDIR)/llib-lXtst.ln

        PEXLIBSRC = $(LIBSRC)/PEX5

SOPEXREV = 6.0
DEPPEXLIB =
PEXLIB =  -lPEX5

LINTPEX = $(LINTLIBDIR)/llib-lPEX5.ln

        XIELIBSRC = $(LIBSRC)/XIE

SOXIEREV = 6.0
DEPXIELIB =
XIELIB =  -lXIE

LINTXIE = $(LINTLIBDIR)/llib-lXIE.ln

      PHIGSLIBSRC = $(LIBSRC)/PHIGS

DEPPHIGSLIB = $(USRLIBDIR)/libphigs.a
PHIGSLIB =  -lphigs

LINTPHIGS = $(LINTLIBDIR)/llib-lphigs.ln

DEPXBSDLIB = $(USRLIBDIR)/libXbsd.a
XBSDLIB =  -lXbsd

LINTXBSD = $(LINTLIBDIR)/llib-lXbsd.ln

           ICESRC = $(LIBSRC)/ICE

SOICEREV = 6.3
DEPICELIB =
ICELIB =  -lICE

LINTICE = $(LINTLIBDIR)/llib-lICE.ln

            SMSRC = $(LIBSRC)/SM

SOSMREV = 6.0
DEPSMLIB =
SMLIB =  -lSM

LINTSM = $(LINTLIBDIR)/llib-lSM.ln

           XKEYSRC = $(LIBSRC)/Xkey

SOXKEYREV = 6.0
DEPXKEYLIB =
XKEYLIB =  -lXkey

LINTXKEY = $(LINTLIBDIR)/llib-lXkey.ln

         FSLIBSRC = $(LIBSRC)/FS

DEPFSLIB = $(USRLIBDIR)/libFS.a
FSLIB =  -lFS

LINTFS = $(LINTLIBDIR)/llib-lFS.ln

         FONTLIBSRC = $(LIBSRC)/font

DEPFONTLIB = $(USRLIBDIR)/libfont.a
FONTLIB =  -lfont

LINTFONT = $(LINTLIBDIR)/llib-lfont.ln

    XKBFILELIBSRC = $(LIBSRC)/xkbfile

DEPXKBFILELIB = $(USRLIBDIR)/libxkbfile.a
XKBFILELIB =  -lxkbfile

LINTXKBFILE = $(LINTLIBDIR)/llib-lxkbfile.ln

     XKBCOMPSRC = $(PROGRAMSRC)/xkbcomp
     XKBCOMPCMD = $(CLIENTENVSETUP) $(XBUILDBINDIR)/xkbcomp

          DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)

         DEPLIBS1 = $(DEPLIBS)
         DEPLIBS2 = $(DEPLIBS)
         DEPLIBS3 = $(DEPLIBS)
         DEPLIBS4 = $(DEPLIBS)
         DEPLIBS5 = $(DEPLIBS)
         DEPLIBS6 = $(DEPLIBS)
         DEPLIBS7 = $(DEPLIBS)
         DEPLIBS8 = $(DEPLIBS)
         DEPLIBS9 = $(DEPLIBS)
         DEPLIBS10 = $(DEPLIBS)

              MTOP = $(TOP)/imports/motif
TOP_MOTIF_INCLUDES = -I$(MINCLUDESRC)

      UIL_INCLUDES = -I$(UILSRC)

    MOTIFENVLIBDIR = $(MLIBSRC)

      USRINCDIR = /usr/dt/include
         UIDDIR = $(LIBDIR)/uid
        TESTSRC = $(MTOP)/tests
        TESTLIB = $(TESTSRC)/lib
  GENERALSRCLIB = $(TESTSRC)/General/lib
  GENERALSRCBIN = $(TESTSRC)/General/bin
   MANUALSRCLIB = $(TESTSRC)/Manual/lib
   MANUALSRCBIN = $(TESTSRC)/Manual/bin
     AUTOSRCLIB = $(TESTSRC)/Auto/lib
     AUTOSRCBIN = $(TESTSRC)/Auto/bin
       COMMONPP = $(GENERALSRCBIN)/Commonpp
         GENRUN = $(GENERALSRCBIN)/Genrun
         MANRUN = $(GENERALSRCBIN)/Manrun

     TESTCOMSRC = $(MANUALSRCLIB)/Common

    BUILDDOCDIR = $(BUILDINCROOT)/doc
    BUILDLOCDIR = $(BUILDINCROOT)/localized

    MTOOLKITSRC = $(TOOLKITSRC)

        MDOCSRC = $(MTOP)/doc
        MLOCSRC = $(MTOP)/localized

    MINCLUDESRC = $(MTOP)/include

        MLIBSRC = $(MTOP)/lib
     MCLIENTSRC = $(MTOP)/clients
       MDEMOSRC = $(MTOP)/demos
     MWIDGETSRC = $(MLIBSRC)/Xm
   MRESOURCESRC = $(MLIBSRC)/Mrm
         UILSRC = $(MCLIENTSRC)/uil

            UIL = $(UILSRC)/uil
         DEPUIL = $(UILSRC)/uil

   XMEXTRA_LIBS =

SOXMREV = 2.1
DEPXMLIB =
XMLIB =  -lXm

LINTXM = $(MWIDGETSRC)/llib-Xm.ln

SOMRMREV = 2.1
DEPMRESOURCELIB =
MRESOURCELIB =  -lMrm

LINTMRESOURCE = $(MRESOURCESRC)/llib-Mrm.ln

SOUILREV = 2.1
DEPUILLIB =
UILLIB =  -lUil

LINTUIL = $(UILSRC)/llib-Uil.ln

SOMCOMMONREV = 2.1
DEPTESTCOMLIB =
TESTCOMLIB =  -lMCommon

LINTTESTCOM = $(TESTCOMSRC)/llib-MCommon.ln

TESTUILCOMLIB = $(TESTCOMSRC)/libMCommonUil.a

  LINTMRESOURCE = $(MRESOURCESRC)/libMrm.a
LINTXMWIDGETLIB = $(MWIDGETSRC)/llib-l/Xm.ln
     LINTXMTOOL = $(MTOOLKITSRC)/llib-lXt.ln
     LINTUILLIB = $(UILSRC)/llib-lUil.ln

      YACCFLAGS =
       UILFLAGS =
    GENCATFLAGS =
         GENCAT = gencat $(GENCATFLAGS)
      MKCATTOOL = $(TOP)/programs/localized/util/mkcatdefs

         RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut  *.Dat

        DEPLIBS = $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXPLIB) $(DEPXLIB)

       DEPLIBS1 = $(DEPLIBS)
       DEPLIBS2 = $(DEPLIBS)
       DEPLIBS3 = $(DEPLIBS)

      MOTIF_DOC = $(shell if test -f $(MDOCSRC)/C/guides/bookcase.bc; then echo -D_MOTIFDOC_; fi)

           CDETOP = $(TOP)

    CDEINCLUDESRC = $(CDETOP)/exports/include

 TOP_CDE_INCLUDES = -I$(CDEINCLUDESRC)
        CDELIBSRC = $(CDETOP)/lib
           PAMSRC = $(CDELIBSRC)/pam/libpam
            TTSRC = $(CDELIBSRC)/tt
         DTSVCSRC = $(CDELIBSRC)/DtSvc
      DTSEARCHSRC = $(CDELIBSRC)/DtSearch
      DTWIDGETSRC = $(CDELIBSRC)/DtWidget
        DTHELPSRC = $(CDELIBSRC)/DtHelp
       DTPRINTSRC = $(CDELIBSRC)/DtPrint
        DTTERMSRC = $(CDELIBSRC)/DtTerm
         DTMRMSRC = $(CDELIBSRC)/DtMrm
        DTMMDBSRC = $(CDELIBSRC)/DtMmdb
           CSASRC = $(CDELIBSRC)/csa
           CDESRC = $(CDETOP)/programs

      DTENVLIBDIR = $(TOP)/exports/lib

 CDE_INSTALLATION_TOP = /usr/dt
CDE_CONFIGURATION_TOP = /etc/dt
     CDE_LOGFILES_TOP = /var/dt
         CDE_USER_TOP = .dt

        DTCODEGEN = $(CLIENTENVSETUP) $(DTCODEGENCAT) $(CDESRC)/dtappbuilder/src/abmf/dtcodegen
    HELPPARSERSRC = $(CDESRC)/dthelp/parser
          HELPTAG = $(HELPPARSERSRC)/helptag/dthelptag
  HELPTAGPASS1DEF = $(HELPPARSERSRC)/pass1/helptag/dthelp_htag1
  HELPTAGPASS2DEF = $(HELPPARSERSRC)/pass2/htag2/dthelp_htag2
        DTDOCBOOK = $(CLIENTENVSETUP) $(DTLCXENVSETUP) $(KORNSHELL) $(CDESRC)/dtdocbook/doc2sdl/dtdocbook
 DTDOCBOOKOPTIONS = -t $(CDESRC)/dtdocbook/doc2sdl -H $(HELPTAGPASS2DEF) -I $(CDESRC)/dtdocbook/instant/instant -L $(CDESRC)/dtdocbook/xlate_locale/xlate_locale -S $(NSGMLSSRC)/nsgmls

        NSGMLSSRC = $(CDESRC)/nsgmls

     DTINFOGENSRC = $(CDESRC)/dtinfo/dtinfogen
        DTINFOGEN = $(CLIENTENVSETUP) $(DTLCXENVSETUP) DTINFO_HOME=$(DTINFOGENSRC) DTINFO_BIN=$(DTINFOGENSRC)/install:$(DTINFOGENSRC)/mmdb/StyleSheet:$(DTINFOGENSRC)/mmdb/src:$(NSGMLSSRC):$(CDESRC)/dtsr $(DTINFOGENSRC)/infolib/etc/dtinfogen
  DTINFOGENTMPDIR = $(TOP)/doc/tmp

 ARCHITECTURE_DEFINES = -DLINUX_ARCHITECTURE

DTLCXENVSETUP = DTLCXSEARCHPATH=$(DTHELPSRC)

SOPAMREV = 2.1
DEPPAMLIB =
PAMLIB =  -lpam

LINTPAM = $(PAMSRC)/llib-pam.ln

SOTTREV = 2.1
DEPTTLIB =
TTLIB =  -ltt

LINTTT = $(TTSRC)/lib/llib-tt.ln

SODTSVCREV = 2.1
DEPDTSVCLIB =
DTSVCLIB =  -lDtSvc

LINTDTSVC = $(DTSVCSRC)/llib-DtSvc.ln

SODTSEARCHREV = 2.1
DEPDTSEARCHLIB =
DTSEARCHLIB =  -lDtSearch

LINTDTSEARCH = $(DTSEARCHSRC)/llib-DtSearch.ln

SODTWIDGETREV = 2.1
DEPDTWIDGETLIB =
DTWIDGETLIB =  -lDtWidget

LINTDTWIDGET = $(DTWIDGETSRC)/llib-DtWidget.ln

SODTHELPREV = 2.1
DEPDTHELPLIB =
DTHELPLIB =  -lDtHelp

LINTDTHELP = $(DTHELPSRC)/llib-DtHelp.ln

SODTPRINTREV = 2.1
DEPDTPRINTLIB =
DTPRINTLIB =  -lDtPrint

LINTDTPRINT = $(DTPRINTSRC)/llib-DtPrint.ln

SODTTERMREV = 2.1
DEPDTTERMLIB =
DTTERMLIB =  -lDtTerm

LINTDTTERM = $(DTTERMSRC)/llib-DtTerm.ln

SODTMRMREV = 2.1
DEPDTMRMLIB =
DTMRMLIB =  -lDtMrm

LINTDTMRM = $(DTMRMSRC)/llib-DtMrm.ln

SODTMMDBREV = 2.1
DEPDTMMDBLIB =
DTMMDBLIB =  -lDtMmdb

LINTDTMMDB = $(DTMMDBSRC)/llib-DtMmdb.ln

DEPDTCMLIB = $(TOP)/exports/lib/libDtCm.a
DTCMLIB =  -lDtCm

LINTDTCM = $(DTCMSRC)/llib-DtCm.ln

SOCSAREV = 2.1
DEPCSALIB =
CSALIB =  -lcsa

LINTCSA = $(CSASRC)/llib-csa.ln

XMULIBONLY = -lXmu
XMULIB = $(XMULIBONLY) $(XTOOLLIB) $(XLIB)

        CONFIGDIR = $(LIBDIR)/config

    USRLIBDIRPATH = $(USRLIBDIR):$(XPROJECTROOT)/lib
        LDPRELIBS = -L$(BUILDLIBDIR)  -L$(MLIBSRC) -L$(XPROJECTROOT)/lib
       LDPOSTLIBS = -L$(USRLIBDIR)   -L$(XPROJECTROOT)/lib
     TOP_INCLUDES = -I$(TOP) $(TOP_CDE_INCLUDES) $(TOP_MOTIF_INCLUDES) $(TOP_X_INCLUDES)
  PROJECT_DEFINES =    -DANSICPP -DMULTIBYTE -DNLS16 	-DOSMAJORVERSION=3 -DOSMINORVERSION=2

CXXPROJECT_DEFINES =    -DANSICPP -DMULTIBYTE -DNLS16 	-DOSMAJORVERSION=3 -DOSMINORVERSION=2

# OMM ----------------------------------------------------------------------
# OMM start of Imakefile

# OMM $XConsortium: Imakefile /main/20 1996/10/31 09:37:44 rws $

DBTOMAN = $(CDETOP)/doc/util/dbtoman/dbtoman
DBENVSETUP = CDETOP=$(CDETOP)

all:: dirs cde1 cde1m cde3a cde3b cde4 cde5 cde6

dirs::
	@for flag in ${MAKEFLAGS} ''; do \
	  case "$$flag" in *=*) ;; *[i]*) set +e;; esac; done; \
	for i in man1 man1m man3 man4 man5 man6; do if [ -d $(DESTDIR)$$i ]; then \
		set +x; else (set -x; $(MKDIRHIER) $(DESTDIR)$$i); fi \
	done

clean::
	$(RM) -r man1 man1m man3 man4 man5 man6

cde1:: man1/dsdm.1
man1/dsdm.1: ../guides/man/man1/dsdm.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1/dsdm.sgm $@

cde1:: man1/dtaction.1
man1/dtaction.1: ../guides/man/man1_dt/action.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/action.sgm $@

cde1:: man1/dtappgather.1
man1/dtappgather.1: ../guides/man/man1_dt/appgathe.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/appgathe.sgm $@

cde1:: man1/dtappintegrate.1
man1/dtappintegrate.1: ../guides/man/man1_dt/appinteg.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/appinteg.sgm $@

cde1:: man1/dtbuilder.1
man1/dtbuilder.1: ../guides/man/man1_dt/builder.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/builder.sgm $@

cde1:: man1/dtcalc.1
man1/dtcalc.1: ../guides/man/man1_dt/calc.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/calc.sgm $@

cde1:: man1/dtchooser.1
man1/dtchooser.1: ../guides/man/man1_dt/chooser.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/chooser.sgm $@

cde1:: man1/dtcm.1
man1/dtcm.1: ../guides/man/man1_dt/cm.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/cm.sgm $@

cde1:: man1/dtcm_delete.1
man1/dtcm_delete.1: ../guides/man/man1_dt/cm_delet.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/cm_delet.sgm $@

cde1:: man1/dtcm_editor.1
man1/dtcm_editor.1: ../guides/man/man1_dt/cm_edito.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/cm_edito.sgm $@

cde1:: man1/dtcm_insert.1
man1/dtcm_insert.1: ../guides/man/man1_dt/cm_inser.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/cm_inser.sgm $@

cde1:: man1/dtcm_lookup.1
man1/dtcm_lookup.1: ../guides/man/man1_dt/cm_looku.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/cm_looku.sgm $@

cde1:: man1/dtcodegen.1
man1/dtcodegen.1: ../guides/man/man1_dt/codegen.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/codegen.sgm $@

cde1:: man1/dtconfig.1
man1/dtconfig.1: ../guides/man/man1_dt/config.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/config.sgm $@

cde1:: man1/dtconvertvf.1
man1/dtconvertvf.1: ../guides/man/man1_dt/convertv.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/convertv.sgm $@

cde1:: man1/dtcreate.1
man1/dtcreate.1: ../guides/man/man1_dt/create.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/create.sgm $@

cde1:: man1/dtdocbook.1
man1/dtdocbook.1: ../guides/man/man1_dt/docbook.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/docbook.sgm $@

cde1:: man1/dtexec.1
man1/dtexec.1: ../guides/man/man1_dt/exec.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/exec.sgm $@

cde1:: man1/dtfile.1
man1/dtfile.1: ../guides/man/man1_dt/file.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/file.sgm $@

cde1:: man1/dtfile_copy.1
man1/dtfile_copy.1: ../guides/man/man1_dt/file_cop.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/file_cop.sgm $@

cde1:: man1/dtfile_error.1
man1/dtfile_error.1: ../guides/man/man1_dt/file_err.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/file_err.sgm $@

cde1:: man1/dtfplist.1
man1/dtfplist.1: ../guides/man/man1_dt/fplist.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/fplist.sgm $@

cde1:: man1/dtgreet.1
man1/dtgreet.1: ../guides/man/man1_dt/greet.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/greet.sgm $@

cde1:: man1/dthello.1
man1/dthello.1: ../guides/man/man1_dt/hello.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/hello.sgm $@

cde1:: man1/dthelp_ctag1.1
man1/dthelp_ctag1.1: ../guides/man/man1_dt/he_ctag1.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/he_ctag1.sgm $@

cde1:: man1/dthelp_htag1.1
man1/dthelp_htag1.1: ../guides/man/man1_dt/he_htag1.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/he_htag1.sgm $@

cde1:: man1/dthelp_htag2.1
man1/dthelp_htag2.1: ../guides/man/man1_dt/he_htag2.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/he_htag2.sgm $@

cde1:: man1/dthelpgen.1
man1/dthelpgen.1: ../guides/man/man1_dt/helpgen.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/helpgen.sgm $@

cde1:: man1/dthelpprint.1
man1/dthelpprint.1: ../guides/man/man1_dt/helpprin.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/helpprin.sgm $@

cde1:: man1/dthelptag.1
man1/dthelptag.1: ../guides/man/man1_dt/helptag.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/helptag.sgm $@

cde1:: man1/dthelpview.1
man1/dthelpview.1: ../guides/man/man1_dt/helpview.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/helpview.sgm $@

cde1:: man1/dticon.1
man1/dticon.1: ../guides/man/man1_dt/icon.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/icon.sgm $@

cde1:: man1/dtimsstart.1
man1/dtimsstart.1: ../guides/man/man1_dt/imsstart.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/imsstart.sgm $@

cde1:: man1/dtinfo.1
man1/dtinfo.1: ../guides/man/man1_dt/info.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/info.sgm $@

cde1:: man1/dtinfogen.1
man1/dtinfogen.1: ../guides/man/man1_dt/infogen.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/infogen.sgm $@

cde1:: man1/dtksh.1
man1/dtksh.1: ../guides/man/man1_dt/ksh.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/ksh.sgm $@

cde1:: man1/dtlogin.1
man1/dtlogin.1: ../guides/man/man1_dt/login.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/login.sgm $@

cde1:: man1/dtlp.1
man1/dtlp.1: ../guides/man/man1_dt/lp.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/lp.sgm $@

cde1:: man1/dtmail.1
man1/dtmail.1: ../guides/man/man1_dt/mail.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/mail.sgm $@

cde1:: man1/dtmailpr.1
man1/dtmailpr.1: ../guides/man/man1_dt/mailpr.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/mailpr.sgm $@

cde1:: man1/dtpad.1
man1/dtpad.1: ../guides/man/man1_dt/pad.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/pad.sgm $@

cde1:: man1/dtpdm.1
man1/dtpdm.1: ../guides/man/man1_dt/pdm.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/pdm.sgm $@

cde1:: man1/dtpdmd.1
man1/dtpdmd.1: ../guides/man/man1_dt/pdmd.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/pdmd.sgm $@

cde1:: man1/dtprintinfo.1
man1/dtprintinfo.1: ../guides/man/man1_dt/printinf.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/printinf.sgm $@

cde1:: man1/dtscreen.1
man1/dtscreen.1: ../guides/man/man1_dt/screen.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/screen.sgm $@

cde1:: man1/dtsearchpath.1
man1/dtsearchpath.1: ../guides/man/man1_dt/searchpa.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/searchpa.sgm $@

cde1:: man1/dtsession.1
man1/dtsession.1: ../guides/man/man1_dt/session.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/session.sgm $@

cde1:: man1/dtsession_res.1
man1/dtsession_res.1: ../guides/man/man1_dt/sess_res.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/sess_res.sgm $@

cde1:: man1/dtsrcreate.1
man1/dtsrcreate.1: ../guides/man/man1_dt/srcreate.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/srcreate.sgm $@

cde1:: man1/dtsrdbrec.1
man1/dtsrdbrec.1: ../guides/man/man1_dt/srdbrec.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/srdbrec.sgm $@

cde1:: man1/dtsrhan.1
man1/dtsrhan.1: ../guides/man/man1_dt/srhan.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/srhan.sgm $@

cde1:: man1/dtsrindex.1
man1/dtsrindex.1: ../guides/man/man1_dt/srindex.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/srindex.sgm $@

cde1:: man1/dtsrkdump.1
man1/dtsrkdump.1: ../guides/man/man1_dt/srkdump.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/srkdump.sgm $@

cde1:: man1/dtsrload.1
man1/dtsrload.1: ../guides/man/man1_dt/srload.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/srload.sgm $@

cde1:: man1/dtstyle.1
man1/dtstyle.1: ../guides/man/man1_dt/style.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/style.sgm $@

cde1:: man1/dtterm.1
man1/dtterm.1: ../guides/man/man1_dt/term.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/term.sgm $@

cde1:: man1/dttypes.1
man1/dttypes.1: ../guides/man/man1_dt/types.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/types.sgm $@

cde1:: man1/dtudcexch.1
man1/dtudcexch.1: ../guides/man/man1_dt/udcexch.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/udcexch.sgm $@

cde1:: man1/dtudcfonted.1
man1/dtudcfonted.1: ../guides/man/man1_dt/udcfonte.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/udcfonte.sgm $@

cde1:: man1/dtwm.1
man1/dtwm.1: ../guides/man/man1_dt/wm.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/wm.sgm $@

cde1:: man1/huffcode.1
man1/huffcode.1: ../guides/man/man1_dt/huffcode.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1_dt/huffcode.sgm $@

cde1:: man1/ksh.1
man1/ksh.1: ../guides/man/man1/ksh93.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1/ksh93.sgm $@

cde1:: man1/tt_type_comp.1
man1/tt_type_comp.1: ../guides/man/man1/tt_typ_c.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1/tt_typ_c.sgm $@

cde1:: man1/ttcp.1
man1/ttcp.1: ../guides/man/man1/ttcp.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1/ttcp.sgm $@

cde1:: man1/ttmv.1
man1/ttmv.1: ../guides/man/man1/ttmv.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1/ttmv.sgm $@

cde1:: man1/ttrm.1
man1/ttrm.1: ../guides/man/man1/ttrm.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1/ttrm.sgm $@

cde1:: man1/ttrmdir.1
man1/ttrmdir.1: ../guides/man/man1/ttrmdir.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1/ttrmdir.sgm $@

cde1:: man1/ttsession.1
man1/ttsession.1: ../guides/man/man1/ttsessio.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1/ttsessio.sgm $@

cde1:: man1/tttar.1
man1/tttar.1: ../guides/man/man1/tttar.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1/tttar.sgm $@

cde1:: man1/tttrace.1
man1/tttrace.1: ../guides/man/man1/tttrace.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1/tttrace.sgm $@

cde1m:: man1m/dtspcd.1m
man1m/dtspcd.1m: ../guides/man/man1m/dtspcd.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1m/dtspcd.sgm $@

cde1m:: man1m/rpc.cmsd.1m
man1m/rpc.cmsd.1m: ../guides/man/man1m/rpccmsd.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1m/rpccmsd.sgm $@

cde1m:: man1m/ttdbck.1m
man1m/ttdbck.1m: ../guides/man/man1m/ttdbck.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1m/ttdbck.sgm $@

cde1m:: man1m/ttdbserver.1m
man1m/ttdbserver.1m: ../guides/man/man1m/rpcttdbs.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1m/rpcttdbs.sgm $@

cde1m:: man1m/ttdbserverd.1m
man1m/ttdbserverd.1m: ../guides/man/man1m/ttdbserv.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man1m/ttdbserv.sgm $@

cde3a:: man3/DtActionCallbackProc.3
man3/DtActionCallbackProc.3: ../guides/man/m3_Dt/ActionCa.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/ActionCa.sgm $@

cde3a:: man3/DtActionDescription.3
man3/DtActionDescription.3: ../guides/man/m3_Dt/ActionDe.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/ActionDe.sgm $@

cde3a:: man3/DtActionExists.3
man3/DtActionExists.3: ../guides/man/m3_Dt/ActionEx.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/ActionEx.sgm $@

cde3a:: man3/DtActionIcon.3
man3/DtActionIcon.3: ../guides/man/m3_Dt/ActionIc.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/ActionIc.sgm $@

cde3a:: man3/DtActionInvoke.3
man3/DtActionInvoke.3: ../guides/man/m3_Dt/ActionIn.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/ActionIn.sgm $@

cde3a:: man3/DtActionLabel.3
man3/DtActionLabel.3: ../guides/man/m3_Dt/ActionLa.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/ActionLa.sgm $@

cde3a:: man3/DtAppInitialize.3
man3/DtAppInitialize.3: ../guides/man/m3_Dt/Initiali.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/Initiali.sgm $@

cde3a:: man3/DtInitialize.3
man3/DtInitialize.3:
	$(RM) $@
	echo .so man3/DtAppInitialize.3 > $@

cde3a:: man3/DtComboBox.3
man3/DtComboBox.3: ../guides/man/m3_Dt/ComboBox.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/ComboBox.sgm $@

cde3a:: man3/DtComboBoxAddItem.3
man3/DtComboBoxAddItem.3: ../guides/man/m3_Dt/ComboAdd.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/ComboAdd.sgm $@

cde3a:: man3/DtComboBoxDeletePos.3
man3/DtComboBoxDeletePos.3: ../guides/man/m3_Dt/ComboDel.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/ComboDel.sgm $@

cde3a:: man3/DtComboBoxSelectItem.3
man3/DtComboBoxSelectItem.3: ../guides/man/m3_Dt/ComboSel.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/ComboSel.sgm $@

cde3a:: man3/DtComboBoxSetItem.3
man3/DtComboBoxSetItem.3: ../guides/man/m3_Dt/ComboSet.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/ComboSet.sgm $@

cde3a:: man3/DtCreateComboBox.3
man3/DtCreateComboBox.3: ../guides/man/m3_Dt/CreCombo.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/CreCombo.sgm $@

cde3a:: man3/DtCreateEditor.3
man3/DtCreateEditor.3: ../guides/man/m3_Dt/CreEdito.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/CreEdito.sgm $@

cde3a:: man3/DtCreateHelpDialog.3
man3/DtCreateHelpDialog.3: ../guides/man/m3_Dt/CreHelpD.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/CreHelpD.sgm $@

cde3a:: man3/DtCreateHelpQuickDialog.3
man3/DtCreateHelpQuickDialog.3: ../guides/man/m3_Dt/CreHelpQ.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/CreHelpQ.sgm $@

cde3a:: man3/DtCreateMenuButton.3
man3/DtCreateMenuButton.3: ../guides/man/m3_Dt/CreMenuB.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/CreMenuB.sgm $@

cde3a:: man3/DtCreatePrintSetupBox.3
man3/DtCreatePrintSetupBox.3: ../guides/man/m3_Dt/CreatePr.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/CreatePr.sgm $@

cde3a:: man3/DtCreatePrintSetupDialog.3
man3/DtCreatePrintSetupDialog.3: ../guides/man/m3_Dt/CrePrntD.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/CrePrntD.sgm $@

cde3a:: man3/DtCreateSpinBox.3
man3/DtCreateSpinBox.3: ../guides/man/m3_Dt/CreSpinB.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/CreSpinB.sgm $@

cde3a:: man3/DtCreateTerm.3
man3/DtCreateTerm.3: ../guides/man/m3_Dt/CreTerm.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/CreTerm.sgm $@

cde3a:: man3/DtDbLoad.3
man3/DtDbLoad.3: ../guides/man/m3_Dt/DbLoad.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/DbLoad.sgm $@

cde3a:: man3/DtDbReloadNotify.3
man3/DtDbReloadNotify.3: ../guides/man/m3_Dt/DbReload.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/DbReload.sgm $@

cde3a:: man3/DtDndCreateSourceIcon.3
man3/DtDndCreateSourceIcon.3: ../guides/man/m3_Dt/DndCreSI.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/DndCreSI.sgm $@

cde3a:: man3/DtDndDragStart.3
man3/DtDndDragStart.3: ../guides/man/m3_Dt/DndDragS.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/DndDragS.sgm $@

cde3a:: man3/DtDndVaDragStart.3
man3/DtDndVaDragStart.3:
	$(RM) $@
	echo .so man3/DtDndDragStart.3 > $@

cde3a:: man3/DtDndDropRegister.3
man3/DtDndDropRegister.3: ../guides/man/m3_Dt/DndDropR.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/DndDropR.sgm $@

cde3a:: man3/DtDndVaDropRegister.3
man3/DtDndVaDropRegister.3:
	$(RM) $@
	echo .so man3/DtDndDropRegister.3 > $@

cde3a:: man3/DtDndDropUnregister.3
man3/DtDndDropUnregister.3: ../guides/man/m3_Dt/DndDropU.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/DndDropU.sgm $@

cde3a:: man3/DtDtsBufferToAttributeList.3
man3/DtDtsBufferToAttributeList.3: ../guides/man/m3_DtDts/BufToAtL.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/BufToAtL.sgm $@

cde3a:: man3/DtDtsBufferToAttributeValue.3
man3/DtDtsBufferToAttributeValue.3: ../guides/man/m3_DtDts/BufToAtV.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/BufToAtV.sgm $@

cde3a:: man3/DtDtsBufferToDataType.3
man3/DtDtsBufferToDataType.3: ../guides/man/m3_DtDts/BufToDaT.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/BufToDaT.sgm $@

cde3a:: man3/DtDtsDataToDataType.3
man3/DtDtsDataToDataType.3: ../guides/man/m3_DtDts/DatToDaT.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/DatToDaT.sgm $@

cde3a:: man3/DtDtsDataTypeIsAction.3
man3/DtDtsDataTypeIsAction.3: ../guides/man/m3_DtDts/DaTIsAct.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/DaTIsAct.sgm $@

cde3a:: man3/DtDtsDataTypeNames.3
man3/DtDtsDataTypeNames.3: ../guides/man/m3_DtDts/DaTNames.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/DaTNames.sgm $@

cde3a:: man3/DtDtsDataTypeToAttributeList.3
man3/DtDtsDataTypeToAttributeList.3: ../guides/man/m3_DtDts/DaTToAtL.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/DaTToAtL.sgm $@

cde3a:: man3/DtDtsDataTypeToAttributeValue.3
man3/DtDtsDataTypeToAttributeValue.3: ../guides/man/m3_DtDts/DaTToAtV.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/DaTToAtV.sgm $@

cde3a:: man3/DtDtsFileToAttributeList.3
man3/DtDtsFileToAttributeList.3: ../guides/man/m3_DtDts/FilToAtL.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/FilToAtL.sgm $@

cde3a:: man3/DtDtsFileToAttributeValue.3
man3/DtDtsFileToAttributeValue.3: ../guides/man/m3_DtDts/FilToAtV.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/FilToAtV.sgm $@

cde3a:: man3/DtDtsFileToDataType.3
man3/DtDtsFileToDataType.3: ../guides/man/m3_DtDts/FilToDaT.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/FilToDaT.sgm $@

cde3a:: man3/DtDtsFindAttribute.3
man3/DtDtsFindAttribute.3: ../guides/man/m3_DtDts/FindAttr.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/FindAttr.sgm $@

cde3a:: man3/DtDtsFreeAttributeList.3
man3/DtDtsFreeAttributeList.3: ../guides/man/m3_DtDts/FreeAtL.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/FreeAtL.sgm $@

cde3a:: man3/DtDtsFreeAttributeValue.3
man3/DtDtsFreeAttributeValue.3: ../guides/man/m3_DtDts/FreeAtV.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/FreeAtV.sgm $@

cde3a:: man3/DtDtsFreeDataType.3
man3/DtDtsFreeDataType.3: ../guides/man/m3_DtDts/FreeDaT.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/FreeDaT.sgm $@

cde3a:: man3/DtDtsFreeDataTypeNames.3
man3/DtDtsFreeDataTypeNames.3: ../guides/man/m3_DtDts/FreeDaTN.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/FreeDaTN.sgm $@

cde3a:: man3/DtDtsIsTrue.3
man3/DtDtsIsTrue.3: ../guides/man/m3_DtDts/IsTrue.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/IsTrue.sgm $@

cde3a:: man3/DtDtsLoadDataTypes.3
man3/DtDtsLoadDataTypes.3: ../guides/man/m3_DtDts/LoadDaTs.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/LoadDaTs.sgm $@

cde3a:: man3/DtDtsRelease.3
man3/DtDtsRelease.3: ../guides/man/m3_DtDts/Release.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/Release.sgm $@

cde3a:: man3/DtDtsSetDataType.3
man3/DtDtsSetDataType.3: ../guides/man/m3_DtDts/SetDaT.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtDts/SetDaT.sgm $@

cde3a:: man3/DtEditor.3
man3/DtEditor.3: ../guides/man/m3_Dt/Editor.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/Editor.sgm $@

cde3a:: man3/DtEditorAppend.3
man3/DtEditorAppend.3: ../guides/man/m3_Dt/EdAppend.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdAppend.sgm $@

cde3a:: man3/DtEditorAppendFromFile.3
man3/DtEditorAppendFromFile.3: ../guides/man/m3_Dt/EdAppFF.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdAppFF.sgm $@

cde3a:: man3/DtEditorChange.3
man3/DtEditorChange.3: ../guides/man/m3_Dt/EdChange.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdChange.sgm $@

cde3a:: man3/DtEditorCheckForUnsavedChanges.3
man3/DtEditorCheckForUnsavedChanges.3: ../guides/man/m3_Dt/EdCheckF.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdCheckF.sgm $@

cde3a:: man3/DtEditorClearSelection.3
man3/DtEditorClearSelection.3: ../guides/man/m3_Dt/EdClearS.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdClearS.sgm $@

cde3a:: man3/DtEditorCopyToClipboard.3
man3/DtEditorCopyToClipboard.3: ../guides/man/m3_Dt/EdCopyTo.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdCopyTo.sgm $@

cde3a:: man3/DtEditorCutToClipboard.3
man3/DtEditorCutToClipboard.3: ../guides/man/m3_Dt/EdCutToC.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdCutToC.sgm $@

cde3a:: man3/DtEditorDeleteSelection.3
man3/DtEditorDeleteSelection.3: ../guides/man/m3_Dt/EdDelete.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdDelete.sgm $@

cde3a:: man3/DtEditorDeselect.3
man3/DtEditorDeselect.3: ../guides/man/m3_Dt/EdDesele.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdDesele.sgm $@

cde3a:: man3/DtEditorDisableRedisplay.3
man3/DtEditorDisableRedisplay.3: ../guides/man/m3_Dt/EdDisabl.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdDisabl.sgm $@

cde3a:: man3/DtEditorEnableRedisplay.3
man3/DtEditorEnableRedisplay.3: ../guides/man/m3_Dt/EdEnable.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdEnable.sgm $@

cde3a:: man3/DtEditorFind.3
man3/DtEditorFind.3: ../guides/man/m3_Dt/EdFind.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdFind.sgm $@

cde3a:: man3/DtEditorFormat.3
man3/DtEditorFormat.3: ../guides/man/m3_Dt/EdFormat.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdFormat.sgm $@

cde3a:: man3/DtEditorGetContents.3
man3/DtEditorGetContents.3: ../guides/man/m3_Dt/EdGetCon.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdGetCon.sgm $@

cde3a:: man3/DtEditorGetInsertionPosition.3
man3/DtEditorGetInsertionPosition.3: ../guides/man/m3_Dt/EdGetIns.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdGetIns.sgm $@

cde3a:: man3/DtEditorGetLastPosition.3
man3/DtEditorGetLastPosition.3: ../guides/man/m3_Dt/EdGetLas.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdGetLas.sgm $@

cde3a:: man3/DtEditorGetMessageTextFieldID.3
man3/DtEditorGetMessageTextFieldID.3: ../guides/man/m3_Dt/EdGetMes.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdGetMes.sgm $@

cde3a:: man3/DtEditorGetSizeHints.3
man3/DtEditorGetSizeHints.3: ../guides/man/m3_Dt/EdGetSiz.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdGetSiz.sgm $@

cde3a:: man3/DtEditorGoToLine.3
man3/DtEditorGoToLine.3: ../guides/man/m3_Dt/EdGoToLi.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdGoToLi.sgm $@

cde3a:: man3/DtEditorInsert.3
man3/DtEditorInsert.3: ../guides/man/m3_Dt/EdInsert.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdInsert.sgm $@

cde3a:: man3/DtEditorInsertFromFile.3
man3/DtEditorInsertFromFile.3: ../guides/man/m3_Dt/EdInsFF.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdInsFF.sgm $@

cde3a:: man3/DtEditorInvokeFindChangeDialog.3
man3/DtEditorInvokeFindChangeDialog.3: ../guides/man/m3_Dt/EdInvFin.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdInvFin.sgm $@

cde3a:: man3/DtEditorInvokeFormatDialog.3
man3/DtEditorInvokeFormatDialog.3: ../guides/man/m3_Dt/EdInvFor.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdInvFor.sgm $@

cde3a:: man3/DtEditorInvokeSpellDialog.3
man3/DtEditorInvokeSpellDialog.3: ../guides/man/m3_Dt/EdInvSpe.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdInvSpe.sgm $@

cde3a:: man3/DtEditorPasteFromClipboard.3
man3/DtEditorPasteFromClipboard.3: ../guides/man/m3_Dt/EdPasteF.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdPasteF.sgm $@

cde3a:: man3/DtEditorReplace.3
man3/DtEditorReplace.3: ../guides/man/m3_Dt/EdReplac.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdReplac.sgm $@

cde3a:: man3/DtEditorReplaceFromFile.3
man3/DtEditorReplaceFromFile.3: ../guides/man/m3_Dt/EdReplFF.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdReplFF.sgm $@

cde3a:: man3/DtEditorReset.3
man3/DtEditorReset.3: ../guides/man/m3_Dt/EdReset.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdReset.sgm $@

cde3a:: man3/DtEditorSaveContentsToFile.3
man3/DtEditorSaveContentsToFile.3: ../guides/man/m3_Dt/EdSaveCo.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdSaveCo.sgm $@

cde3a:: man3/DtEditorSelectAll.3
man3/DtEditorSelectAll.3: ../guides/man/m3_Dt/EdSelect.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdSelect.sgm $@

cde3a:: man3/DtEditorSetContents.3
man3/DtEditorSetContents.3: ../guides/man/m3_Dt/EdSetCon.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdSetCon.sgm $@

cde3a:: man3/DtEditorSetContentsFromFile.3
man3/DtEditorSetContentsFromFile.3: ../guides/man/m3_Dt/EdSetCFF.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdSetCFF.sgm $@

cde3a:: man3/DtEditorSetInsertionPosition.3
man3/DtEditorSetInsertionPosition.3: ../guides/man/m3_Dt/EdSetIns.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdSetIns.sgm $@

cde3a:: man3/DtEditorTraverseToEditor.3
man3/DtEditorTraverseToEditor.3: ../guides/man/m3_Dt/EdTraver.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdTraver.sgm $@

cde3a:: man3/DtEditorUndoEdit.3
man3/DtEditorUndoEdit.3: ../guides/man/m3_Dt/EdUndoEd.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/EdUndoEd.sgm $@

cde3a:: man3/DtHelpDialog.3
man3/DtHelpDialog.3: ../guides/man/m3_Dt/HelpDial.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/HelpDial.sgm $@

cde3a:: man3/DtHelpQuickDialog.3
man3/DtHelpQuickDialog.3: ../guides/man/m3_Dt/HelpQDia.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/HelpQDia.sgm $@

cde3a:: man3/DtHelpQuickDialogGetChild.3
man3/DtHelpQuickDialogGetChild.3: ../guides/man/m3_Dt/HelpQDGC.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/HelpQDGC.sgm $@

cde3a:: man3/DtHelpReturnSelectedWidgetId.3
man3/DtHelpReturnSelectedWidgetId.3: ../guides/man/m3_Dt/HelpRetu.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/HelpRetu.sgm $@

cde3a:: man3/DtHelpSetCatalogName.3
man3/DtHelpSetCatalogName.3: ../guides/man/m3_Dt/HelpSetC.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/HelpSetC.sgm $@

cde3a:: man3/DtInfoShowTopic.3
man3/DtInfoShowTopic.3: ../guides/man/m3_Dt/InfoShow.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/InfoShow.sgm $@

cde3a:: man3/DtMenuButton.3
man3/DtMenuButton.3: ../guides/man/m3_Dt/MenuButt.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MenuButt.sgm $@

cde3a:: man3/DtMmdbBookCaseFreeInfo.3
man3/DtMmdbBookCaseFreeInfo.3: ../guides/man/m3_Dt/MmdbBCFI.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbBCFI.sgm $@

cde3a:: man3/DtMmdbBookCaseGetInfo.3
man3/DtMmdbBookCaseGetInfo.3: ../guides/man/m3_Dt/MmdbBCGI.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbBCGI.sgm $@

cde3a:: man3/DtMmdbBookGetLicense.3
man3/DtMmdbBookGetLicense.3: ../guides/man/m3_Dt/MmdbBkGL.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbBkGL.sgm $@

cde3a:: man3/DtMmdbBookGetLongTitle.3
man3/DtMmdbBookGetLongTitle.3: ../guides/man/m3_Dt/MmdbBGLT.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbBGLT.sgm $@

cde3a:: man3/DtMmdbBookGetSeqNum.3
man3/DtMmdbBookGetSeqNum.3: ../guides/man/m3_Dt/MmdbBGSN.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbBGSN.sgm $@

cde3a:: man3/DtMmdbBookGetShortTitle.3
man3/DtMmdbBookGetShortTitle.3: ../guides/man/m3_Dt/MmdbBGST.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbBGST.sgm $@

cde3a:: man3/DtMmdbBookGetTabList.3
man3/DtMmdbBookGetTabList.3: ../guides/man/m3_Dt/MmdbBGTL.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbBGTL.sgm $@

cde3a:: man3/DtMmdbBookGetTocObjectId.3
man3/DtMmdbBookGetTocObjectId.3: ../guides/man/m3_Dt/MmdbBGTO.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbBGTO.sgm $@

cde3a:: man3/DtMmdbCloseInfoLib.3
man3/DtMmdbCloseInfoLib.3: ../guides/man/m3_Dt/MmdbClIL.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbClIL.sgm $@

cde3a:: man3/DtMmdbDlpGetNextSectionId.3
man3/DtMmdbDlpGetNextSectionId.3: ../guides/man/m3_Dt/MmdbDGNS.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbDGNS.sgm $@

cde3a:: man3/DtMmdbDlpGetPrevSectionId.3
man3/DtMmdbDlpGetPrevSectionId.3: ../guides/man/m3_Dt/MmdbDGPS.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbDGPS.sgm $@

cde3a:: man3/DtMmdbFreeGraphicInfo.3
man3/DtMmdbFreeGraphicInfo.3: ../guides/man/m3_Dt/MmdbFrGI.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbFrGI.sgm $@

cde3a:: man3/DtMmdbFreeHandle.3
man3/DtMmdbFreeHandle.3: ../guides/man/m3_Dt/MmdbFrHn.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbFrHn.sgm $@

cde3a:: man3/DtMmdbFreeHandleList.3
man3/DtMmdbFreeHandleList.3: ../guides/man/m3_Dt/MmdbFrHL.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbFrHL.sgm $@

cde3a:: man3/DtMmdbGetBookCaseByIndex.3
man3/DtMmdbGetBookCaseByIndex.3: ../guides/man/m3_Dt/MmdbGBBI.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbGBBI.sgm $@

cde3a:: man3/DtMmdbGetBookCaseByLoc.3
man3/DtMmdbGetBookCaseByLoc.3: ../guides/man/m3_Dt/MmdbGBBL.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbGBBL.sgm $@

cde3a:: man3/DtMmdbGetBookCaseByLocs.3
man3/DtMmdbGetBookCaseByLocs.3: ../guides/man/m3_Dt/MmdbGBLs.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbGBLs.sgm $@

cde3a:: man3/DtMmdbGetBookCaseByName.3
man3/DtMmdbGetBookCaseByName.3: ../guides/man/m3_Dt/MmdbGBBN.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbGBBN.sgm $@

cde3a:: man3/DtMmdbGraphicGetData.3
man3/DtMmdbGraphicGetData.3: ../guides/man/m3_Dt/MmdbGrGD.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbGrGD.sgm $@

cde3a:: man3/DtMmdbGraphicGetInfo.3
man3/DtMmdbGraphicGetInfo.3: ../guides/man/m3_Dt/MmdbGrGI.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbGrGI.sgm $@

cde3a:: man3/DtMmdbInfoLibFreeInfo.3
man3/DtMmdbInfoLibFreeInfo.3: ../guides/man/m3_Dt/MmdbILFI.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbILFI.sgm $@

cde3a:: man3/DtMmdbInfoLibGetInfo.3
man3/DtMmdbInfoLibGetInfo.3: ../guides/man/m3_Dt/MmdbILGI.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbILGI.sgm $@

cde3a:: man3/DtMmdbInit.3
man3/DtMmdbInit.3: ../guides/man/m3_Dt/MmdbInit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbInit.sgm $@

cde3a:: man3/DtMmdbLocatorGetSectionLoc.3
man3/DtMmdbLocatorGetSectionLoc.3: ../guides/man/m3_Dt/MmdbLGSL.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbLGSL.sgm $@

cde3a:: man3/DtMmdbLocatorGetSectionObjectId.3
man3/DtMmdbLocatorGetSectionObjectId.3: ../guides/man/m3_Dt/MmdbLGSO.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbLGSO.sgm $@

cde3a:: man3/DtMmdbOpenInfoLib.3
man3/DtMmdbOpenInfoLib.3: ../guides/man/m3_Dt/MmdbOpIL.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbOpIL.sgm $@

cde3a:: man3/DtMmdbQuit.3
man3/DtMmdbQuit.3: ../guides/man/m3_Dt/MmdbQuit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbQuit.sgm $@

cde3a:: man3/DtMmdbSectionGetBookId.3
man3/DtMmdbSectionGetBookId.3: ../guides/man/m3_Dt/MmdbSGBI.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbSGBI.sgm $@

cde3a:: man3/DtMmdbSectionGetData.3
man3/DtMmdbSectionGetData.3: ../guides/man/m3_Dt/MmdbSeGD.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbSeGD.sgm $@

cde3a:: man3/DtMmdbSectionGetDataSize.3
man3/DtMmdbSectionGetDataSize.3: ../guides/man/m3_Dt/MmdbSGDS.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbSGDS.sgm $@

cde3a:: man3/DtMmdbSectionGetLoc.3
man3/DtMmdbSectionGetLoc.3: ../guides/man/m3_Dt/MmdbSeGL.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbSeGL.sgm $@

cde3a:: man3/DtMmdbSectionGetLongTitle.3
man3/DtMmdbSectionGetLongTitle.3: ../guides/man/m3_Dt/MmdbSGLT.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbSGLT.sgm $@

cde3a:: man3/DtMmdbSectionGetShortTitle.3
man3/DtMmdbSectionGetShortTitle.3: ../guides/man/m3_Dt/MmdbSGST.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbSGST.sgm $@

cde3a:: man3/DtMmdbSectionGetStyleSheetId.3
man3/DtMmdbSectionGetStyleSheetId.3: ../guides/man/m3_Dt/MmdbSGSS.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbSGSS.sgm $@

cde3a:: man3/DtMmdbSectionGetTocLoc.3
man3/DtMmdbSectionGetTocLoc.3: ../guides/man/m3_Dt/MmdbSGTL.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbSGTL.sgm $@

cde3a:: man3/DtMmdbStylesheetGetData.3
man3/DtMmdbStylesheetGetData.3: ../guides/man/m3_Dt/MmdbSsGD.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbSsGD.sgm $@

cde3a:: man3/DtMmdbStylesheetGetName.3
man3/DtMmdbStylesheetGetName.3: ../guides/man/m3_Dt/MmdbSsGN.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbSsGN.sgm $@

cde3a:: man3/DtMmdbTocGetChildIds.3
man3/DtMmdbTocGetChildIds.3: ../guides/man/m3_Dt/MmdbTGCI.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbTGCI.sgm $@

cde3a:: man3/DtMmdbTocGetNumOfChildren.3
man3/DtMmdbTocGetNumOfChildren.3: ../guides/man/m3_Dt/MmdbTGNC.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbTGNC.sgm $@

cde3a:: man3/DtMmdbTocGetParentId.3
man3/DtMmdbTocGetParentId.3: ../guides/man/m3_Dt/MmdbTGPI.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MmdbTGPI.sgm $@

cde3a:: man3/DtMrmInitialize.3
man3/DtMrmInitialize.3: ../guides/man/m3_Dt/MrmInit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MrmInit.sgm $@

cde3a:: man3/DtMsgLogMessage.3
man3/DtMsgLogMessage.3: ../guides/man/m3_Dt/MsgLogM.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MsgLogM.sgm $@

cde3a:: man3/DtMsgLogOpenFile.3
man3/DtMsgLogOpenFile.3: ../guides/man/m3_Dt/MsgLogO.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MsgLogO.sgm $@

cde3a:: man3/DtMsgLogSetHandler.3
man3/DtMsgLogSetHandler.3: ../guides/man/m3_Dt/MsgLogS.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/MsgLogS.sgm $@

cde3a:: man3/DtPrintCopySetupData.3
man3/DtPrintCopySetupData.3: ../guides/man/m3_Dt/PrintCop.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/PrintCop.sgm $@

cde3a:: man3/DtPrintFillSetupData.3
man3/DtPrintFillSetupData.3: ../guides/man/m3_Dt/PrintFil.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/PrintFil.sgm $@

cde3a:: man3/DtPrintFreeSetupData.3
man3/DtPrintFreeSetupData.3: ../guides/man/m3_Dt/PrintFre.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/PrintFre.sgm $@

cde3a:: man3/DtPrintResetConnection.3
man3/DtPrintResetConnection.3: ../guides/man/m3_Dt/PrintRes.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/PrintRes.sgm $@

cde3a:: man3/DtPrintSetupBox.3
man3/DtPrintSetupBox.3: ../guides/man/m3_Dt/PrintSet.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/PrintSet.sgm $@

cde3a:: man3/DtPrintSetupProc.3
man3/DtPrintSetupProc.3: ../guides/man/m3_Dt/PrSetupP.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/PrSetupP.sgm $@

cde3a:: man3/DtSaverGetWindows.3
man3/DtSaverGetWindows.3: ../guides/man/m3_Dt/SaverGet.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SaverGet.sgm $@

cde3a:: man3/DtSearchExit.3
man3/DtSearchExit.3: ../guides/man/m3_Dt/SrchExit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrchExit.sgm $@

cde3a:: man3/DtSearchFreeResults.3
man3/DtSearchFreeResults.3: ../guides/man/m3_Dt/SrchFree.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrchFree.sgm $@

cde3a:: man3/DtSearchGetKeytypes.3
man3/DtSearchGetKeytypes.3: ../guides/man/m3_Dt/SrchGetK.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrchGetK.sgm $@

cde3a:: man3/DtSearchGetMaxResults.3
man3/DtSearchGetMaxResults.3: ../guides/man/m3_Dt/SrchGetM.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrchGetM.sgm $@

cde3a:: man3/DtSearchHighlight.3
man3/DtSearchHighlight.3: ../guides/man/m3_Dt/SrchHigh.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrchHigh.sgm $@

cde3a:: man3/DtSearchInit.3
man3/DtSearchInit.3: ../guides/man/m3_Dt/SrchInit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrchInit.sgm $@

cde3a:: man3/DtSearchMergeResults.3
man3/DtSearchMergeResults.3: ../guides/man/m3_Dt/SrchMrge.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrchMrge.sgm $@

cde3a:: man3/DtSearchHasMessages.3
man3/DtSearchHasMessages.3: ../guides/man/m3_Dt/SrchMsgs.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrchMsgs.sgm $@

cde3a:: man3/DtSearchAddMessage.3
man3/DtSearchAddMessage.3:
	$(RM) $@
	echo .so man3/DtSearchHasMessages.3 > $@

cde3a:: man3/DtSearchFreeMessages.3
man3/DtSearchFreeMessages.3:
	$(RM) $@
	echo .so man3/DtSearchHasMessages.3 > $@

cde3a:: man3/DtSearchGetMessages.3
man3/DtSearchGetMessages.3:
	$(RM) $@
	echo .so man3/DtSearchHasMessages.3 > $@

cde3a:: man3/DtSearchQuery.3
man3/DtSearchQuery.3: ../guides/man/m3_Dt/SrchQery.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrchQery.sgm $@

cde3a:: man3/DtSearchReinit.3
man3/DtSearchReinit.3: ../guides/man/m3_Dt/SrchRein.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrchRein.sgm $@

cde3a:: man3/DtSearchRetrieve.3
man3/DtSearchRetrieve.3: ../guides/man/m3_Dt/SrchRetr.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrchRetr.sgm $@

cde3a:: man3/DtSearchSetMaxResults.3
man3/DtSearchSetMaxResults.3: ../guides/man/m3_Dt/SrchSetM.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrchSetM.sgm $@

cde3a:: man3/DtSearchSortResults.3
man3/DtSearchSortResults.3: ../guides/man/m3_Dt/SrchSort.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrchSort.sgm $@

cde3a:: man3/DtSearchValidDateString.3
man3/DtSearchValidDateString.3: ../guides/man/m3_Dt/SrchVali.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrchVali.sgm $@

cde3a:: man3/DtSessionRestorePath.3
man3/DtSessionRestorePath.3: ../guides/man/m3_Dt/SessionR.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SessionR.sgm $@

cde3a:: man3/DtSessionSavePath.3
man3/DtSessionSavePath.3: ../guides/man/m3_Dt/SessionS.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SessionS.sgm $@

cde3a:: man3/DtSpinBox.3
man3/DtSpinBox.3: ../guides/man/m3_Dt/SpinBox.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SpinBox.sgm $@

cde3a:: man3/DtSpinBoxAddItem.3
man3/DtSpinBoxAddItem.3: ../guides/man/m3_Dt/SpinBoxA.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SpinBoxA.sgm $@

cde3a:: man3/DtSpinBoxDeletePos.3
man3/DtSpinBoxDeletePos.3: ../guides/man/m3_Dt/SpinBoxD.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SpinBoxD.sgm $@

cde3a:: man3/DtSpinBoxSetItem.3
man3/DtSpinBoxSetItem.3: ../guides/man/m3_Dt/SpinBoxS.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SpinBoxS.sgm $@

cde3a:: man3/DtSrAPI.3
man3/DtSrAPI.3: ../guides/man/m3_Dt/SrAPI.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/SrAPI.sgm $@

cde3a:: man3/DtTerm.3
man3/DtTerm.3: ../guides/man/m3_Dt/Term.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/Term.sgm $@

cde3a:: man3/DtTermDisplaySend.3
man3/DtTermDisplaySend.3: ../guides/man/m3_Dt/TermDisp.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/TermDisp.sgm $@

cde3a:: man3/DtTermInitialize.3
man3/DtTermInitialize.3: ../guides/man/m3_Dt/TermInit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/TermInit.sgm $@

cde3a:: man3/DtTermSubprocReap.3
man3/DtTermSubprocReap.3: ../guides/man/m3_Dt/TermSubR.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/TermSubR.sgm $@

cde3a:: man3/DtTermSubprocSend.3
man3/DtTermSubprocSend.3: ../guides/man/m3_Dt/TermSubS.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_Dt/TermSubS.sgm $@

cde3a:: man3/DtWsmAddCurrentWorkspaceCallback.3
man3/DtWsmAddCurrentWorkspaceCallback.3: ../guides/man/m3_DtWsm/AddCWsCb.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/AddCWsCb.sgm $@

cde3a:: man3/DtWsmAddWorkspace.3
man3/DtWsmAddWorkspace.3: ../guides/man/m3_DtWsm/AddWs.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/AddWs.sgm $@

cde3a:: man3/DtWsmAddWorkspaceFunctions.3
man3/DtWsmAddWorkspaceFunctions.3: ../guides/man/m3_DtWsm/AddWsFun.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/AddWsFun.sgm $@

cde3a:: man3/DtWsmAddWorkspaceModifiedCallback.3
man3/DtWsmAddWorkspaceModifiedCallback.3: ../guides/man/m3_DtWsm/AddWsMCb.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/AddWsMCb.sgm $@

cde3a:: man3/DtWsmChangeBackdrop.3
man3/DtWsmChangeBackdrop.3: ../guides/man/m3_DtWsm/ChBackDr.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/ChBackDr.sgm $@

cde3a:: man3/DtWsmDeleteWorkspace.3
man3/DtWsmDeleteWorkspace.3: ../guides/man/m3_DtWsm/DelWs.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/DelWs.sgm $@

cde3a:: man3/DtWsmFreeWorkspaceInfo.3
man3/DtWsmFreeWorkspaceInfo.3: ../guides/man/m3_DtWsm/FreeWsIn.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/FreeWsIn.sgm $@

cde3a:: man3/DtWsmGetCurrentBackdropWindow.3
man3/DtWsmGetCurrentBackdropWindow.3: ../guides/man/m3_DtWsm/GetCurBW.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/GetCurBW.sgm $@

cde3a:: man3/DtWsmGetCurrentWorkspace.3
man3/DtWsmGetCurrentWorkspace.3: ../guides/man/m3_DtWsm/GetCurWs.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/GetCurWs.sgm $@

cde3a:: man3/DtWsmGetWorkspaceInfo.3
man3/DtWsmGetWorkspaceInfo.3: ../guides/man/m3_DtWsm/GetWsInf.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/GetWsInf.sgm $@

cde3a:: man3/DtWsmGetWorkspaceList.3
man3/DtWsmGetWorkspaceList.3: ../guides/man/m3_DtWsm/GetWsLis.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/GetWsLis.sgm $@

cde3a:: man3/DtWsmGetWorkspacesOccupied.3
man3/DtWsmGetWorkspacesOccupied.3: ../guides/man/m3_DtWsm/GetWsOcc.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/GetWsOcc.sgm $@

cde3a:: man3/DtWsmOccupyAllWorkspaces.3
man3/DtWsmOccupyAllWorkspaces.3: ../guides/man/m3_DtWsm/OccAllWs.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/OccAllWs.sgm $@

cde3a:: man3/DtWsmRemoveWorkspaceCallback.3
man3/DtWsmRemoveWorkspaceCallback.3: ../guides/man/m3_DtWsm/RemWsCb.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/RemWsCb.sgm $@

cde3a:: man3/DtWsmRemoveWorkspaceFunctions.3
man3/DtWsmRemoveWorkspaceFunctions.3: ../guides/man/m3_DtWsm/RemWsFun.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/RemWsFun.sgm $@

cde3a:: man3/DtWsmSetCurrentWorkspace.3
man3/DtWsmSetCurrentWorkspace.3: ../guides/man/m3_DtWsm/SetCurWs.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/SetCurWs.sgm $@

cde3a:: man3/DtWsmSetWorkspacesOccupied.3
man3/DtWsmSetWorkspacesOccupied.3: ../guides/man/m3_DtWsm/SetWsOcc.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/SetWsOcc.sgm $@

cde3a:: man3/DtWsmSetWorkspaceTitle.3
man3/DtWsmSetWorkspaceTitle.3: ../guides/man/m3_DtWsm/SetWsTi.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_DtWsm/SetWsTi.sgm $@

cde3a:: man3/csa_add_calendar.3
man3/csa_add_calendar.3: ../guides/man/m3_csa/add_cale.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/add_cale.sgm $@

cde3a:: man3/csa_add_entry.3
man3/csa_add_entry.3: ../guides/man/m3_csa/add_entr.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/add_entr.sgm $@

cde3a:: man3/csa_call_callbacks.3
man3/csa_call_callbacks.3: ../guides/man/m3_csa/call_cal.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/call_cal.sgm $@

cde3a:: man3/csa_delete_calendar.3
man3/csa_delete_calendar.3: ../guides/man/m3_csa/del_cale.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/del_cale.sgm $@

cde3a:: man3/csa_delete_entry.3
man3/csa_delete_entry.3: ../guides/man/m3_csa/del_entr.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/del_entr.sgm $@

cde3a:: man3/csa_free.3
man3/csa_free.3: ../guides/man/m3_csa/free.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/free.sgm $@

cde3a:: man3/csa_free_time_search.3
man3/csa_free_time_search.3: ../guides/man/m3_csa/free_tim.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/free_tim.sgm $@

cde3a:: man3/csa_list_calendar_attributes.3
man3/csa_list_calendar_attributes.3: ../guides/man/m3_csa/list_caa.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/list_caa.sgm $@

cde3a:: man3/csa_list_calendars.3
man3/csa_list_calendars.3: ../guides/man/m3_csa/list_cal.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/list_cal.sgm $@

cde3a:: man3/csa_list_entries.3
man3/csa_list_entries.3: ../guides/man/m3_csa/list_ent.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/list_ent.sgm $@

cde3a:: man3/csa_list_entry_attributes.3
man3/csa_list_entry_attributes.3: ../guides/man/m3_csa/list_ena.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/list_ena.sgm $@

cde3a:: man3/csa_list_entry_sequence.3
man3/csa_list_entry_sequence.3: ../guides/man/m3_csa/list_ens.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/list_ens.sgm $@

cde3a:: man3/csa_logoff.3
man3/csa_logoff.3: ../guides/man/m3_csa/logoff.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/logoff.sgm $@

cde3a:: man3/csa_logon.3
man3/csa_logon.3: ../guides/man/m3_csa/logon.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/logon.sgm $@

cde3a:: man3/csa_look_up.3
man3/csa_look_up.3: ../guides/man/m3_csa/look_up.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/look_up.sgm $@

cde3a:: man3/csa_query_configuration.3
man3/csa_query_configuration.3: ../guides/man/m3_csa/query_co.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/query_co.sgm $@

cde3a:: man3/csa_read_calendar_attributes.3
man3/csa_read_calendar_attributes.3: ../guides/man/m3_csa/read_cal.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/read_cal.sgm $@

cde3a:: man3/csa_read_entry_attributes.3
man3/csa_read_entry_attributes.3: ../guides/man/m3_csa/read_ent.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/read_ent.sgm $@

cde3a:: man3/csa_read_next_reminder.3
man3/csa_read_next_reminder.3: ../guides/man/m3_csa/read_nex.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/read_nex.sgm $@

cde3a:: man3/csa_register_callback.3
man3/csa_register_callback.3: ../guides/man/m3_csa/register.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/register.sgm $@

cde3a:: man3/csa_restore.3
man3/csa_restore.3: ../guides/man/m3_csa/restore.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/restore.sgm $@

cde3a:: man3/csa_save.3
man3/csa_save.3: ../guides/man/m3_csa/save.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/save.sgm $@

cde3a:: man3/csa_unregister_callback.3
man3/csa_unregister_callback.3: ../guides/man/m3_csa/unregist.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/unregist.sgm $@

cde3a:: man3/csa_update_calendar_attributes.3
man3/csa_update_calendar_attributes.3: ../guides/man/m3_csa/update_c.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/update_c.sgm $@

cde3a:: man3/csa_update_entry_attributes.3
man3/csa_update_entry_attributes.3: ../guides/man/m3_csa/update_e.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/update_e.sgm $@

cde3a:: man3/csa_x_process_updates.3
man3/csa_x_process_updates.3: ../guides/man/m3_csa/x_proces.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_csa/x_proces.sgm $@

cde3b:: man3/tt_X_session.3
man3/tt_X_session.3: ../guides/man/m3_tt/X_sessio.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/X_sessio.sgm $@

cde3b:: man3/tt_bcontext_join.3
man3/tt_bcontext_join.3: ../guides/man/m3_tt/bco_join.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/bco_join.sgm $@

cde3b:: man3/tt_bcontext_quit.3
man3/tt_bcontext_quit.3: ../guides/man/m3_tt/bco_quit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/bco_quit.sgm $@

cde3b:: man3/tt_close.3
man3/tt_close.3: ../guides/man/m3_tt/close.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/close.sgm $@

cde3b:: man3/tt_context_join.3
man3/tt_context_join.3: ../guides/man/m3_tt/con_join.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/con_join.sgm $@

cde3b:: man3/tt_context_quit.3
man3/tt_context_quit.3: ../guides/man/m3_tt/con_quit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/con_quit.sgm $@

cde3b:: man3/tt_default_file.3
man3/tt_default_file.3: ../guides/man/m3_tt/def_file.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/def_file.sgm $@

cde3b:: man3/tt_default_file_set.3
man3/tt_default_file_set.3: ../guides/man/m3_tt/def_fi_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/def_fi_s.sgm $@

cde3b:: man3/tt_default_procid.3
man3/tt_default_procid.3: ../guides/man/m3_tt/def_proc.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/def_proc.sgm $@

cde3b:: man3/tt_default_procid_set.3
man3/tt_default_procid_set.3: ../guides/man/m3_tt/def_pr_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/def_pr_s.sgm $@

cde3b:: man3/tt_default_ptype.3
man3/tt_default_ptype.3: ../guides/man/m3_tt/def_ptyp.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/def_ptyp.sgm $@

cde3b:: man3/tt_default_ptype_set.3
man3/tt_default_ptype_set.3: ../guides/man/m3_tt/def_pt_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/def_pt_s.sgm $@

cde3b:: man3/tt_default_session.3
man3/tt_default_session.3: ../guides/man/m3_tt/def_sess.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/def_sess.sgm $@

cde3b:: man3/tt_default_session_set.3
man3/tt_default_session_set.3: ../guides/man/m3_tt/def_se_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/def_se_s.sgm $@

cde3b:: man3/tt_error.3
man3/tt_error.3: ../guides/man/m3_tt/error.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/error.sgm $@

cde3b:: man3/tt_error_int.3
man3/tt_error_int.3: ../guides/man/m3_tt/err_int.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/err_int.sgm $@

cde3b:: man3/tt_error_pointer.3
man3/tt_error_pointer.3: ../guides/man/m3_tt/err_poin.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/err_poin.sgm $@

cde3b:: man3/tt_fd.3
man3/tt_fd.3: ../guides/man/m3_tt/fd.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/fd.sgm $@

cde3b:: man3/tt_feature_enabled.3
man3/tt_feature_enabled.3: ../guides/man/m3_tt/feat_ena.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/feat_ena.sgm $@

cde3b:: man3/tt_feature_required.3
man3/tt_feature_required.3: ../guides/man/m3_tt/feat_req.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/feat_req.sgm $@

cde3b:: man3/tt_file_copy.3
man3/tt_file_copy.3: ../guides/man/m3_tt/fil_copy.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/fil_copy.sgm $@

cde3b:: man3/tt_file_destroy.3
man3/tt_file_destroy.3: ../guides/man/m3_tt/fil_dest.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/fil_dest.sgm $@

cde3b:: man3/tt_file_join.3
man3/tt_file_join.3: ../guides/man/m3_tt/fil_join.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/fil_join.sgm $@

cde3b:: man3/tt_file_move.3
man3/tt_file_move.3: ../guides/man/m3_tt/fil_move.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/fil_move.sgm $@

cde3b:: man3/tt_file_netfile.3
man3/tt_file_netfile.3: ../guides/man/m3_tt/fil_netf.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/fil_netf.sgm $@

cde3b:: man3/tt_file_objects_query.3
man3/tt_file_objects_query.3: ../guides/man/m3_tt/fil_ob_q.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/fil_ob_q.sgm $@

cde3b:: man3/tt_file_quit.3
man3/tt_file_quit.3: ../guides/man/m3_tt/fil_quit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/fil_quit.sgm $@

cde3b:: man3/tt_free.3
man3/tt_free.3: ../guides/man/m3_tt/free.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/free.sgm $@

cde3b:: man3/tt_host_file_netfile.3
man3/tt_host_file_netfile.3: ../guides/man/m3_tt/h_f_netf.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/h_f_netf.sgm $@

cde3b:: man3/tt_host_netfile_file.3
man3/tt_host_netfile_file.3: ../guides/man/m3_tt/h_netf_f.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/h_netf_f.sgm $@

cde3b:: man3/tt_icontext_join.3
man3/tt_icontext_join.3: ../guides/man/m3_tt/ico_join.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/ico_join.sgm $@

cde3b:: man3/tt_icontext_quit.3
man3/tt_icontext_quit.3: ../guides/man/m3_tt/ico_quit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/ico_quit.sgm $@

cde3b:: man3/tt_initial_session.3
man3/tt_initial_session.3: ../guides/man/m3_tt/init_ses.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/init_ses.sgm $@

cde3b:: man3/tt_int_error.3
man3/tt_int_error.3: ../guides/man/m3_tt/int_err.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/int_err.sgm $@

cde3b:: man3/tt_is_err.3
man3/tt_is_err.3: ../guides/man/m3_tt/is_err.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/is_err.sgm $@

cde3b:: man3/tt_malloc.3
man3/tt_malloc.3: ../guides/man/m3_tt/malloc.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/malloc.sgm $@

cde3b:: man3/tt_mark.3
man3/tt_mark.3: ../guides/man/m3_tt/mark.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/mark.sgm $@

cde3b:: man3/tt_message_abstainer.3
man3/tt_message_abstainer.3: ../guides/man/m3_tt_message/abstain.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/abstain.sgm $@

cde3b:: man3/tt_message_abstainers_count.3
man3/tt_message_abstainers_count.3: ../guides/man/m3_tt_message/abstai_c.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/abstai_c.sgm $@

cde3b:: man3/tt_message_accept.3
man3/tt_message_accept.3: ../guides/man/m3_tt_message/accept.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/accept.sgm $@

cde3b:: man3/tt_message_accepter.3
man3/tt_message_accepter.3: ../guides/man/m3_tt_message/accepter.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/accepter.sgm $@

cde3b:: man3/tt_message_accepters_count.3
man3/tt_message_accepters_count.3: ../guides/man/m3_tt_message/accept_c.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/accept_c.sgm $@

cde3b:: man3/tt_message_address.3
man3/tt_message_address.3: ../guides/man/m3_tt_message/address.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/address.sgm $@

cde3b:: man3/tt_message_address_set.3
man3/tt_message_address_set.3: ../guides/man/m3_tt_message/addr_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/addr_set.sgm $@

cde3b:: man3/tt_message_arg_add.3
man3/tt_message_arg_add.3: ../guides/man/m3_tt_message/arg_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/arg_add.sgm $@

cde3b:: man3/tt_message_arg_bval.3
man3/tt_message_arg_bval.3: ../guides/man/m3_tt_message/arg_bval.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/arg_bval.sgm $@

cde3b:: man3/tt_message_arg_bval_set.3
man3/tt_message_arg_bval_set.3: ../guides/man/m3_tt_message/arg_bv_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/arg_bv_s.sgm $@

cde3b:: man3/tt_message_arg_ival.3
man3/tt_message_arg_ival.3: ../guides/man/m3_tt_message/arg_ival.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/arg_ival.sgm $@

cde3b:: man3/tt_message_arg_ival_set.3
man3/tt_message_arg_ival_set.3: ../guides/man/m3_tt_message/arg_iv_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/arg_iv_s.sgm $@

cde3b:: man3/tt_message_arg_mode.3
man3/tt_message_arg_mode.3: ../guides/man/m3_tt_message/arg_mode.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/arg_mode.sgm $@

cde3b:: man3/tt_message_arg_type.3
man3/tt_message_arg_type.3: ../guides/man/m3_tt_message/arg_type.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/arg_type.sgm $@

cde3b:: man3/tt_message_arg_val.3
man3/tt_message_arg_val.3: ../guides/man/m3_tt_message/arg_val.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/arg_val.sgm $@

cde3b:: man3/tt_message_arg_val_set.3
man3/tt_message_arg_val_set.3: ../guides/man/m3_tt_message/arg_va_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/arg_va_s.sgm $@

cde3b:: man3/tt_message_arg_xval.3
man3/tt_message_arg_xval.3: ../guides/man/m3_tt_message/arg_xval.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/arg_xval.sgm $@

cde3b:: man3/tt_message_arg_xval_set.3
man3/tt_message_arg_xval_set.3: ../guides/man/m3_tt_message/arg_xv_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/arg_xv_s.sgm $@

cde3b:: man3/tt_message_args_count.3
man3/tt_message_args_count.3: ../guides/man/m3_tt_message/args_cnt.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/args_cnt.sgm $@

cde3b:: man3/tt_message_barg_add.3
man3/tt_message_barg_add.3: ../guides/man/m3_tt_message/barg_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/barg_add.sgm $@

cde3b:: man3/tt_message_bcontext_set.3
man3/tt_message_bcontext_set.3: ../guides/man/m3_tt_message/bcon_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/bcon_set.sgm $@

cde3b:: man3/tt_message_callback_add.3
man3/tt_message_callback_add.3: ../guides/man/m3_tt_message/call_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/call_add.sgm $@

cde3b:: man3/tt_message_class.3
man3/tt_message_class.3: ../guides/man/m3_tt_message/class.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/class.sgm $@

cde3b:: man3/tt_message_class_set.3
man3/tt_message_class_set.3: ../guides/man/m3_tt_message/class_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/class_s.sgm $@

cde3b:: man3/tt_message_context_bval.3
man3/tt_message_context_bval.3: ../guides/man/m3_tt_message/con_bval.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/con_bval.sgm $@

cde3b:: man3/tt_message_context_ival.3
man3/tt_message_context_ival.3: ../guides/man/m3_tt_message/con_ival.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/con_ival.sgm $@

cde3b:: man3/tt_message_context_set.3
man3/tt_message_context_set.3: ../guides/man/m3_tt_message/con_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/con_set.sgm $@

cde3b:: man3/tt_message_context_slotname.3
man3/tt_message_context_slotname.3: ../guides/man/m3_tt_message/con_slot.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/con_slot.sgm $@

cde3b:: man3/tt_message_context_val.3
man3/tt_message_context_val.3: ../guides/man/m3_tt_message/con_val.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/con_val.sgm $@

cde3b:: man3/tt_message_context_xval.3
man3/tt_message_context_xval.3: ../guides/man/m3_tt_message/con_xval.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/con_xval.sgm $@

cde3b:: man3/tt_message_contexts_count.3
man3/tt_message_contexts_count.3: ../guides/man/m3_tt_message/cons_cnt.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/cons_cnt.sgm $@

cde3b:: man3/tt_message_create.3
man3/tt_message_create.3: ../guides/man/m3_tt_message/create.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/create.sgm $@

cde3b:: man3/tt_message_create_super.3
man3/tt_message_create_super.3: ../guides/man/m3_tt_message/cr_super.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/cr_super.sgm $@

cde3b:: man3/tt_message_destroy.3
man3/tt_message_destroy.3: ../guides/man/m3_tt_message/destroy.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/destroy.sgm $@

cde3b:: man3/tt_message_disposition.3
man3/tt_message_disposition.3: ../guides/man/m3_tt_message/disposit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/disposit.sgm $@

cde3b:: man3/tt_message_disposition_set.3
man3/tt_message_disposition_set.3: ../guides/man/m3_tt_message/disp_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/disp_set.sgm $@

cde3b:: man3/tt_message_fail.3
man3/tt_message_fail.3: ../guides/man/m3_tt_message/fail.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/fail.sgm $@

cde3b:: man3/tt_message_file.3
man3/tt_message_file.3: ../guides/man/m3_tt_message/file.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/file.sgm $@

cde3b:: man3/tt_message_file_set.3
man3/tt_message_file_set.3: ../guides/man/m3_tt_message/file_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/file_set.sgm $@

cde3b:: man3/tt_message_gid.3
man3/tt_message_gid.3: ../guides/man/m3_tt_message/gid.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/gid.sgm $@

cde3b:: man3/tt_message_handler.3
man3/tt_message_handler.3: ../guides/man/m3_tt_message/handler.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/handler.sgm $@

cde3b:: man3/tt_message_handler_ptype.3
man3/tt_message_handler_ptype.3: ../guides/man/m3_tt_message/han_pty.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/han_pty.sgm $@

cde3b:: man3/tt_message_handler_ptype_set.3
man3/tt_message_handler_ptype_set.3: ../guides/man/m3_tt_message/han_pt_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/han_pt_s.sgm $@

cde3b:: man3/tt_message_handler_set.3
man3/tt_message_handler_set.3: ../guides/man/m3_tt_message/han_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/han_set.sgm $@

cde3b:: man3/tt_message_iarg_add.3
man3/tt_message_iarg_add.3: ../guides/man/m3_tt_message/iarg_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/iarg_add.sgm $@

cde3b:: man3/tt_message_icontext_set.3
man3/tt_message_icontext_set.3: ../guides/man/m3_tt_message/ico_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/ico_set.sgm $@

cde3b:: man3/tt_message_id.3
man3/tt_message_id.3: ../guides/man/m3_tt_message/id.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/id.sgm $@

cde3b:: man3/tt_message_object.3
man3/tt_message_object.3: ../guides/man/m3_tt_message/object.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/object.sgm $@

cde3b:: man3/tt_message_object_set.3
man3/tt_message_object_set.3: ../guides/man/m3_tt_message/object_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/object_s.sgm $@

cde3b:: man3/tt_message_op.3
man3/tt_message_op.3: ../guides/man/m3_tt_message/op.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/op.sgm $@

cde3b:: man3/tt_message_op_set.3
man3/tt_message_op_set.3: ../guides/man/m3_tt_message/op_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/op_set.sgm $@

cde3b:: man3/tt_message_opnum.3
man3/tt_message_opnum.3: ../guides/man/m3_tt_message/opnum.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/opnum.sgm $@

cde3b:: man3/tt_message_otype.3
man3/tt_message_otype.3: ../guides/man/m3_tt_message/otype.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/otype.sgm $@

cde3b:: man3/tt_message_otype_set.3
man3/tt_message_otype_set.3: ../guides/man/m3_tt_message/otype_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/otype_s.sgm $@

cde3b:: man3/tt_message_pattern.3
man3/tt_message_pattern.3: ../guides/man/m3_tt_message/pattern.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/pattern.sgm $@

cde3b:: man3/tt_message_print.3
man3/tt_message_print.3: ../guides/man/m3_tt_message/print.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/print.sgm $@

cde3b:: man3/tt_message_receive.3
man3/tt_message_receive.3: ../guides/man/m3_tt_message/receive.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/receive.sgm $@

cde3b:: man3/tt_message_reject.3
man3/tt_message_reject.3: ../guides/man/m3_tt_message/reject.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/reject.sgm $@

cde3b:: man3/tt_message_rejecter.3
man3/tt_message_rejecter.3: ../guides/man/m3_tt_message/rejecter.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/rejecter.sgm $@

cde3b:: man3/tt_message_rejecters_count.3
man3/tt_message_rejecters_count.3: ../guides/man/m3_tt_message/reject_c.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/reject_c.sgm $@

cde3b:: man3/tt_message_reply.3
man3/tt_message_reply.3: ../guides/man/m3_tt_message/reply.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/reply.sgm $@

cde3b:: man3/tt_message_scope.3
man3/tt_message_scope.3: ../guides/man/m3_tt_message/scope.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/scope.sgm $@

cde3b:: man3/tt_message_scope_set.3
man3/tt_message_scope_set.3: ../guides/man/m3_tt_message/scope_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/scope_s.sgm $@

cde3b:: man3/tt_message_send.3
man3/tt_message_send.3: ../guides/man/m3_tt_message/send.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/send.sgm $@

cde3b:: man3/tt_message_send_on_exit.3
man3/tt_message_send_on_exit.3: ../guides/man/m3_tt_message/snd_on_e.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/snd_on_e.sgm $@

cde3b:: man3/tt_message_sender.3
man3/tt_message_sender.3: ../guides/man/m3_tt_message/sender.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/sender.sgm $@

cde3b:: man3/tt_message_sender_ptype.3
man3/tt_message_sender_ptype.3: ../guides/man/m3_tt_message/snd_pty.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/snd_pty.sgm $@

cde3b:: man3/tt_message_sender_ptype_set.3
man3/tt_message_sender_ptype_set.3: ../guides/man/m3_tt_message/snd_pt_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/snd_pt_s.sgm $@

cde3b:: man3/tt_message_session.3
man3/tt_message_session.3: ../guides/man/m3_tt_message/session.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/session.sgm $@

cde3b:: man3/tt_message_session_set.3
man3/tt_message_session_set.3: ../guides/man/m3_tt_message/sessio_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/sessio_s.sgm $@

cde3b:: man3/tt_message_state.3
man3/tt_message_state.3: ../guides/man/m3_tt_message/state.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/state.sgm $@

cde3b:: man3/tt_message_status.3
man3/tt_message_status.3: ../guides/man/m3_tt_message/status.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/status.sgm $@

cde3b:: man3/tt_message_status_set.3
man3/tt_message_status_set.3: ../guides/man/m3_tt_message/status_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/status_s.sgm $@

cde3b:: man3/tt_message_status_string.3
man3/tt_message_status_string.3: ../guides/man/m3_tt_message/st_str.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/st_str.sgm $@

cde3b:: man3/tt_message_status_string_set.3
man3/tt_message_status_string_set.3: ../guides/man/m3_tt_message/st_str_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/st_str_s.sgm $@

cde3b:: man3/tt_message_uid.3
man3/tt_message_uid.3: ../guides/man/m3_tt_message/uid.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/uid.sgm $@

cde3b:: man3/tt_message_user.3
man3/tt_message_user.3: ../guides/man/m3_tt_message/user.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/user.sgm $@

cde3b:: man3/tt_message_user_set.3
man3/tt_message_user_set.3: ../guides/man/m3_tt_message/user_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/user_set.sgm $@

cde3b:: man3/tt_message_xarg_add.3
man3/tt_message_xarg_add.3: ../guides/man/m3_tt_message/xarg_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/xarg_add.sgm $@

cde3b:: man3/tt_message_xcontext_set.3
man3/tt_message_xcontext_set.3: ../guides/man/m3_tt_message/xco_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_message/xco_set.sgm $@

cde3b:: man3/tt_netfile_file.3
man3/tt_netfile_file.3: ../guides/man/m3_tt/netf_fil.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/netf_fil.sgm $@

cde3b:: man3/tt_objid_equal.3
man3/tt_objid_equal.3: ../guides/man/m3_tt/objid_eq.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/objid_eq.sgm $@

cde3b:: man3/tt_objid_objkey.3
man3/tt_objid_objkey.3: ../guides/man/m3_tt/objid_ob.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/objid_ob.sgm $@

cde3b:: man3/tt_onotice_create.3
man3/tt_onotice_create.3: ../guides/man/m3_tt/onot_cre.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/onot_cre.sgm $@

cde3b:: man3/tt_open.3
man3/tt_open.3: ../guides/man/m3_tt/open.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/open.sgm $@

cde3b:: man3/tt_orequest_create.3
man3/tt_orequest_create.3: ../guides/man/m3_tt/oreq_cre.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/oreq_cre.sgm $@

cde3b:: man3/tt_otype_base.3
man3/tt_otype_base.3: ../guides/man/m3_tt_otype/base.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/base.sgm $@

cde3b:: man3/tt_otype_derived.3
man3/tt_otype_derived.3: ../guides/man/m3_tt_otype/derived.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/derived.sgm $@

cde3b:: man3/tt_otype_deriveds_count.3
man3/tt_otype_deriveds_count.3: ../guides/man/m3_tt_otype/deri_cnt.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/deri_cnt.sgm $@

cde3b:: man3/tt_otype_hsig_arg_mode.3
man3/tt_otype_hsig_arg_mode.3: ../guides/man/m3_tt_otype/h_arg_mo.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/h_arg_mo.sgm $@

cde3b:: man3/tt_otype_hsig_arg_type.3
man3/tt_otype_hsig_arg_type.3: ../guides/man/m3_tt_otype/h_arg_ty.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/h_arg_ty.sgm $@

cde3b:: man3/tt_otype_hsig_args_count.3
man3/tt_otype_hsig_args_count.3: ../guides/man/m3_tt_otype/h_args_c.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/h_args_c.sgm $@

cde3b:: man3/tt_otype_hsig_count.3
man3/tt_otype_hsig_count.3: ../guides/man/m3_tt_otype/h_count.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/h_count.sgm $@

cde3b:: man3/tt_otype_hsig_op.3
man3/tt_otype_hsig_op.3: ../guides/man/m3_tt_otype/hsig_op.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/hsig_op.sgm $@

cde3b:: man3/tt_otype_is_derived.3
man3/tt_otype_is_derived.3: ../guides/man/m3_tt_otype/is_deriv.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/is_deriv.sgm $@

cde3b:: man3/tt_otype_opnum_callback_add.3
man3/tt_otype_opnum_callback_add.3: ../guides/man/m3_tt_otype/o_cb_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/o_cb_add.sgm $@

cde3b:: man3/tt_otype_osig_arg_mode.3
man3/tt_otype_osig_arg_mode.3: ../guides/man/m3_tt_otype/o_arg_mo.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/o_arg_mo.sgm $@

cde3b:: man3/tt_otype_osig_arg_type.3
man3/tt_otype_osig_arg_type.3: ../guides/man/m3_tt_otype/o_arg_ty.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/o_arg_ty.sgm $@

cde3b:: man3/tt_otype_osig_args_count.3
man3/tt_otype_osig_args_count.3: ../guides/man/m3_tt_otype/o_args_c.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/o_args_c.sgm $@

cde3b:: man3/tt_otype_osig_count.3
man3/tt_otype_osig_count.3: ../guides/man/m3_tt_otype/o_count.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/o_count.sgm $@

cde3b:: man3/tt_otype_osig_op.3
man3/tt_otype_osig_op.3: ../guides/man/m3_tt_otype/osig_op.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_otype/osig_op.sgm $@

cde3b:: man3/tt_pattern_address_add.3
man3/tt_pattern_address_add.3: ../guides/man/m3_tt_pattern/addr_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/addr_add.sgm $@

cde3b:: man3/tt_pattern_arg_add.3
man3/tt_pattern_arg_add.3: ../guides/man/m3_tt_pattern/arg_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/arg_add.sgm $@

cde3b:: man3/tt_pattern_barg_add.3
man3/tt_pattern_barg_add.3: ../guides/man/m3_tt_pattern/barg_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/barg_add.sgm $@

cde3b:: man3/tt_pattern_bcontext_add.3
man3/tt_pattern_bcontext_add.3: ../guides/man/m3_tt_pattern/bcon_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/bcon_add.sgm $@

cde3b:: man3/tt_pattern_callback_add.3
man3/tt_pattern_callback_add.3: ../guides/man/m3_tt_pattern/call_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/call_add.sgm $@

cde3b:: man3/tt_pattern_category.3
man3/tt_pattern_category.3: ../guides/man/m3_tt_pattern/category.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/category.sgm $@

cde3b:: man3/tt_pattern_category_set.3
man3/tt_pattern_category_set.3: ../guides/man/m3_tt_pattern/cat_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/cat_set.sgm $@

cde3b:: man3/tt_pattern_class_add.3
man3/tt_pattern_class_add.3: ../guides/man/m3_tt_pattern/clas_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/clas_add.sgm $@

cde3b:: man3/tt_pattern_context_add.3
man3/tt_pattern_context_add.3: ../guides/man/m3_tt_pattern/cont_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/cont_add.sgm $@

cde3b:: man3/tt_pattern_create.3
man3/tt_pattern_create.3: ../guides/man/m3_tt_pattern/create.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/create.sgm $@

cde3b:: man3/tt_pattern_destroy.3
man3/tt_pattern_destroy.3: ../guides/man/m3_tt_pattern/destroy.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/destroy.sgm $@

cde3b:: man3/tt_pattern_disposition_add.3
man3/tt_pattern_disposition_add.3: ../guides/man/m3_tt_pattern/disp_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/disp_add.sgm $@

cde3b:: man3/tt_pattern_file_add.3
man3/tt_pattern_file_add.3: ../guides/man/m3_tt_pattern/file_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/file_add.sgm $@

cde3b:: man3/tt_pattern_iarg_add.3
man3/tt_pattern_iarg_add.3: ../guides/man/m3_tt_pattern/iarg_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/iarg_add.sgm $@

cde3b:: man3/tt_pattern_icontext_add.3
man3/tt_pattern_icontext_add.3: ../guides/man/m3_tt_pattern/icon_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/icon_add.sgm $@

cde3b:: man3/tt_pattern_object_add.3
man3/tt_pattern_object_add.3: ../guides/man/m3_tt_pattern/obj_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/obj_add.sgm $@

cde3b:: man3/tt_pattern_op_add.3
man3/tt_pattern_op_add.3: ../guides/man/m3_tt_pattern/op_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/op_add.sgm $@

cde3b:: man3/tt_pattern_opnum_add.3
man3/tt_pattern_opnum_add.3: ../guides/man/m3_tt_pattern/opnu_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/opnu_add.sgm $@

cde3b:: man3/tt_pattern_otype_add.3
man3/tt_pattern_otype_add.3: ../guides/man/m3_tt_pattern/otyp_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/otyp_add.sgm $@

cde3b:: man3/tt_pattern_print.3
man3/tt_pattern_print.3: ../guides/man/m3_tt_pattern/print.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/print.sgm $@

cde3b:: man3/tt_pattern_register.3
man3/tt_pattern_register.3: ../guides/man/m3_tt_pattern/register.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/register.sgm $@

cde3b:: man3/tt_pattern_scope_add.3
man3/tt_pattern_scope_add.3: ../guides/man/m3_tt_pattern/scop_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/scop_add.sgm $@

cde3b:: man3/tt_pattern_sender_add.3
man3/tt_pattern_sender_add.3: ../guides/man/m3_tt_pattern/send_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/send_add.sgm $@

cde3b:: man3/tt_pattern_sender_ptype_add.3
man3/tt_pattern_sender_ptype_add.3: ../guides/man/m3_tt_pattern/s_pt_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/s_pt_add.sgm $@

cde3b:: man3/tt_pattern_session_add.3
man3/tt_pattern_session_add.3: ../guides/man/m3_tt_pattern/sess_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/sess_add.sgm $@

cde3b:: man3/tt_pattern_state_add.3
man3/tt_pattern_state_add.3: ../guides/man/m3_tt_pattern/stat_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/stat_add.sgm $@

cde3b:: man3/tt_pattern_unregister.3
man3/tt_pattern_unregister.3: ../guides/man/m3_tt_pattern/unregist.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/unregist.sgm $@

cde3b:: man3/tt_pattern_user.3
man3/tt_pattern_user.3: ../guides/man/m3_tt_pattern/user.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/user.sgm $@

cde3b:: man3/tt_pattern_user_set.3
man3/tt_pattern_user_set.3: ../guides/man/m3_tt_pattern/user_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/user_set.sgm $@

cde3b:: man3/tt_pattern_xarg_add.3
man3/tt_pattern_xarg_add.3: ../guides/man/m3_tt_pattern/xarg_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/xarg_add.sgm $@

cde3b:: man3/tt_pattern_xcontext_add.3
man3/tt_pattern_xcontext_add.3: ../guides/man/m3_tt_pattern/xcon_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_pattern/xcon_add.sgm $@

cde3b:: man3/tt_pnotice_create.3
man3/tt_pnotice_create.3: ../guides/man/m3_tt/pnot_cre.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/pnot_cre.sgm $@

cde3b:: man3/tt_pointer_error.3
man3/tt_pointer_error.3: ../guides/man/m3_tt/poin_err.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/poin_err.sgm $@

cde3b:: man3/tt_prequest_create.3
man3/tt_prequest_create.3: ../guides/man/m3_tt/preq_cre.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/preq_cre.sgm $@

cde3b:: man3/tt_procid_session.3
man3/tt_procid_session.3: ../guides/man/m3_tt/pr_sess.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/pr_sess.sgm $@

cde3b:: man3/tt_ptr_error.3
man3/tt_ptr_error.3: ../guides/man/m3_tt/ptr_err.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/ptr_err.sgm $@

cde3b:: man3/tt_ptype_declare.3
man3/tt_ptype_declare.3: ../guides/man/m3_tt/pty_decl.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/pty_decl.sgm $@

cde3b:: man3/tt_ptype_exists.3
man3/tt_ptype_exists.3: ../guides/man/m3_tt/pty_exis.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/pty_exis.sgm $@

cde3b:: man3/tt_ptype_opnum_callback_add.3
man3/tt_ptype_opnum_callback_add.3: ../guides/man/m3_tt/pt_o_c_a.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/pt_o_c_a.sgm $@

cde3b:: man3/tt_ptype_undeclare.3
man3/tt_ptype_undeclare.3: ../guides/man/m3_tt/pty_unde.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/pty_unde.sgm $@

cde3b:: man3/tt_release.3
man3/tt_release.3: ../guides/man/m3_tt/release.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/release.sgm $@

cde3b:: man3/tt_session_bprop.3
man3/tt_session_bprop.3: ../guides/man/m3_tt_session/bprop.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_session/bprop.sgm $@

cde3b:: man3/tt_session_bprop_add.3
man3/tt_session_bprop_add.3: ../guides/man/m3_tt_session/bpro_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_session/bpro_add.sgm $@

cde3b:: man3/tt_session_bprop_set.3
man3/tt_session_bprop_set.3: ../guides/man/m3_tt_session/bpro_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_session/bpro_set.sgm $@

cde3b:: man3/tt_session_join.3
man3/tt_session_join.3: ../guides/man/m3_tt_session/join.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_session/join.sgm $@

cde3b:: man3/tt_session_prop.3
man3/tt_session_prop.3: ../guides/man/m3_tt_session/prop.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_session/prop.sgm $@

cde3b:: man3/tt_session_prop_add.3
man3/tt_session_prop_add.3: ../guides/man/m3_tt_session/prop_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_session/prop_add.sgm $@

cde3b:: man3/tt_session_prop_count.3
man3/tt_session_prop_count.3: ../guides/man/m3_tt_session/prop_cnt.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_session/prop_cnt.sgm $@

cde3b:: man3/tt_session_prop_set.3
man3/tt_session_prop_set.3: ../guides/man/m3_tt_session/prop_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_session/prop_set.sgm $@

cde3b:: man3/tt_session_propname.3
man3/tt_session_propname.3: ../guides/man/m3_tt_session/propname.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_session/propname.sgm $@

cde3b:: man3/tt_session_propnames_count.3
man3/tt_session_propnames_count.3: ../guides/man/m3_tt_session/propna_c.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_session/propna_c.sgm $@

cde3b:: man3/tt_session_quit.3
man3/tt_session_quit.3: ../guides/man/m3_tt_session/quit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_session/quit.sgm $@

cde3b:: man3/tt_session_types_load.3
man3/tt_session_types_load.3: ../guides/man/m3_tt_session/types_ld.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_session/types_ld.sgm $@

cde3b:: man3/tt_spec_bprop.3
man3/tt_spec_bprop.3: ../guides/man/m3_tt_spec/bprop.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/bprop.sgm $@

cde3b:: man3/tt_spec_bprop_add.3
man3/tt_spec_bprop_add.3: ../guides/man/m3_tt_spec/bpro_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/bpro_add.sgm $@

cde3b:: man3/tt_spec_bprop_set.3
man3/tt_spec_bprop_set.3: ../guides/man/m3_tt_spec/bpro_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/bpro_set.sgm $@

cde3b:: man3/tt_spec_create.3
man3/tt_spec_create.3: ../guides/man/m3_tt_spec/create.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/create.sgm $@

cde3b:: man3/tt_spec_destroy.3
man3/tt_spec_destroy.3: ../guides/man/m3_tt_spec/destroy.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/destroy.sgm $@

cde3b:: man3/tt_spec_file.3
man3/tt_spec_file.3: ../guides/man/m3_tt_spec/file.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/file.sgm $@

cde3b:: man3/tt_spec_move.3
man3/tt_spec_move.3: ../guides/man/m3_tt_spec/move.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/move.sgm $@

cde3b:: man3/tt_spec_prop.3
man3/tt_spec_prop.3: ../guides/man/m3_tt_spec/prop.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/prop.sgm $@

cde3b:: man3/tt_spec_prop_add.3
man3/tt_spec_prop_add.3: ../guides/man/m3_tt_spec/prop_add.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/prop_add.sgm $@

cde3b:: man3/tt_spec_prop_count.3
man3/tt_spec_prop_count.3: ../guides/man/m3_tt_spec/prop_cnt.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/prop_cnt.sgm $@

cde3b:: man3/tt_spec_prop_set.3
man3/tt_spec_prop_set.3: ../guides/man/m3_tt_spec/prop_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/prop_set.sgm $@

cde3b:: man3/tt_spec_propname.3
man3/tt_spec_propname.3: ../guides/man/m3_tt_spec/propname.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/propname.sgm $@

cde3b:: man3/tt_spec_propnames_count.3
man3/tt_spec_propnames_count.3: ../guides/man/m3_tt_spec/propna_c.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/propna_c.sgm $@

cde3b:: man3/tt_spec_type.3
man3/tt_spec_type.3: ../guides/man/m3_tt_spec/type.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/type.sgm $@

cde3b:: man3/tt_spec_type_set.3
man3/tt_spec_type_set.3: ../guides/man/m3_tt_spec/type_set.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/type_set.sgm $@

cde3b:: man3/tt_spec_write.3
man3/tt_spec_write.3: ../guides/man/m3_tt_spec/write.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt_spec/write.sgm $@

cde3b:: man3/tt_status_message.3
man3/tt_status_message.3: ../guides/man/m3_tt/status_m.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/status_m.sgm $@

cde3b:: man3/tt_thread_procid.3
man3/tt_thread_procid.3: ../guides/man/m3_tt/thr_proc.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/thr_proc.sgm $@

cde3b:: man3/tt_thread_procid_set.3
man3/tt_thread_procid_set.3: ../guides/man/m3_tt/thr_pr_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/thr_pr_s.sgm $@

cde3b:: man3/tt_thread_session.3
man3/tt_thread_session.3: ../guides/man/m3_tt/thr_sess.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/thr_sess.sgm $@

cde3b:: man3/tt_thread_session_set.3
man3/tt_thread_session_set.3: ../guides/man/m3_tt/thr_se_s.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/thr_se_s.sgm $@

cde3b:: man3/tt_trace_control.3
man3/tt_trace_control.3: ../guides/man/m3_tt/trace_co.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/trace_co.sgm $@

cde3b:: man3/tt_xcontext_join.3
man3/tt_xcontext_join.3: ../guides/man/m3_tt/xco_join.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/xco_join.sgm $@

cde3b:: man3/tt_xcontext_quit.3
man3/tt_xcontext_quit.3: ../guides/man/m3_tt/xco_quit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tt/xco_quit.sgm $@

cde3b:: man3/ttdt_Get_Modified.3
man3/ttdt_Get_Modified.3: ../guides/man/m3_ttdt/Get_Modi.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/Get_Modi.sgm $@

cde3b:: man3/ttdt_Revert.3
man3/ttdt_Revert.3: ../guides/man/m3_ttdt/Revert.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/Revert.sgm $@

cde3b:: man3/ttdt_Save.3
man3/ttdt_Save.3: ../guides/man/m3_ttdt/Save.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/Save.sgm $@

cde3b:: man3/ttdt_close.3
man3/ttdt_close.3: ../guides/man/m3_ttdt/close.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/close.sgm $@

cde3b:: man3/ttdt_file_event.3
man3/ttdt_file_event.3: ../guides/man/m3_ttdt/f_event.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/f_event.sgm $@

cde3b:: man3/ttdt_file_join.3
man3/ttdt_file_join.3: ../guides/man/m3_ttdt/f_join.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/f_join.sgm $@

cde3b:: man3/ttdt_file_notice.3
man3/ttdt_file_notice.3: ../guides/man/m3_ttdt/f_notice.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/f_notice.sgm $@

cde3b:: man3/ttdt_file_quit.3
man3/ttdt_file_quit.3: ../guides/man/m3_ttdt/f_quit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/f_quit.sgm $@

cde3b:: man3/ttdt_file_request.3
man3/ttdt_file_request.3: ../guides/man/m3_ttdt/f_reques.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/f_reques.sgm $@

cde3b:: man3/ttdt_message_accept.3
man3/ttdt_message_accept.3: ../guides/man/m3_ttdt/m_accept.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/m_accept.sgm $@

cde3b:: man3/ttdt_open.3
man3/ttdt_open.3: ../guides/man/m3_ttdt/open.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/open.sgm $@

cde3b:: man3/ttdt_sender_imprint_on.3
man3/ttdt_sender_imprint_on.3: ../guides/man/m3_ttdt/s_imp_on.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/s_imp_on.sgm $@

cde3b:: man3/ttdt_session_join.3
man3/ttdt_session_join.3: ../guides/man/m3_ttdt/ses_join.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/ses_join.sgm $@

cde3b:: man3/ttdt_session_quit.3
man3/ttdt_session_quit.3: ../guides/man/m3_ttdt/ses_quit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/ses_quit.sgm $@

cde3b:: man3/ttdt_subcontract_manage.3
man3/ttdt_subcontract_manage.3: ../guides/man/m3_ttdt/subc_man.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttdt/subc_man.sgm $@

cde3b:: man3/ttmedia_Deposit.3
man3/ttmedia_Deposit.3: ../guides/man/m3_ttmedia/Deposit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttmedia/Deposit.sgm $@

cde3b:: man3/ttmedia_load.3
man3/ttmedia_load.3: ../guides/man/m3_ttmedia/load.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttmedia/load.sgm $@

cde3b:: man3/ttmedia_load_reply.3
man3/ttmedia_load_reply.3: ../guides/man/m3_ttmedia/load_rep.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttmedia/load_rep.sgm $@

cde3b:: man3/ttmedia_ptype_declare.3
man3/ttmedia_ptype_declare.3: ../guides/man/m3_ttmedia/pty_decl.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_ttmedia/pty_decl.sgm $@

cde3b:: man3/tttk_Xt_input_handler.3
man3/tttk_Xt_input_handler.3: ../guides/man/m3_tttk/Xt_inp_h.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tttk/Xt_inp_h.sgm $@

cde3b:: man3/tttk_block_while.3
man3/tttk_block_while.3: ../guides/man/m3_tttk/block_wh.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tttk/block_wh.sgm $@

cde3b:: man3/tttk_message_abandon.3
man3/tttk_message_abandon.3: ../guides/man/m3_tttk/m_abando.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tttk/m_abando.sgm $@

cde3b:: man3/tttk_message_create.3
man3/tttk_message_create.3: ../guides/man/m3_tttk/m_create.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tttk/m_create.sgm $@

cde3b:: man3/tttk_message_destroy.3
man3/tttk_message_destroy.3: ../guides/man/m3_tttk/m_destro.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tttk/m_destro.sgm $@

cde3b:: man3/tttk_message_fail.3
man3/tttk_message_fail.3: ../guides/man/m3_tttk/m_fail.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tttk/m_fail.sgm $@

cde3b:: man3/tttk_message_reject.3
man3/tttk_message_reject.3: ../guides/man/m3_tttk/m_reject.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tttk/m_reject.sgm $@

cde3b:: man3/tttk_op_string.3
man3/tttk_op_string.3: ../guides/man/m3_tttk/op_str.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tttk/op_str.sgm $@

cde3b:: man3/tttk_string_op.3
man3/tttk_string_op.3: ../guides/man/m3_tttk/str_op.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/m3_tttk/str_op.sgm $@

cde4:: man4/BIL.4
man4/BIL.4: ../guides/man/man4/bil.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/bil.sgm $@

cde4:: man4/Deposit.4
man4/Deposit.4: ../guides/man/man4/Deposit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Deposit.sgm $@

cde4:: man4/Display.4
man4/Display.4: ../guides/man/man4/Display.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Display.sgm $@

cde4:: man4/DtDndProtocol.4
man4/DtDndProtocol.4: ../guides/man/man4/DtDndPro.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/DtDndPro.sgm $@

cde4:: man4/DtInfo_LoadInfoLib.4
man4/DtInfo_LoadInfoLib.4: ../guides/man/man4/ifloadil.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/ifloadil.sgm $@

cde4:: man4/DtInfo_PrintInfoAtLoc.4
man4/DtInfo_PrintInfoAtLoc.4: ../guides/man/man4/ifprnial.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/ifprnial.sgm $@

cde4:: man4/DtInfo_Quit.4
man4/DtInfo_Quit.4: ../guides/man/man4/ifquit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/ifquit.sgm $@

cde4:: man4/DtInfo_ShowInfoAtLoc.4
man4/DtInfo_ShowInfoAtLoc.4: ../guides/man/man4/ifshwial.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/ifshwial.sgm $@

cde4:: man4/Edit.4
man4/Edit.4: ../guides/man/man4/Edit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Edit.sgm $@

cde4:: man4/Get_Environment.4
man4/Get_Environment.4: ../guides/man/man4/Get_Env.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Get_Env.sgm $@

cde4:: man4/Get_Geometry.4
man4/Get_Geometry.4: ../guides/man/man4/Get_Geom.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Get_Geom.sgm $@

cde4:: man4/Get_Iconified.4
man4/Get_Iconified.4: ../guides/man/man4/Get_Icon.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Get_Icon.sgm $@

cde4:: man4/Get_Locale.4
man4/Get_Locale.4: ../guides/man/man4/Get_Loca.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Get_Loca.sgm $@

cde4:: man4/Get_Mapped.4
man4/Get_Mapped.4: ../guides/man/man4/Get_Map.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Get_Map.sgm $@

cde4:: man4/Get_Modified.4
man4/Get_Modified.4: ../guides/man/man4/Get_Modi.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Get_Modi.sgm $@

cde4:: man4/Get_Situation.4
man4/Get_Situation.4: ../guides/man/man4/Get_Situ.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Get_Situ.sgm $@

cde4:: man4/Get_Status.4
man4/Get_Status.4: ../guides/man/man4/Get_Stat.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Get_Stat.sgm $@

cde4:: man4/Get_Sysinfo.4
man4/Get_Sysinfo.4: ../guides/man/man4/Get_Sysi.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Get_Sysi.sgm $@

cde4:: man4/Get_XInfo.4
man4/Get_XInfo.4: ../guides/man/man4/Get_XInf.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Get_XInf.sgm $@

cde4:: man4/Instantiate.4
man4/Instantiate.4: ../guides/man/man4/Instanti.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Instanti.sgm $@

cde4:: man4/Lower.4
man4/Lower.4: ../guides/man/man4/Lower.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Lower.sgm $@

cde4:: man4/Mail.4
man4/Mail.4: ../guides/man/man4/Mail.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Mail.sgm $@

cde4:: man4/Modified.4
man4/Modified.4: ../guides/man/man4/Modified.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Modified.sgm $@

cde4:: man4/Pause.4
man4/Pause.4: ../guides/man/man4/Pause.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Pause.sgm $@

cde4:: man4/Print.4
man4/Print.4: ../guides/man/man4/Print.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Print.sgm $@

cde4:: man4/Quit.4
man4/Quit.4: ../guides/man/man4/Quit.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Quit.sgm $@

cde4:: man4/Raise.4
man4/Raise.4: ../guides/man/man4/Raise.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Raise.sgm $@

cde4:: man4/Resume.4
man4/Resume.4: ../guides/man/man4/Resume.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Resume.sgm $@

cde4:: man4/Revert.4
man4/Revert.4: ../guides/man/man4/Revert.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Revert.sgm $@

cde4:: man4/Reverted.4
man4/Reverted.4: ../guides/man/man4/Reverted.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Reverted.sgm $@

cde4:: man4/Save.4
man4/Save.4: ../guides/man/man4/Save.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Save.sgm $@

cde4:: man4/Saved.4
man4/Saved.4: ../guides/man/man4/Saved.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Saved.sgm $@

cde4:: man4/Set_Environment.4
man4/Set_Environment.4: ../guides/man/man4/Set_Env.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Set_Env.sgm $@

cde4:: man4/Set_Geometry.4
man4/Set_Geometry.4: ../guides/man/man4/Set_Geom.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Set_Geom.sgm $@

cde4:: man4/Set_Iconified.4
man4/Set_Iconified.4: ../guides/man/man4/Set_Icon.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Set_Icon.sgm $@

cde4:: man4/Set_Locale.4
man4/Set_Locale.4: ../guides/man/man4/Set_Loca.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Set_Loca.sgm $@

cde4:: man4/Set_Mapped.4
man4/Set_Mapped.4: ../guides/man/man4/Set_Map.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Set_Map.sgm $@

cde4:: man4/Set_Situation.4
man4/Set_Situation.4: ../guides/man/man4/Set_Situ.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Set_Situ.sgm $@

cde4:: man4/Signal.4
man4/Signal.4: ../guides/man/man4/Signal.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Signal.sgm $@

cde4:: man4/Started.4
man4/Started.4: ../guides/man/man4/Started.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Started.sgm $@

cde4:: man4/Status.4
man4/Status.4: ../guides/man/man4/Status.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Status.sgm $@

cde4:: man4/Stopped.4
man4/Stopped.4: ../guides/man/man4/Stopped.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Stopped.sgm $@

cde4:: man4/Translate.4
man4/Translate.4: ../guides/man/man4/Translat.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/Translat.sgm $@

cde4:: man4/dtactionfile.4
man4/dtactionfile.4: ../guides/man/man4/dtaction.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtaction.sgm $@

cde4:: man4/dtbmfile.4
man4/dtbmfile.4: ../guides/man/man4/dtbmfile.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtbmfile.sgm $@

cde4:: man4/dtcm_archive.4
man4/dtcm_archive.4: ../guides/man/man4/dtcm_arc.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtcm_arc.sgm $@

cde4:: man4/dtcm_entry.4
man4/dtcm_entry.4: ../guides/man/man4/dtcm_ent.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtcm_ent.sgm $@

cde4:: man4/dtdpfile.4
man4/dtdpfile.4: ../guides/man/man4/dtdpfile.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtdpfile.sgm $@

cde4:: man4/dtdtfile.4
man4/dtdtfile.4: ../guides/man/man4/dtdtfile.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtdtfile.sgm $@

cde4:: man4/dtdtsfile.4
man4/dtdtsfile.4: ../guides/man/man4/dtdtsfil.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtdtsfil.sgm $@

cde4:: man4/dtfile_config.4
man4/dtfile_config.4: ../guides/man/man4/dtfile_c.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtfile_c.sgm $@

cde4:: man4/dtfpfile.4
man4/dtfpfile.4: ../guides/man/man4/dtfpfile.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtfpfile.sgm $@

cde4:: man4/dthelptagdtd.4
man4/dthelptagdtd.4: ../guides/man/man4/dthelpta.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dthelpta.sgm $@

cde4:: man4/dthffile.4
man4/dthffile.4: ../guides/man/man4/dthffile.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dthffile.sgm $@

cde4:: man4/dticonfile.4
man4/dticonfile.4: ../guides/man/man4/dticonfi.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dticonfi.sgm $@

cde4:: man4/dtlocator.4
man4/dtlocator.4: ../guides/man/man4/genloc.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/genloc.sgm $@

cde4:: man4/dtpmfile.4
man4/dtpmfile.4: ../guides/man/man4/dtpmfile.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtpmfile.sgm $@

cde4:: man4/dtresourcesfile.4
man4/dtresourcesfile.4: ../guides/man/man4/dtresour.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtresour.sgm $@

cde4:: man4/dtsdldtd.4
man4/dtsdldtd.4: ../guides/man/man4/dtsdldtd.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtsdldtd.sgm $@

cde4:: man4/dtsdlfile.4
man4/dtsdlfile.4: ../guides/man/man4/dtsdlfil.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtsdlfil.sgm $@

cde4:: man4/dtsessiondb.4
man4/dtsessiondb.4: ../guides/man/man4/dtsessdb.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtsessdb.sgm $@

cde4:: man4/dtsessionfile.4
man4/dtsessionfile.4: ../guides/man/man4/dtsessio.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtsessio.sgm $@

cde4:: man4/dtspcdenv.4
man4/dtspcdenv.4: ../guides/man/man4/dtspcden.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtspcden.sgm $@

cde4:: man4/dtsrdbfiles.4
man4/dtsrdbfiles.4: ../guides/man/man4/dtsrdbfl.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtsrdbfl.sgm $@

cde4:: man4/dtsrfzkfiles.4
man4/dtsrfzkfiles.4: ../guides/man/man4/dtsrfzkf.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtsrfzkf.sgm $@

cde4:: man4/dtsrhanfile.4
man4/dtsrhanfile.4: ../guides/man/man4/dtsrhanf.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtsrhanf.sgm $@

cde4:: man4/dtsrlangfiles.4
man4/dtsrlangfiles.4: ../guides/man/man4/dtsrlngf.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtsrlngf.sgm $@

cde4:: man4/dtsrocffile.4
man4/dtsrocffile.4: ../guides/man/man4/dtsrocfl.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtsrocfl.sgm $@

cde4:: man4/dtwmrc.4
man4/dtwmrc.4: ../guides/man/man4/dtwmrc.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/dtwmrc.sgm $@

cde4:: man4/mt-libtt-intro.4
man4/mt-libtt-intro.4: ../guides/man/man4/mt-libtt.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/mt-libtt.sgm $@

cde4:: man4/startlog.4
man4/startlog.4: ../guides/man/man4/startlog.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/startlog.sgm $@

cde4:: man4/tttracefile.4
man4/tttracefile.4: ../guides/man/man4/tttracef.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man4/tttracef.sgm $@

cde5:: man5/Dt.5
man5/Dt.5: ../guides/man/man5/Dt.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/Dt.sgm $@

cde5:: man5/DtAction.5
man5/DtAction.5: ../guides/man/man5/DtAction.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtAction.sgm $@

cde5:: man5/DtComboBox.5
man5/DtComboBox.5: ../guides/man/man5/DtComboB.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtComboB.sgm $@

cde5:: man5/DtDnd.5
man5/DtDnd.5: ../guides/man/man5/DtDnd.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtDnd.sgm $@

cde5:: man5/DtDts.5
man5/DtDts.5: ../guides/man/man5/DtDts.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtDts.sgm $@

cde5:: man5/DtEditor.5
man5/DtEditor.5: ../guides/man/man5/DtEditor.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtEditor.sgm $@

cde5:: man5/DtHelp.5
man5/DtHelp.5: ../guides/man/man5/DtHelp.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtHelp.sgm $@

cde5:: man5/DtHelpDialog.5
man5/DtHelpDialog.5: ../guides/man/man5/DtHelpDi.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtHelpDi.sgm $@

cde5:: man5/DtHelpQuickD.5
man5/DtHelpQuickD.5: ../guides/man/man5/DtHelpQD.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtHelpQD.sgm $@

cde5:: man5/DtInfoLib.5
man5/DtInfoLib.5: ../guides/man/man5/DtInfoLib.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtInfoLib.sgm $@

cde5:: man5/DtMenuButton.5
man5/DtMenuButton.5: ../guides/man/man5/DtMenuBu.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtMenuBu.sgm $@

cde5:: man5/DtMmdbBookCase.5
man5/DtMmdbBookCase.5: ../guides/man/man5/dtinfobc.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtinfobc.sgm $@

cde5:: man5/DtMmdbGraphicInfo.5
man5/DtMmdbGraphicInfo.5: ../guides/man/man5/mmdbgifo.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/mmdbgifo.sgm $@

cde5:: man5/DtMmdbHandle.5
man5/DtMmdbHandle.5: ../guides/man/man5/mmdbhndl.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/mmdbhndl.sgm $@

cde5:: man5/DtMmdbInfoLibInfo.5
man5/DtMmdbInfoLibInfo.5: ../guides/man/man5/dtinfdlb.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtinfdlb.sgm $@

cde5:: man5/DtMmdbInfoRequest.5
man5/DtMmdbInfoRequest.5: ../guides/man/man5/mmdbireq.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/mmdbireq.sgm $@

cde5:: man5/DtMrm.5
man5/DtMrm.5: ../guides/man/man5/DtMrm.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtMrm.sgm $@

cde5:: man5/DtMsgLog.5
man5/DtMsgLog.5: ../guides/man/man5/DtMsgLog.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtMsgLog.sgm $@

cde5:: man5/DtPrint.5
man5/DtPrint.5: ../guides/man/man5/DtPrint.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtPrint.sgm $@

cde5:: man5/DtSaver.5
man5/DtSaver.5: ../guides/man/man5/DtSaver.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtSaver.sgm $@

cde5:: man5/DtSearch.5
man5/DtSearch.5: ../guides/man/man5/dtsearch.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtsearch.sgm $@

cde5:: man5/DtSession.5
man5/DtSession.5: ../guides/man/man5/DtSessio.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtSessio.sgm $@

cde5:: man5/DtSpinBox.5
man5/DtSpinBox.5: ../guides/man/man5/DtSpinBo.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtSpinBo.sgm $@

cde5:: man5/DtStdAppFontNames.5
man5/DtStdAppFontNames.5: ../guides/man/man5/DtStdApp.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtStdApp.sgm $@

cde5:: man5/DtStdInterfaceFontNames.5
man5/DtStdInterfaceFontNames.5: ../guides/man/man5/DtStdInt.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtStdInt.sgm $@

cde5:: man5/DtTerm.5
man5/DtTerm.5: ../guides/man/man5/DtTerm.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtTerm.sgm $@

cde5:: man5/DtWsm.5
man5/DtWsm.5: ../guides/man/man5/DtWsm.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/DtWsm.sgm $@

cde5:: man5/Tttt_c.5
man5/Tttt_c.5: ../guides/man/man5/Tttt_c.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/Tttt_c.sgm $@

cde5:: man5/Tttttk.5
man5/Tttttk.5: ../guides/man/man5/Tttttk.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/Tttttk.sgm $@

cde5:: man5/csacsa.5
man5/csacsa.5: ../guides/man/man5/csacsa.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/csacsa.sgm $@

cde5:: man5/dtactionaction.5
man5/dtactionaction.5: ../guides/man/man5/dtactact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtactact.sgm $@

cde5:: man5/dtappaction.5
man5/dtappaction.5: ../guides/man/man5/dtappact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtappact.sgm $@

cde5:: man5/dtbuilderaction.5
man5/dtbuilderaction.5: ../guides/man/man5/dtbuiact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtbuiact.sgm $@

cde5:: man5/dtcalcaction.5
man5/dtcalcaction.5: ../guides/man/man5/dtclcact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtclcact.sgm $@

cde5:: man5/dtcalendaraction.5
man5/dtcalendaraction.5: ../guides/man/man5/dtcalact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtcalact.sgm $@

cde5:: man5/dtenvvar.5
man5/dtenvvar.5: ../guides/man/man5/dtenvvar.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtenvvar.sgm $@

cde5:: man5/dtfileaction.5
man5/dtfileaction.5: ../guides/man/man5/dtfilact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtfilact.sgm $@

cde5:: man5/dtfilsys.5
man5/dtfilsys.5: ../guides/man/man5/dtfilsys.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtfilsys.sgm $@

cde5:: man5/dthelpaction.5
man5/dthelpaction.5: ../guides/man/man5/dthelact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dthelact.sgm $@

cde5:: man5/dticonaction.5
man5/dticonaction.5: ../guides/man/man5/dticoact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dticoact.sgm $@

cde5:: man5/dtimsstartaction.5
man5/dtimsstartaction.5: ../guides/man/man5/imssact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/imssact.sgm $@

cde5:: man5/dtinfoBookdtd.5
man5/dtinfoBookdtd.5: ../guides/man/man5/dtinfobk.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtinfobk.sgm $@

cde5:: man5/dtinfoStyledtd.5
man5/dtinfoStyledtd.5: ../guides/man/man5/dtinfost.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtinfost.sgm $@

cde5:: man5/dtinfoTOCdtd.5
man5/dtinfoTOCdtd.5: ../guides/man/man5/dtinfotc.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtinfotc.sgm $@

cde5:: man5/dtinfoaction.5
man5/dtinfoaction.5: ../guides/man/man5/dtinfact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtinfact.sgm $@

cde5:: man5/dtinfoaf.5
man5/dtinfoaf.5: ../guides/man/man5/dtinfoaf.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtinfoaf.sgm $@

cde5:: man5/dtmailaction.5
man5/dtmailaction.5: ../guides/man/man5/dtmaiact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtmaiact.sgm $@

cde5:: man5/dtmanaction.5
man5/dtmanaction.5: ../guides/man/man5/dtmanact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtmanact.sgm $@

cde5:: man5/dtprintinfoaction.5
man5/dtprintinfoaction.5: ../guides/man/man5/dtpriact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtpriact.sgm $@

cde5:: man5/dtsessionaction.5
man5/dtsessionaction.5: ../guides/man/man5/dtsesact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtsesact.sgm $@

cde5:: man5/dtstyleaction.5
man5/dtstyleaction.5: ../guides/man/man5/dtstyact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtstyact.sgm $@

cde5:: man5/dtterm.5
man5/dtterm.5: ../guides/man/man5/dttermes.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dttermes.sgm $@

cde5:: man5/dttermaction.5
man5/dttermaction.5: ../guides/man/man5/dtteract.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dtteract.sgm $@

cde5:: man5/dttextaction.5
man5/dttextaction.5: ../guides/man/man5/dttexact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dttexact.sgm $@

cde5:: man5/dttrashaction.5
man5/dttrashaction.5: ../guides/man/man5/dttraact.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man5/dttraact.sgm $@

cde6:: man6/ttsnoop.6
man6/ttsnoop.6: ../guides/man/man6/ttsnoop.sgm cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
	$(RM) $@
	$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm ../guides/man/man6/ttsnoop.sgm $@

# OMM ----------------------------------------------------------------------
# OMM 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:: $(IMAKE)

$(IMAKE) $(IMAKE).o:
	-@(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 set -x; \
	$(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

man_keywords::

# OMM ----------------------------------------------------------------------
# OMM 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"

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

Makefiles::

includes::

depend::

# OMM ----------------------------------------------------------------------
# OMM dependencies generated by makedepend
-include .depend

