1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Merge branch 'master' into dtdocbook

This commit is contained in:
Liang Chang 2021-12-12 20:01:35 +08:00
commit 16e67fec81
143 changed files with 2430 additions and 618 deletions

2
cde/.gitignore vendored
View file

@ -392,7 +392,7 @@ doc/C/guides/usersGuide/TOC.sgm
doc/C/guides/man/TOC.sgm doc/C/guides/man/TOC.sgm
doc/C/cde.dti/ doc/C/cde.dti/
doc/C/help/*.sdl doc/C/help/*.sdl
doc/C/m-guides/ doc/C/m-guides/common
doc/C/man/man1/* doc/C/man/man1/*
doc/C/man/man1m/* doc/C/man/man1m/*
doc/C/man/man3/* doc/C/man/man3/*

View file

@ -183,10 +183,10 @@ AC_SUBST(LIBXIN, '$(top_builddir)/lib/DtXinerama/libDtXinerama.la')
AC_SUBST(LIBWIDGET, '$(top_builddir)/lib/DtWidget/libDtWidget.la') AC_SUBST(LIBWIDGET, '$(top_builddir)/lib/DtWidget/libDtWidget.la')
AC_SUBST(LIBTERM, '$(top_builddir)/lib/DtTerm/libDtTerm.la') AC_SUBST(LIBTERM, '$(top_builddir)/lib/DtTerm/libDtTerm.la')
AC_SUBST(LIBSVC, '$(top_builddir)/lib/DtSvc/libDtSvc.la') AC_SUBST(LIBSVC, '$(top_builddir)/lib/DtSvc/libDtSvc.la')
AC_SUBST(LIBSEARCH, '$(top_builddir)/lib/DtSearch/lbiDtSearch.la') AC_SUBST(LIBSEARCH, '$(top_builddir)/lib/DtSearch/libDtSearch.la')
AC_SUBST(LIBPRINT, '$(top_builddir)/lib/DtPrint/libDtPrint.la') AC_SUBST(LIBPRINT, '$(top_builddir)/lib/DtPrint/libDtPrint.la')
AC_SUBST(LIBMRM, '$(top_builddir)/lib/DtMrm/libDtMrm.la') AC_SUBST(LIBMRM, '$(top_builddir)/lib/DtMrm/libDtMrm.la')
AC_SUBST(LIBMMDB, '$(top_builddir)/lib/DtMmdb/libDtMmdb.la') AC_SUBST(LIBMMDB, '$(top_builddir)/programs/dtinfo/libDtMmdb.la')
AC_SUBST(LIBHELP, '$(top_builddir)/lib/DtHelp/libDtHelp.la') AC_SUBST(LIBHELP, '$(top_builddir)/lib/DtHelp/libDtHelp.la')
AC_SUBST(LIBCSA, '$(top_builddir)/lib/csa/libcsa.la') AC_SUBST(LIBCSA, '$(top_builddir)/lib/csa/libcsa.la')
@ -729,6 +729,43 @@ programs/dtinfo/mmdb/StyleSheet/Makefile
programs/dtinfo/clients/Makefile programs/dtinfo/clients/Makefile
programs/dtinfo/clients/dtinfo_start/Makefile programs/dtinfo/clients/dtinfo_start/Makefile
programs/dtinfo/dtinfo/Makefile
programs/dtinfo/dtinfo/wwl/Makefile
programs/dtinfo/dtinfo/wwl/src/Makefile
programs/dtinfo/dtinfo/src/Makefile
programs/dtinfo/dtinfo/src/Widgets/Makefile
programs/dtinfo/dtinfo/src/Support/Makefile
programs/dtinfo/dtinfo/src/UAS/Makefile
programs/dtinfo/dtinfo/src/UAS/Base/Makefile
programs/dtinfo/dtinfo/src/UAS/MMDB/Makefile
programs/dtinfo/dtinfo/src/UAS/DtSR/Makefile
programs/dtinfo/dtinfo/src/Basic/Makefile
programs/dtinfo/dtinfo/src/OliasSearch/Makefile
programs/dtinfo/dtinfo/src/Marks/Makefile
programs/dtinfo/dtinfo/src/Graphics/Makefile
programs/dtinfo/dtinfo/src/Preferences/Makefile
programs/dtinfo/dtinfo/src/Managers/Makefile
programs/dtinfo/dtinfo/src/Other/Makefile
programs/dtinfo/dtinfo/src/Query/Makefile
programs/dtinfo/dtinfo/src/Agents/Makefile
programs/dtinfo/dtinfo/src/OnlineRender/Makefile
programs/dtinfo/dtinfo/src/Messages/Makefile
programs/dtinfo/dtinfo/src/cgm/Makefile
programs/dtinfo/dtinfo/install/Makefile
programs/dtinfo/dtinfo/install/lib/Makefile
programs/dtinfo/dtinfo/install/lib/bitmaps/Makefile
programs/dtinfo/dtinfo/install/lib/fonts/Makefile
programs/dtinfo/dtinfogen/Makefile
programs/dtinfo/dtinfogen/mmdb/Makefile
programs/dtinfo/dtinfogen/mmdb/src/Makefile
programs/dtinfo/dtinfogen/mmdb/StyleSheet/Makefile
programs/dtinfo/dtinfogen/infolib/Makefile
programs/dtinfo/dtinfogen/infolib/etc/Makefile
programs/dtinfo/dtinfogen/infolib/C.ISO-8859-1/Makefile
programs/dtinfo/dtinfogen/infolib/C.ISO-8859-1/SGML/Makefile
programs/dtinfo/dtinfogen/install/Makefile
programs/types/Makefile programs/types/Makefile
programs/tttypes/Makefile programs/tttypes/Makefile
@ -797,6 +834,8 @@ doc/util/dbtoman/instant/Makefile
doc/C/Makefile doc/C/Makefile
doc/C/help/Makefile doc/C/help/Makefile
doc/C/man/Makefile doc/C/man/Makefile
doc/C/guides/Makefile
doc/C/m-guides/Makefile
doc/de_DE.ISO8859-1/Makefile doc/de_DE.ISO8859-1/Makefile
doc/de_DE.ISO8859-1/help/Makefile doc/de_DE.ISO8859-1/help/Makefile

View file

@ -1,5 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = help man SUBDIRS = m-guides man guides help
# NOTYET = guides

View file

@ -0,0 +1,78 @@
MAINTAINERCLEANFILES = Makefile.in
INFOLIBDESC = "CDE and Motif Information Library"
# get some important variables
include $(top_srcdir)/doc/common/guides/guides_env.am
# prime the pump
BUILT_SOURCES =
CLEANFILES =
# this sets the LANG and HELP_LANG variables
include $(top_srcdir)/programs/localized/templates/C.am
# build guide TOCs and deps
include $(top_srcdir)/doc/common/guides/usersGuide.am
include $(top_srcdir)/doc/common/guides/infoUGuide.am
include $(top_srcdir)/doc/common/guides/infoAPGuide.am
include $(top_srcdir)/doc/common/guides/sysAdminGuide.am
include $(top_srcdir)/doc/common/guides/progGuide.am
include $(top_srcdir)/doc/common/guides/man.am
include $(top_srcdir)/doc/common/guides/builderGuide.am
include $(top_srcdir)/doc/common/guides/dtkshGuide.am
include $(top_srcdir)/doc/common/guides/glossary.am
include $(top_srcdir)/doc/common/guides/i18nGuide.am
include $(top_srcdir)/doc/common/guides/progOview.am
include $(top_srcdir)/doc/common/guides/ttGuide.am
include $(top_srcdir)/doc/common/guides/helpGuide.am
include $(top_srcdir)/doc/common/guides/docbookGuide.am
# build the infolib + search DB
INFOLIBDEPS = $(SGMLDEPS) $(top_srcdir)/doc/common/docbook/docbook.stl
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(INFOLIBDEPS)
$(MKDIR_P) $(INFOLIB)
$(DGENV) $(DTINFOGEN) build -v -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) $(DGOPTS) $(SSENTS) -l $(INFOLIB) bookcase.bc
BUILT_SOURCES += $(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf
CLEANFILES += $(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf
# installation - these files *may* change depending on if the docs
# ever change, but for now we will list them as they are currently
# installed.
cdedtidir = $(CDE_INSTALLATION_TOP)/infolib/$(HELP_LANG)/cde.dti
dist_cdedti_DATA = ../cde.dti/bookcase.map ../cde.dti/cde.oli
cdedtidocdir = $(cdedtidir)/CDEDOC
dist_cdedtidoc_DATA = ../cde.dti/CDEDOC/CDEDOC.dbd \
../cde.dti/CDEDOC/CDEDOC.dbi \
../cde.dti/CDEDOC/CDEDOC.sch
cdedtidocsearchdir = $(cdedtidocdir)/dtsearch
dist_cdedtidocsearch_DATA = ../cde.dti/CDEDOC/dtsearch/CDEDOC.d00 \
../cde.dti/CDEDOC/dtsearch/CDEDOC.d22 \
../cde.dti/CDEDOC/dtsearch/CDEDOC.dbd \
../cde.dti/CDEDOC/dtsearch/CDEDOC.k21 \
../cde.dti/CDEDOC/dtsearch/CDEDOC.sfx \
../cde.dti/CDEDOC/dtsearch/CDEDOC.d01 \
../cde.dti/CDEDOC/dtsearch/CDEDOC.d23 \
../cde.dti/CDEDOC/dtsearch/CDEDOC.k00 \
../cde.dti/CDEDOC/dtsearch/CDEDOC.k22 \
../cde.dti/CDEDOC/dtsearch/CDEDOC.stp \
../cde.dti/CDEDOC/dtsearch/CDEDOC.d21 \
../cde.dti/CDEDOC/dtsearch/CDEDOC.d99 \
../cde.dti/CDEDOC/dtsearch/CDEDOC.k01 \
../cde.dti/CDEDOC/dtsearch/CDEDOC.k23 \
../cde.dti/CDEDOC/dtsearch/dtsearch.ocf
BUILT_SOURCES += $(cdedti_DATA) $(cdedtidoc_DATA) $(cdedtidocsearch_DATA)
CLEANFILES += $(cdedti_DATA) $(cdedtidoc_DATA) $(cdedtidocsearch_DATA)
# link the C version to en_US.UTF-8
install-data-hook:
$(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/infolib/en_US.UTF-8
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/infolib && $(LN_S) C en_US.UTF-8

View file

@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:02:53 drk $
# TOC title, only what's between quotes should be modified.
BUILDERGUIDE_TITLE = "Application Builder User's Guide"

View file

@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:03:03 drk $
# TOC title, only what's between quotes should be modified.
DOCBOOKGUIDE_TITLE = "Guide to the DocBook DTD"

View file

@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:03:17 drk $
# TOC title, only what's between quotes should be modified.
DTKSHGUIDE_TITLE = "Desktop KornShell User's Guide"

View file

@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:03:29 drk $
# TOC title, only what's between quotes should be modified.
GLOSSARY_TITLE = "Product Glossary"

View file

@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:03:46 drk $
# TOC title, only what's between quotes should be modified.
HELPGUIDE_TITLE = "Help System Author's and Programmer's Guide"

View file

@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:03:55 drk $
# TOC title, only what's between quotes should be modified.
I18NGUIDE_TITLE = "Internationalization Programmer's Guide"

View file

@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/1 1996/09/22 13:54:15 rws $
# TOC title, only what's between quotes should be modified.
INFOAPGUIDE_TITLE = "Information System Author's and Programmer's Guide"

View file

@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/1 1996/08/03 11:34:45 rws $
# TOC title, only what's between quotes should be modified.
INFOUGUIDE_TITLE = "Information Manager User's Guide"

View file

@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/1 1996/07/21 20:42:11 rws $
# TOC title, only what's between quotes should be modified.
MAN_TITLE = "Programmer's Reference"

View file

@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:04:02 drk $
# TOC title, only what's between quotes should be modified.
PROGGUIDE_TITLE = "Programmer's Guide"

View file

@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:04:23 drk $
# TOC title, only what's between quotes should be modified.
PROGOVIEW_TITLE = "Programmer's Overview"

View file

@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:04:46 drk $
# TOC title, only what's between quotes should be modified.
SYSADMINGUIDE_TITLE = "Advanced User's and System Administrator's Guide"

View file

@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:05:00 drk $
# TOC title, only what's between quotes should be modified.
TTGUIDE_TITLE = "ToolTalk Messaging Guide"

View file

@ -0,0 +1,3 @@
# $XConsortium: Title.tmpl /main/2 1996/06/19 16:05:11 drk $
# TOC title, only what's between quotes should be modified.
USERSGUIDE_TITLE = "User's Guide"

View file

@ -0,0 +1,9 @@
MAINTAINERCLEANFILES = Makefile.in
BUILT_SOURCES = common/ManLinks.sgm
CLEANFILES = $(BUILT_SOURCES)
$(BUILT_SOURCES):
($(MKDIR_P) common && $(LN_S) ../../guides/common/ManLinksMotif.sgm $@)

View file

@ -0,0 +1,72 @@
# build a guide
BUILDERGUIDE_SRCS = \
builderGuide/BEntity.sgm builderGuide/ch05.sgm \
builderGuide/appa.sgm builderGuide/ch06.sgm \
builderGuide/appb.sgm builderGuide/ch07.sgm \
builderGuide/book.sgm builderGuide/ch08.sgm \
builderGuide/ch01.sgm builderGuide/ch09.sgm \
builderGuide/ch02.sgm \
builderGuide/ch03.sgm builderGuide/preface.sgm \
builderGuide/ch04.sgm
BUILDERGUIDE_GRS = \
builderGuide/graphics/AlignMen.tif \
builderGuide/graphics/AppFrmEd.tif \
builderGuide/graphics/AttIcS5.tif \
builderGuide/graphics/AttIcSi1.tif \
builderGuide/graphics/AttIcSi2.tif \
builderGuide/graphics/AttIcSi3.tif \
builderGuide/graphics/AttIcSi4.tif \
builderGuide/graphics/AttIcSi6.tif \
builderGuide/graphics/AttIcTp1.tif \
builderGuide/graphics/AttIcTp2.tif \
builderGuide/graphics/AttIcTp3.tif \
builderGuide/graphics/AttIcTp4.tif \
builderGuide/graphics/AttIcTp5.tif \
builderGuide/graphics/AttIcTp6.tif \
builderGuide/graphics/AttIcTp7.tif \
builderGuide/graphics/AttachEd.tif \
builderGuide/graphics/BrowsMW.tif \
builderGuide/graphics/CGEnvOpt.tif \
builderGuide/graphics/CGOption.tif \
builderGuide/graphics/CodeGen.tif \
builderGuide/graphics/ColChoos.tif \
builderGuide/graphics/ConnEd.tif \
builderGuide/graphics/CtrlPIcO.tif \
builderGuide/graphics/CustDIcO.tif \
builderGuide/graphics/DistMenu.tif \
builderGuide/graphics/DnDEdit.tif \
builderGuide/graphics/DrawAIcO.tif \
builderGuide/graphics/DtIcon.tif \
builderGuide/graphics/FSDIcO.tif \
builderGuide/graphics/HelpEdit.tif \
builderGuide/graphics/ItemsSub.tif \
builderGuide/graphics/MWwCP.tif \
builderGuide/graphics/MWwSpanP.tif \
builderGuide/graphics/MainWIcO.tif \
builderGuide/graphics/MainWin.tif \
builderGuide/graphics/MenuChoi.tif \
builderGuide/graphics/MsgEdit.tif \
builderGuide/graphics/NameMod.tif \
builderGuide/graphics/NameProj.tif \
builderGuide/graphics/PanedWin.tif \
builderGuide/graphics/PrjOModA.tif \
builderGuide/graphics/ProjOrg.tif \
builderGuide/graphics/PrpEdSep.tif \
builderGuide/graphics/TermPIcO.tif \
builderGuide/graphics/TextPIcO.tif
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(BUILDERGUIDE_GRS)
BUILDERGUIDE_ID = cde.builderGuide.toc
include builderGuide/Title.am
BUILDERGUIDE_TOC = builderGuide/TOC.sgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(BUILDERGUIDE_TOC)
$(BUILDERGUIDE_TOC): $(BUILDERGUIDE_SRCS)
$(DGENV) $(DTINFOGEN) tocgen -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) -f $(BUILDERGUIDE_TOC) -id $(BUILDERGUIDE_ID) -title $(BUILDERGUIDE_TITLE) builderGuide/book.sgm
BUILT_SOURCES += $(BUILDERGUIDE_TOC)
CLEANFILES += $(BUILDERGUIDE_TOC)

View file

@ -0,0 +1,16 @@
# build a guide
DOCBOOKGUIDE_SRCS = \
docbookGuide/book.sgm
DOCBOOKGUIDE_ID = cde.docbookGuide.toc
include docbookGuide/Title.am
DOCBOOKGUIDE_TOC = docbookGuide/TOC.sgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(DOCBOOKGUIDE_TOC)
$(DOCBOOKGUIDE_TOC): $(DOCBOOKGUIDE_SRCS)
$(DGENV) $(DTINFOGEN) tocgen -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) -f $(DOCBOOKGUIDE_TOC) -id $(DOCBOOKGUIDE_ID) -title $(DOCBOOKGUIDE_TITLE) docbookGuide/book.sgm
BUILT_SOURCES += $(DOCBOOKGUIDE_TOC)
CLEANFILES += $(DOCBOOKGUIDE_TOC)

View file

@ -0,0 +1,30 @@
# build a guide
DTKSHGUIDE_SRCS = \
dtkshGuide/BEntity.sgm dtkshGuide/ch02.sgm \
dtkshGuide/appa.sgm dtkshGuide/ch03.sgm \
dtkshGuide/appb.sgm dtkshGuide/ch04.sgm \
dtkshGuide/appc.sgm \
dtkshGuide/book.sgm dtkshGuide/preface.sgm \
dtkshGuide/ch01.sgm
DTKSHGUIDE_GRS = \
dtkshGuide/graphics/area1.tif dtkshGuide/graphics/finderr.tif \
dtkshGuide/graphics/area2.tif dtkshGuide/graphics/findterm.tif \
dtkshGuide/graphics/area3.tif dtkshGuide/graphics/findwin.tif \
dtkshGuide/graphics/area4.tif dtkshGuide/graphics/labfindw.tif \
dtkshGuide/graphics/dttest1.tif
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(DTKSHGUIDE_GRS)
DTKSHGUIDE_ID = cde.dtkshGuide.toc
include dtkshGuide/Title.am
DTKSHGUIDE_TOC = dtkshGuide/TOC.sgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(DTKSHGUIDE_TOC)
$(DTKSHGUIDE_TOC): $(DTKSHGUIDE_SRCS)
$(DGENV) $(DTINFOGEN) tocgen -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) -f $(DTKSHGUIDE_TOC) -id $(DTKSHGUIDE_ID) -title $(DTKSHGUIDE_TITLE) dtkshGuide/book.sgm
BUILT_SOURCES += $(DTKSHGUIDE_TOC)
CLEANFILES += $(DTKSHGUIDE_TOC)

View file

@ -0,0 +1,16 @@
# build a guide
GLOSSARY_SRCS = \
glossary/book.sgm glossary/glossary.sgm
GLOSSARY_ID = cde.glossary.toc
include glossary/Title.am
GLOSSARY_TOC = glossary/TOC.sgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(GLOSSARY_TOC)
$(GLOSSARY_TOC): $(GLOSSARY_SRCS)
$(DGENV) $(DTINFOGEN) tocgen -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) -f $(GLOSSARY_TOC) -id $(GLOSSARY_ID) -title $(GLOSSARY_TITLE) glossary/book.sgm
BUILT_SOURCES += $(GLOSSARY_TOC)
CLEANFILES += $(GLOSSARY_TOC)

View file

@ -0,0 +1,34 @@
# make include file: env variables needed for the guides
INFOLIB = ../cde.dti
BOOKCASE = CDEDOC
INFOLIBNAME = -n cde
# INFOLIBDESC must be set in the per-lang guides/Makefile.am (without
# the -d option) prior to including this file.
# orig: INFOLIBDESC = -d InfoLibDesc
SSENTS = -m common/catalog
DGENV = LANG=$(HELP_LANG) SGML_SEARCH_PATH=".:.."
DTINFOGENOPTIONS = $(INFOLIBNAME) -d $(INFOLIBDESC)
# Note the quad-dollar sign - this escapes $$ (pid) for the tmp
# dir. This is required for multi-core builds to work.
DTINFOGENTMPDIR = /tmp/dtinfogen-guides.$$$$
DTHELPSRC = $(top_srcdir)/lib/DtHelp
DTLCXENVSETUP = DTLCXSEARCHPATH=$(DTHELPSRC)
DTINFOGENSRC = $(top_srcdir)/programs/dtinfo/dtinfogen
NSGMLS = $(top_builddir)/programs/nsgmls
DTSRDIR = $(top_builddir)/programs/dtsr
SGMLDIR = $(top_srcdir)/programs/dtinfo/dtinfogen/infolib/C/SGML
SGMLDEPS = $(SGMLDIR)/docbook.dtd $(SGMLDIR)/iso-box.gml \
$(SGMLDIR)/iso-dia.gml $(SGMLDIR)/iso-grk3.gml $(SGMLDIR)/iso-lat1.gml \
$(SGMLDIR)/iso-lat2.gml $(SGMLDIR)/iso-num.gml $(SGMLDIR)/iso-pub.gml \
$(SGMLDIR)/iso-tech.gml
DTINFOGEN = $(DTLCXENVSETUP) DTINFO_HOME=$(DTINFOGENSRC) \
DTINFO_BIN=$(DTINFOGENSRC)/install:$(DTINFOGENSRC)/mmdb/StyleSheet:$(DTINFOGENSRC)/mmdb/src:$(NSGMLS):$(DTSRDIR) \
$(DTINFOGENSRC)/infolib/etc/dtinfogen

View file

@ -0,0 +1,55 @@
# build a guide
HELPGUIDE_SRCS = \
helpGuide/BEntity.sgm helpGuide/ch10.sgm \
helpGuide/book.sgm helpGuide/ch11.sgm \
helpGuide/ch01.sgm helpGuide/ch12.sgm \
helpGuide/ch02.sgm helpGuide/ch13.sgm \
helpGuide/ch03.sgm helpGuide/glossary.sgm \
helpGuide/ch04.sgm helpGuide/part1.sgm \
helpGuide/ch05.sgm helpGuide/part2.sgm \
helpGuide/ch06.sgm helpGuide/part3.sgm \
helpGuide/ch07.sgm helpGuide/part4.sgm \
helpGuide/ch08.sgm helpGuide/preface.sgm \
helpGuide/ch09.sgm
HELPGUIDE_GRS = \
helpGuide/graphics/Approot.tif helpGuide/graphics/ExTHyper.tif \
helpGuide/graphics/BldInst.tif helpGuide/graphics/ExVex.tif \
helpGuide/graphics/BuildDir.tif helpGuide/graphics/ExWrapGr.tif \
helpGuide/graphics/CharEntU.tif helpGuide/graphics/ExXref.tif \
helpGuide/graphics/CharEntV.tif helpGuide/graphics/FMCompil.tif \
helpGuide/graphics/ExAnnot.tif helpGuide/graphics/FMhelpfs.tif \
helpGuide/graphics/ExBuList.tif helpGuide/graphics/FPanel.tif \
helpGuide/graphics/ExCautio.tif helpGuide/graphics/FmtTable.tif \
helpGuide/graphics/ExComput.tif helpGuide/graphics/GHelpLB.tif \
helpGuide/graphics/ExEx.tif helpGuide/graphics/GenHelp.tif \
helpGuide/graphics/ExHTopic.tif helpGuide/graphics/GrEntity.tif \
helpGuide/graphics/ExInliGr.tif helpGuide/graphics/HelpMenu.tif \
helpGuide/graphics/ExKeycap.tif helpGuide/graphics/HelpMgr.tif \
helpGuide/graphics/ExLaLstH.tif helpGuide/graphics/HelpOrg.tif \
helpGuide/graphics/ExLaNowr.tif helpGuide/graphics/HelpVol.tif \
helpGuide/graphics/ExLalst1.tif helpGuide/graphics/HyperFmt.tif \
helpGuide/graphics/ExLalstW.tif helpGuide/graphics/Icons.tif \
helpGuide/graphics/ExListHd.tif helpGuide/graphics/IndexNum.tif \
helpGuide/graphics/ExLists.tif helpGuide/graphics/IndxSrch.tif \
helpGuide/graphics/ExNoteHd.tif helpGuide/graphics/PrintDlg.tif \
helpGuide/graphics/ExNuList.tif helpGuide/graphics/Process.tif \
helpGuide/graphics/ExOthrHd.tif helpGuide/graphics/QuickHlp.tif \
helpGuide/graphics/ExPHead.tif helpGuide/graphics/Topics.tif \
helpGuide/graphics/ExProc2.tif helpGuide/graphics/ViewVol.tif \
helpGuide/graphics/ExProced.tif
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(HELPGUIDE_GRS)
HELPGUIDE_ID = cde.helpGuide.toc
include helpGuide/Title.am
HELPGUIDE_TOC = helpGuide/TOC.sgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(HELPGUIDE_TOC)
$(HELPGUIDE_TOC): $(HELPGUIDE_SRCS)
$(DGENV) $(DTINFOGEN) tocgen -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) -f $(HELPGUIDE_TOC) -id $(HELPGUIDE_ID) -title $(HELPGUIDE_TITLE) helpGuide/book.sgm
BUILT_SOURCES += $(HELPGUIDE_TOC)
CLEANFILES += $(HELPGUIDE_TOC)

View file

@ -0,0 +1,29 @@
# build a guide
I18NGUIDE_SRCS = \
i18nGuide/BEntity.sgm i18nGuide/ch03.sgm \
i18nGuide/appa.sgm i18nGuide/ch04.sgm \
i18nGuide/book.sgm \
i18nGuide/ch01.sgm i18nGuide/preface.sgm \
i18nGuide/ch02.sgm
I18NGUIDE_GRS = \
i18nGuide/graphics/ind1.cgm i18nGuide/graphics/inint5.tif \
i18nGuide/graphics/inint1.cgm i18nGuide/graphics/inint6.tif \
i18nGuide/graphics/inint2.cgm i18nGuide/graphics/inmot3.tif \
i18nGuide/graphics/inint3.tif i18nGuide/graphics/inmot4.tif \
i18nGuide/graphics/inint4.tif
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(I18NGUIDE_GRS)
I18NGUIDE_ID = cde.i18nGuide.toc
include i18nGuide/Title.am
I18NGUIDE_TOC = i18nGuide/TOC.sgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(I18NGUIDE_TOC)
$(I18NGUIDE_TOC): $(I18NGUIDE_SRCS)
$(DGENV) $(DTINFOGEN) tocgen -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) -f $(I18NGUIDE_TOC) -id $(I18NGUIDE_ID) -title $(I18NGUIDE_TITLE) i18nGuide/book.sgm
BUILT_SOURCES += $(I18NGUIDE_TOC)
CLEANFILES += $(I18NGUIDE_TOC)

View file

@ -0,0 +1,29 @@
# build a guide
INFOAPGUIDE_SRCS = \
infoAPg/BEntity.sgm infoAPg/ch04.sgm infoAPg/ch09.sgm \
infoAPg/book.sgm infoAPg/ch05.sgm infoAPg/ch10.sgm \
infoAPg/ch01.sgm infoAPg/ch06.sgm infoAPg/ch11.sgm \
infoAPg/ch02.sgm infoAPg/ch07.sgm infoAPg/glossary.sgm \
infoAPg/ch03.sgm infoAPg/ch08.sgm infoAPg/preface.sgm
INFOAPGUIDE_GRS = \
infoAPg/graphics/addbkcas.cgm infoAPg/graphics/infostr.cgm \
infoAPg/graphics/bkcase.cgm infoAPg/graphics/multss.cgm \
infoAPg/graphics/blddir.cgm infoAPg/graphics/newlib.cgm \
infoAPg/graphics/docsrc.cgm infoAPg/graphics/repbkcas.cgm \
infoAPg/graphics/docuhier.cgm infoAPg/graphics/tlkitmod.cgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(INFOAPGUIDE_GRS)
INFOAPGUIDE_ID = cde.infoAPGuide.toc
include infoAPg/Title.am
INFOAPGUIDE_TOC = infoAPg/TOC.sgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(INFOAPGUIDE_TOC)
$(INFOAPGUIDE_TOC): $(INFOAPGUIDE_SRCS)
$(DGENV) $(DTINFOGEN) tocgen -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) -f $(INFOAPGUIDE_TOC) -id $(INFOAPGUIDE_ID) -title $(INFOAPGUIDE_TITLE) infoAPg/book.sgm
BUILT_SOURCES += $(INFOAPGUIDE_TOC)
CLEANFILES += $(INFOAPGUIDE_TOC)

View file

@ -0,0 +1,42 @@
# build a guide
INFOUGUIDE_SRCS = \
infoUGd/BEntity.sgm infoUGd/ch03.sgm infoUGd/ch07.sgm \
infoUGd/book.sgm infoUGd/ch04.sgm infoUGd/ch08.sgm \
infoUGd/ch01.sgm infoUGd/ch05.sgm infoUGd/glossary.sgm \
infoUGd/ch02.sgm infoUGd/ch06.sgm infoUGd/preface.sgm
INFOUGUIDE_GRS = \
infoUGd/graphics/bklist.tif infoUGd/graphics/infolib1.cgm \
infoUGd/graphics/bklist1.tif infoUGd/graphics/infosub.tif \
infoUGd/graphics/bkmark.tif infoUGd/graphics/mappref.tif \
infoUGd/graphics/bkmarks.tif infoUGd/graphics/openloca.tif \
infoUGd/graphics/bkmkedit.tif infoUGd/graphics/prefwin.tif \
infoUGd/graphics/bknote.tif infoUGd/graphics/printwin.tif \
infoUGd/graphics/brwsbuts.tif infoUGd/graphics/pushpin.tif \
infoUGd/graphics/dgrafico.tif infoUGd/graphics/qeditwin.tif \
infoUGd/graphics/fpico.tif infoUGd/graphics/readwin.tif \
infoUGd/graphics/gmap.tif infoUGd/graphics/readwin1.tif \
infoUGd/graphics/graphmap.tif infoUGd/graphics/savescop.tif \
infoUGd/graphics/scopedit.tif \
infoUGd/graphics/graphpan.tif infoUGd/graphics/scoplist.tif \
infoUGd/graphics/graphwin.tif infoUGd/graphics/searchin.tif \
infoUGd/graphics/helpmenu.tif infoUGd/graphics/sectitle.tif \
infoUGd/graphics/histlist.tif infoUGd/graphics/serchbut.tif \
infoUGd/graphics/histpref.tif infoUGd/graphics/serchprf.tif \
infoUGd/graphics/hsarrows.tif infoUGd/graphics/serchres.tif \
infoUGd/graphics/ilibico.tif infoUGd/graphics/shistwin.tif
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(INFOUGUIDE_GRS)
INFOUGUIDE_ID = cde.infoUGuide.toc
include infoUGd/Title.am
INFOUGUIDE_TOC = infoUGd/TOC.sgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(INFOUGUIDE_TOC)
$(INFOUGUIDE_TOC): $(INFOUGUIDE_SRCS)
$(DGENV) $(DTINFOGEN) tocgen -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) -f $(INFOUGUIDE_TOC) -id $(INFOUGUIDE_ID) -title $(INFOUGUIDE_TITLE) infoUGd/book.sgm
BUILT_SOURCES += $(INFOUGUIDE_TOC)
CLEANFILES += $(INFOUGUIDE_TOC)

View file

@ -0,0 +1,364 @@
# build a guide
MAN_SRCS1 = \
man/SEntity.sgm man/book.sgm \
man/ref1.sgm man/ref5.sgm man/refDtWid.sgm \
man/ref1m.sgm man/ref6.sgm man/refcsa.sgm \
man/ref4.sgm man/refDtFcn.sgm man/reftt.sgm \
common/ManLinks.sgm \
../../../doc/C/guides/common/ManLinks.sgm
MAN_SRCS2 = \
man/m3_Dt/ActionCa.sgm man/m3_Dt/MmdbBGST.sgm \
man/m3_Dt/ActionDe.sgm man/m3_Dt/MmdbBGTL.sgm \
man/m3_Dt/ActionEx.sgm man/m3_Dt/MmdbBGTO.sgm \
man/m3_Dt/ActionIc.sgm man/m3_Dt/MmdbBkGL.sgm \
man/m3_Dt/ActionIn.sgm man/m3_Dt/MmdbClIL.sgm \
man/m3_Dt/ActionLa.sgm man/m3_Dt/MmdbDGNS.sgm \
man/m3_Dt/ComboAdd.sgm man/m3_Dt/MmdbDGPS.sgm \
man/m3_Dt/ComboBox.sgm man/m3_Dt/MmdbFrGI.sgm \
man/m3_Dt/ComboDel.sgm man/m3_Dt/MmdbFrHL.sgm \
man/m3_Dt/ComboSel.sgm man/m3_Dt/MmdbFrHn.sgm \
man/m3_Dt/ComboSet.sgm man/m3_Dt/MmdbGBBI.sgm \
man/m3_Dt/CreCombo.sgm man/m3_Dt/MmdbGBBL.sgm \
man/m3_Dt/CreEdito.sgm man/m3_Dt/MmdbGBBN.sgm \
man/m3_Dt/CreHelpD.sgm man/m3_Dt/MmdbGBLs.sgm \
man/m3_Dt/CreHelpQ.sgm man/m3_Dt/MmdbGrGD.sgm \
man/m3_Dt/CreMenuB.sgm man/m3_Dt/MmdbGrGI.sgm \
man/m3_Dt/CreSpinB.sgm man/m3_Dt/MmdbILFI.sgm \
man/m3_Dt/CreTerm.sgm man/m3_Dt/MmdbILGI.sgm \
man/m3_Dt/CreatePr.sgm man/m3_Dt/MmdbInit.sgm \
man/m3_Dt/DbLoad.sgm man/m3_Dt/MmdbLGSL.sgm \
man/m3_Dt/DbReload.sgm man/m3_Dt/MmdbLGSO.sgm \
man/m3_Dt/DndCreSI.sgm man/m3_Dt/MmdbOpIL.sgm \
man/m3_Dt/DndDragS.sgm man/m3_Dt/MmdbQuit.sgm \
man/m3_Dt/DndDropR.sgm man/m3_Dt/MmdbSGBI.sgm
MAN_SRCS3 = \
man/m3_Dt/DndDropU.sgm man/m3_Dt/MmdbSGDS.sgm \
man/m3_Dt/EdAppFF.sgm man/m3_Dt/MmdbSGLT.sgm \
man/m3_Dt/EdAppend.sgm man/m3_Dt/MmdbSGSS.sgm \
man/m3_Dt/EdChange.sgm man/m3_Dt/MmdbSGST.sgm \
man/m3_Dt/EdCheckF.sgm man/m3_Dt/MmdbSGTL.sgm \
man/m3_Dt/EdClearS.sgm man/m3_Dt/MmdbSeGD.sgm \
man/m3_Dt/EdCopyTo.sgm man/m3_Dt/MmdbSeGL.sgm \
man/m3_Dt/EdCutToC.sgm man/m3_Dt/MmdbSsGD.sgm \
man/m3_Dt/EdDelete.sgm man/m3_Dt/MmdbSsGN.sgm \
man/m3_Dt/EdDesele.sgm man/m3_Dt/MmdbTGCI.sgm \
man/m3_Dt/EdDisabl.sgm man/m3_Dt/MmdbTGNC.sgm \
man/m3_Dt/EdEnable.sgm man/m3_Dt/MmdbTGPI.sgm \
man/m3_Dt/EdFind.sgm man/m3_Dt/MrmInit.sgm \
man/m3_Dt/EdFormat.sgm man/m3_Dt/MsgLogM.sgm \
man/m3_Dt/EdGetCon.sgm man/m3_Dt/MsgLogO.sgm \
man/m3_Dt/EdGetIns.sgm man/m3_Dt/MsgLogS.sgm \
man/m3_Dt/EdGetLas.sgm man/m3_Dt/PrSetupP.sgm \
man/m3_Dt/EdGetMes.sgm man/m3_Dt/PrintCop.sgm \
man/m3_Dt/EdGetSiz.sgm man/m3_Dt/PrintFil.sgm \
man/m3_Dt/EdGoToLi.sgm man/m3_Dt/PrintFre.sgm \
man/m3_Dt/EdInsFF.sgm man/m3_Dt/PrintRes.sgm \
man/m3_Dt/EdInsert.sgm man/m3_Dt/PrintSet.sgm \
man/m3_Dt/EdInvFin.sgm man/m3_Dt/SaverGet.sgm \
man/m3_Dt/EdInvFor.sgm man/m3_Dt/SessionR.sgm \
man/m3_Dt/EdInvSpe.sgm man/m3_Dt/SessionS.sgm
MAN_SRCS4 = \
man/m3_Dt/EdPasteF.sgm man/m3_Dt/SpinBox.sgm \
man/m3_Dt/EdReplFF.sgm man/m3_Dt/SpinBoxA.sgm \
man/m3_Dt/EdReplac.sgm man/m3_Dt/SpinBoxD.sgm \
man/m3_Dt/EdReset.sgm man/m3_Dt/SpinBoxS.sgm \
man/m3_Dt/EdSaveCo.sgm man/m3_Dt/SrAPI.sgm \
man/m3_Dt/EdSelect.sgm man/m3_Dt/SrchExit.sgm \
man/m3_Dt/EdSetCFF.sgm man/m3_Dt/SrchFree.sgm \
man/m3_Dt/EdSetCon.sgm man/m3_Dt/SrchGetK.sgm \
man/m3_Dt/EdSetIns.sgm man/m3_Dt/SrchGetM.sgm \
man/m3_Dt/EdTraver.sgm man/m3_Dt/SrchHigh.sgm \
man/m3_Dt/EdUndoEd.sgm man/m3_Dt/SrchInit.sgm \
man/m3_Dt/Editor.sgm man/m3_Dt/SrchMrge.sgm \
man/m3_Dt/HelpDial.sgm man/m3_Dt/SrchMsgs.sgm \
man/m3_Dt/HelpQDGC.sgm man/m3_Dt/SrchQery.sgm \
man/m3_Dt/HelpQDia.sgm man/m3_Dt/SrchRein.sgm \
man/m3_Dt/HelpRetu.sgm man/m3_Dt/SrchRetr.sgm \
man/m3_Dt/HelpSetC.sgm man/m3_Dt/SrchSetM.sgm \
man/m3_Dt/InfoShow.sgm man/m3_Dt/SrchSort.sgm \
man/m3_Dt/Initiali.sgm man/m3_Dt/SrchVali.sgm \
man/m3_Dt/MenuButt.sgm man/m3_Dt/Term.sgm \
man/m3_Dt/MmdbBCFI.sgm man/m3_Dt/TermDisp.sgm \
man/m3_Dt/MmdbBCGI.sgm man/m3_Dt/TermInit.sgm \
man/m3_Dt/MmdbBGLT.sgm man/m3_Dt/TermSubR.sgm \
man/m3_Dt/MmdbBGSN.sgm man/m3_Dt/TermSubS.sgm
MAN_SRCS5 = \
man/m3_DtDts/BufToAtL.sgm man/m3_DtDts/FilToDaT.sgm \
man/m3_DtDts/BufToAtV.sgm man/m3_DtDts/FindAttr.sgm \
man/m3_DtDts/BufToDaT.sgm man/m3_DtDts/FreeAtL.sgm \
man/m3_DtDts/DaTIsAct.sgm man/m3_DtDts/FreeAtV.sgm \
man/m3_DtDts/DaTNames.sgm man/m3_DtDts/FreeDaT.sgm \
man/m3_DtDts/DaTToAtL.sgm man/m3_DtDts/FreeDaTN.sgm \
man/m3_DtDts/DaTToAtV.sgm man/m3_DtDts/IsTrue.sgm \
man/m3_DtDts/DatToDaT.sgm man/m3_DtDts/LoadDaTs.sgm \
man/m3_DtDts/FilToAtL.sgm man/m3_DtDts/Release.sgm \
man/m3_DtDts/FilToAtV.sgm man/m3_DtDts/SetDaT.sgm \
man/m3_DtWsm/AddCWsCb.sgm man/m3_DtWsm/GetWsInf.sgm \
man/m3_DtWsm/AddWs.sgm man/m3_DtWsm/GetWsLis.sgm \
man/m3_DtWsm/AddWsFun.sgm man/m3_DtWsm/GetWsOcc.sgm \
man/m3_DtWsm/AddWsMCb.sgm man/m3_DtWsm/OccAllWs.sgm \
man/m3_DtWsm/ChBackDr.sgm man/m3_DtWsm/RemWsCb.sgm \
man/m3_DtWsm/DelWs.sgm man/m3_DtWsm/RemWsFun.sgm \
man/m3_DtWsm/FreeWsIn.sgm man/m3_DtWsm/SetCurWs.sgm \
man/m3_DtWsm/GetCurBW.sgm man/m3_DtWsm/SetWsOcc.sgm \
man/m3_DtWsm/GetCurWs.sgm man/m3_DtWsm/SetWsTi.sgm
MAN_SRCS6 = \
man/m3_csa/add_cale.sgm man/m3_csa/logon.sgm \
man/m3_csa/add_entr.sgm man/m3_csa/look_up.sgm \
man/m3_csa/call_cal.sgm man/m3_csa/query_co.sgm \
man/m3_csa/del_cale.sgm man/m3_csa/read_cal.sgm \
man/m3_csa/del_entr.sgm man/m3_csa/read_ent.sgm \
man/m3_csa/free.sgm man/m3_csa/read_nex.sgm \
man/m3_csa/free_tim.sgm man/m3_csa/register.sgm \
man/m3_csa/list_caa.sgm man/m3_csa/restore.sgm \
man/m3_csa/list_cal.sgm man/m3_csa/save.sgm \
man/m3_csa/list_ena.sgm man/m3_csa/unregist.sgm \
man/m3_csa/list_ens.sgm man/m3_csa/update_c.sgm \
man/m3_csa/list_ent.sgm man/m3_csa/update_e.sgm \
man/m3_csa/logoff.sgm man/m3_csa/x_proces.sgm
MAN_SRCS7 = \
man/m3_tt/X_sessio.sgm man/m3_tt/ico_join.sgm \
man/m3_tt/bco_join.sgm man/m3_tt/ico_quit.sgm \
man/m3_tt/bco_quit.sgm man/m3_tt/init_ses.sgm \
man/m3_tt/close.sgm man/m3_tt/int_err.sgm \
man/m3_tt/con_join.sgm man/m3_tt/is_err.sgm \
man/m3_tt/con_quit.sgm man/m3_tt/malloc.sgm \
man/m3_tt/def_fi_s.sgm man/m3_tt/mark.sgm \
man/m3_tt/def_file.sgm man/m3_tt/netf_fil.sgm \
man/m3_tt/def_pr_s.sgm man/m3_tt/objid_eq.sgm \
man/m3_tt/def_proc.sgm man/m3_tt/objid_ob.sgm \
man/m3_tt/def_pt_s.sgm man/m3_tt/onot_cre.sgm \
man/m3_tt/def_ptyp.sgm man/m3_tt/open.sgm \
man/m3_tt/def_se_s.sgm man/m3_tt/oreq_cre.sgm \
man/m3_tt/def_sess.sgm man/m3_tt/pnot_cre.sgm \
man/m3_tt/err_int.sgm man/m3_tt/poin_err.sgm \
man/m3_tt/err_poin.sgm man/m3_tt/pr_sess.sgm \
man/m3_tt/error.sgm man/m3_tt/preq_cre.sgm \
man/m3_tt/fd.sgm man/m3_tt/pt_o_c_a.sgm \
man/m3_tt/feat_ena.sgm man/m3_tt/ptr_err.sgm \
man/m3_tt/feat_req.sgm man/m3_tt/pty_decl.sgm \
man/m3_tt/fil_copy.sgm man/m3_tt/pty_exis.sgm \
man/m3_tt/fil_dest.sgm man/m3_tt/pty_unde.sgm \
man/m3_tt/fil_join.sgm man/m3_tt/release.sgm \
man/m3_tt/fil_move.sgm man/m3_tt/status_m.sgm \
man/m3_tt/fil_netf.sgm man/m3_tt/thr_pr_s.sgm \
man/m3_tt/fil_ob_q.sgm man/m3_tt/thr_proc.sgm \
man/m3_tt/fil_quit.sgm man/m3_tt/thr_se_s.sgm \
man/m3_tt/free.sgm man/m3_tt/thr_sess.sgm \
man/m3_tt/h_f_netf.sgm man/m3_tt/trace_co.sgm \
man/m3_tt/h_netf_f.sgm man/m3_tt/xco_join.sgm \
man/m3_tt/xco_quit.sgm
MAN_SRCS8 = \
man/m3_tt_message/abstai_c.sgm man/m3_tt_message/abstain.sgm \
man/m3_tt_message/accepter.sgm man/m3_tt_message/accept_c.sgm \
man/m3_tt_message/accept.sgm man/m3_tt_message/han_set.sgm \
man/m3_tt_message/addr_set.sgm man/m3_tt_message/handler.sgm \
man/m3_tt_message/address.sgm man/m3_tt_message/iarg_add.sgm \
man/m3_tt_message/arg_add.sgm man/m3_tt_message/ico_set.sgm \
man/m3_tt_message/arg_bv_s.sgm man/m3_tt_message/id.sgm \
man/m3_tt_message/arg_bval.sgm man/m3_tt_message/object.sgm \
man/m3_tt_message/arg_iv_s.sgm man/m3_tt_message/object_s.sgm \
man/m3_tt_message/arg_ival.sgm man/m3_tt_message/op.sgm \
man/m3_tt_message/arg_mode.sgm man/m3_tt_message/op_set.sgm \
man/m3_tt_message/arg_type.sgm man/m3_tt_message/opnum.sgm \
man/m3_tt_message/arg_va_s.sgm man/m3_tt_message/otype.sgm \
man/m3_tt_message/arg_val.sgm man/m3_tt_message/otype_s.sgm \
man/m3_tt_message/arg_xv_s.sgm man/m3_tt_message/pattern.sgm \
man/m3_tt_message/arg_xval.sgm man/m3_tt_message/print.sgm \
man/m3_tt_message/args_cnt.sgm man/m3_tt_message/receive.sgm \
man/m3_tt_message/rejecter.sgm man/m3_tt_message/reject_c.sgm \
man/m3_tt_message/barg_add.sgm man/m3_tt_message/reject.sgm \
man/m3_tt_message/bcon_set.sgm man/m3_tt_message/reply.sgm \
man/m3_tt_message/call_add.sgm man/m3_tt_message/scope.sgm \
man/m3_tt_message/class.sgm man/m3_tt_message/scope_s.sgm \
man/m3_tt_message/class_s.sgm man/m3_tt_message/send.sgm \
man/m3_tt_message/con_bval.sgm man/m3_tt_message/sender.sgm \
man/m3_tt_message/con_ival.sgm man/m3_tt_message/sessio_s.sgm \
man/m3_tt_message/con_set.sgm man/m3_tt_message/session.sgm \
man/m3_tt_message/con_slot.sgm man/m3_tt_message/snd_on_e.sgm \
man/m3_tt_message/con_val.sgm man/m3_tt_message/snd_pt_s.sgm
MAN_SRCS9 = \
man/m3_tt_message/con_xval.sgm man/m3_tt_message/snd_pty.sgm \
man/m3_tt_message/cons_cnt.sgm man/m3_tt_message/st_str.sgm \
man/m3_tt_message/cr_super.sgm man/m3_tt_message/st_str_s.sgm \
man/m3_tt_message/create.sgm man/m3_tt_message/state.sgm \
man/m3_tt_message/destroy.sgm man/m3_tt_message/status.sgm \
man/m3_tt_message/disp_set.sgm man/m3_tt_message/status_s.sgm \
man/m3_tt_message/disposit.sgm man/m3_tt_message/uid.sgm \
man/m3_tt_message/fail.sgm man/m3_tt_message/user.sgm \
man/m3_tt_message/file.sgm man/m3_tt_message/user_set.sgm \
man/m3_tt_message/file_set.sgm man/m3_tt_message/xarg_add.sgm \
man/m3_tt_message/gid.sgm \
man/m3_tt_message/han_pt_s.sgm man/m3_tt_message/xco_set.sgm \
man/m3_tt_message/han_pty.sgm \
man/m3_tt_otype/base.sgm man/m3_tt_otype/is_deriv.sgm \
man/m3_tt_otype/deri_cnt.sgm man/m3_tt_otype/o_arg_mo.sgm \
man/m3_tt_otype/derived.sgm man/m3_tt_otype/o_arg_ty.sgm \
man/m3_tt_otype/h_arg_mo.sgm man/m3_tt_otype/o_args_c.sgm \
man/m3_tt_otype/h_arg_ty.sgm man/m3_tt_otype/o_cb_add.sgm \
man/m3_tt_otype/h_args_c.sgm man/m3_tt_otype/o_count.sgm \
man/m3_tt_otype/h_count.sgm man/m3_tt_otype/osig_op.sgm \
man/m3_tt_otype/hsig_op.sgm
MAN_SRCS10 = \
man/m3_tt_pattern/addr_add.sgm man/m3_tt_pattern/op_add.sgm \
man/m3_tt_pattern/arg_add.sgm man/m3_tt_pattern/opnu_add.sgm \
man/m3_tt_pattern/barg_add.sgm man/m3_tt_pattern/otyp_add.sgm \
man/m3_tt_pattern/bcon_add.sgm man/m3_tt_pattern/print.sgm \
man/m3_tt_pattern/call_add.sgm man/m3_tt_pattern/register.sgm \
man/m3_tt_pattern/cat_set.sgm man/m3_tt_pattern/s_pt_add.sgm \
man/m3_tt_pattern/category.sgm man/m3_tt_pattern/scop_add.sgm \
man/m3_tt_pattern/clas_add.sgm man/m3_tt_pattern/send_add.sgm \
man/m3_tt_pattern/cont_add.sgm man/m3_tt_pattern/sess_add.sgm \
man/m3_tt_pattern/create.sgm man/m3_tt_pattern/stat_add.sgm \
man/m3_tt_pattern/destroy.sgm man/m3_tt_pattern/unregist.sgm \
man/m3_tt_pattern/disp_add.sgm man/m3_tt_pattern/user.sgm \
man/m3_tt_pattern/file_add.sgm man/m3_tt_pattern/user_set.sgm \
man/m3_tt_pattern/iarg_add.sgm man/m3_tt_pattern/xarg_add.sgm \
man/m3_tt_pattern/icon_add.sgm man/m3_tt_pattern/xcon_add.sgm \
man/m3_tt_pattern/obj_add.sgm \
man/m3_tt_session/bpro_add.sgm man/m3_tt_session/prop_cnt.sgm \
man/m3_tt_session/bpro_set.sgm man/m3_tt_session/prop_set.sgm \
man/m3_tt_session/bprop.sgm man/m3_tt_session/propna_c.sgm \
man/m3_tt_session/join.sgm man/m3_tt_session/propname.sgm \
man/m3_tt_session/prop.sgm man/m3_tt_session/quit.sgm \
man/m3_tt_session/prop_add.sgm man/m3_tt_session/types_ld.sgm \
man/m3_tt_spec/bpro_add.sgm man/m3_tt_spec/prop_add.sgm \
man/m3_tt_spec/bpro_set.sgm man/m3_tt_spec/prop_cnt.sgm \
man/m3_tt_spec/bprop.sgm man/m3_tt_spec/prop_set.sgm \
man/m3_tt_spec/create.sgm man/m3_tt_spec/propna_c.sgm \
man/m3_tt_spec/destroy.sgm man/m3_tt_spec/propname.sgm \
man/m3_tt_spec/file.sgm man/m3_tt_spec/type.sgm \
man/m3_tt_spec/move.sgm man/m3_tt_spec/type_set.sgm \
man/m3_tt_spec/prop.sgm man/m3_tt_spec/write.sgm
MAN_SRCS11 = \
man/m3_ttdt/Get_Modi.sgm man/m3_ttdt/f_reques.sgm \
man/m3_ttdt/Revert.sgm man/m3_ttdt/m_accept.sgm \
man/m3_ttdt/Save.sgm man/m3_ttdt/open.sgm \
man/m3_ttdt/close.sgm man/m3_ttdt/s_imp_on.sgm \
man/m3_ttdt/f_event.sgm man/m3_ttdt/ses_join.sgm \
man/m3_ttdt/f_join.sgm man/m3_ttdt/ses_quit.sgm \
man/m3_ttdt/f_notice.sgm man/m3_ttdt/subc_man.sgm \
man/m3_ttdt/f_quit.sgm \
man/m3_ttmedia/Deposit.sgm man/m3_ttmedia/load_rep.sgm \
man/m3_ttmedia/load.sgm man/m3_ttmedia/pty_decl.sgm \
man/m3_tttk/Xt_inp_h.sgm man/m3_tttk/m_fail.sgm \
man/m3_tttk/block_wh.sgm man/m3_tttk/m_reject.sgm \
man/m3_tttk/m_abando.sgm man/m3_tttk/op_str.sgm \
man/m3_tttk/m_create.sgm man/m3_tttk/str_op.sgm \
man/m3_tttk/m_destro.sgm \
man/man1/dsdm.sgm man/man1/ttmv.sgm man/man1/tttar.sgm \
man/man1/ksh93.sgm man/man1/ttrm.sgm man/man1/tttrace.sgm \
man/man1/tt_typ_c.sgm man/man1/ttrmdir.sgm \
man/man1/ttcp.sgm man/man1/ttsessio.sgm
MAN_SRCS12 = \
man/man1_dt/action.sgm man/man1_dt/helptag.sgm \
man/man1_dt/appgathe.sgm man/man1_dt/helpview.sgm \
man/man1_dt/appinteg.sgm man/man1_dt/huffcode.sgm \
man/man1_dt/builder.sgm man/man1_dt/icon.sgm \
man/man1_dt/calc.sgm man/man1_dt/imsstart.sgm \
man/man1_dt/chooser.sgm man/man1_dt/info.sgm \
man/man1_dt/cm.sgm man/man1_dt/infogen.sgm \
man/man1_dt/cm_delet.sgm man/man1_dt/ksh.sgm \
man/man1_dt/cm_edito.sgm man/man1_dt/login.sgm \
man/man1_dt/cm_inser.sgm man/man1_dt/lp.sgm \
man/man1_dt/cm_looku.sgm man/man1_dt/mail.sgm \
man/man1_dt/codegen.sgm man/man1_dt/mailpr.sgm \
man/man1_dt/config.sgm man/man1_dt/pad.sgm \
man/man1_dt/convertv.sgm man/man1_dt/printinf.sgm \
man/man1_dt/create.sgm man/man1_dt/screen.sgm \
man/man1_dt/docbook.sgm man/man1_dt/searchpa.sgm \
man/man1_dt/exec.sgm man/man1_dt/sess_res.sgm \
man/man1_dt/file.sgm man/man1_dt/session.sgm \
man/man1_dt/file_cop.sgm man/man1_dt/srcreate.sgm \
man/man1_dt/file_err.sgm man/man1_dt/srdbrec.sgm \
man/man1_dt/udcfonte.sgm man/man1_dt/srhan.sgm \
man/man1_dt/fplist.sgm man/man1_dt/srindex.sgm \
man/man1_dt/greet.sgm man/man1_dt/srkdump.sgm \
man/man1_dt/he_ctag1.sgm man/man1_dt/srload.sgm \
man/man1_dt/he_htag1.sgm man/man1_dt/style.sgm \
man/man1_dt/he_htag2.sgm man/man1_dt/term.sgm \
man/man1_dt/hello.sgm man/man1_dt/types.sgm \
man/man1_dt/helpgen.sgm man/man1_dt/udcexch.sgm \
man/man1_dt/helpprin.sgm man/man1_dt/wm.sgm \
man/man1_dt/pdm.sgm man/man1_dt/pdmd.sgm
MAN_SRCS13 = \
man/man1m/dtspcd.sgm \
man/man1m/rpccmsd.sgm man/man1m/ttdbck.sgm \
man/man1m/rpcttdbs.sgm man/man1m/ttdbserv.sgm \
man/man4/Deposit.sgm man/man4/Save.sgm man/man4/dticonfi.sgm \
man/man4/Display.sgm man/man4/Saved.sgm man/man4/dtpmfile.sgm \
man/man4/DtDndPro.sgm man/man4/Set_Env.sgm man/man4/dtresour.sgm \
man/man4/Edit.sgm man/man4/Set_Geom.sgm man/man4/dtsdldtd.sgm \
man/man4/Get_Env.sgm man/man4/Set_Icon.sgm man/man4/dtsdlfil.sgm \
man/man4/Get_Geom.sgm man/man4/Set_Loca.sgm man/man4/dtsessdb.sgm \
man/man4/Get_Icon.sgm man/man4/Set_Map.sgm man/man4/dtsessio.sgm \
man/man4/Get_Loca.sgm man/man4/Set_Situ.sgm man/man4/dtspcden.sgm \
man/man4/Get_Map.sgm man/man4/Signal.sgm man/man4/dtsrdbfl.sgm \
man/man4/Get_Modi.sgm man/man4/Started.sgm man/man4/dtsrfzkf.sgm \
man/man4/Get_Situ.sgm man/man4/Status.sgm man/man4/dtsrhanf.sgm \
man/man4/Get_Stat.sgm man/man4/Stopped.sgm man/man4/dtsrlngf.sgm \
man/man4/Get_Sysi.sgm man/man4/Translat.sgm man/man4/dtsrocfl.sgm \
man/man4/Get_XInf.sgm man/man4/bil.sgm man/man4/dtwmrc.sgm \
man/man4/Instanti.sgm man/man4/dtaction.sgm man/man4/genloc.sgm \
man/man4/Lower.sgm man/man4/dtbmfile.sgm \
man/man4/Mail.sgm man/man4/dtcm_arc.sgm man/man4/ifloadil.sgm \
man/man4/Modified.sgm man/man4/dtcm_ent.sgm man/man4/ifprnial.sgm \
man/man4/Pause.sgm man/man4/dtdpfile.sgm man/man4/ifquit.sgm \
man/man4/Print.sgm man/man4/dtdtfile.sgm man/man4/ifshwial.sgm \
man/man4/Quit.sgm man/man4/dtdtsfil.sgm man/man4/mt-libtt.sgm \
man/man4/Raise.sgm man/man4/dtfile_c.sgm man/man4/startlog.sgm \
man/man4/Resume.sgm man/man4/dtfpfile.sgm man/man4/tttracef.sgm \
man/man4/Revert.sgm man/man4/dthelpta.sgm \
man/man4/Reverted.sgm man/man4/dthffile.sgm
MAN_SRCS14 = \
man/man5/Dt.sgm man/man5/DtTerm.sgm man/man5/dtinfobk.sgm \
man/man5/DtAction.sgm man/man5/DtWsm.sgm man/man5/dtinfost.sgm \
man/man5/DtComboB.sgm man/man5/Tttt_c.sgm man/man5/dtinfotc.sgm \
man/man5/DtDnd.sgm man/man5/Tttttk.sgm man/man5/dtmaiact.sgm \
man/man5/DtDts.sgm man/man5/csacsa.sgm man/man5/dtmanact.sgm \
man/man5/DtEditor.sgm man/man5/dtactact.sgm man/man5/dtpriact.sgm \
man/man5/DtHelp.sgm man/man5/dtappact.sgm man/man5/dtsearch.sgm \
man/man5/DtHelpDi.sgm man/man5/dtbuiact.sgm man/man5/dtsesact.sgm \
man/man5/DtHelpQD.sgm man/man5/dtcalact.sgm man/man5/dtstyact.sgm \
man/man5/DtInfoLib.sgm man/man5/dtclcact.sgm man/man5/dtteract.sgm \
man/man5/DtMenuBu.sgm man/man5/dtenvvar.sgm man/man5/dttermes.sgm \
man/man5/DtMrm.sgm man/man5/dtfilact.sgm man/man5/dttexact.sgm \
man/man5/DtMsgLog.sgm man/man5/dtfilsys.sgm man/man5/dttraact.sgm \
man/man5/DtPrint.sgm man/man5/dthelact.sgm man/man5/imssact.sgm \
man/man5/DtSaver.sgm man/man5/dticoact.sgm man/man5/mmdbgifo.sgm \
man/man5/DtSessio.sgm man/man5/dtinfact.sgm man/man5/mmdbhndl.sgm \
man/man5/DtSpinBo.sgm man/man5/dtinfdlb.sgm man/man5/mmdbireq.sgm \
man/man5/DtStdApp.sgm man/man5/dtinfoaf.sgm \
man/man5/DtStdInt.sgm man/man5/dtinfobc.sgm
MAN_ID = cde.man.toc
include man/Title.am
MAN_TOC = man/TOC.sgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(MAN_TOC)
MAN_SRCS = $(MAN_SRCS1) $(MAN_SRCS2) $(MAN_SRCS3) $(MAN_SRCS4) \
$(MAN_SRCS5) $(MAN_SRCS6) $(MAN_SRCS7) $(MAN_SRCS8) \
$(MAN_SRCS9) $(MAN_SRCS10) $(MAN_SRCS11) $(MAN_SRCS12) \
$(MAN_SRCS13) $(MAN_SRCS14)
$(MAN_TOC): $(MAN_SRCS)
$(DGENV) $(DTINFOGEN) tocgen -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) -f $(MAN_TOC) -id $(MAN_ID) -title $(MAN_TITLE) man/book.sgm
BUILT_SOURCES += $(MAN_TOC)
CLEANFILES += $(MAN_TOC)

View file

@ -0,0 +1,32 @@
# build a guide
PROGGUIDE_SRCS = \
progGuide/BEntity.sgm progGuide/ch08.sgm \
progGuide/book.sgm progGuide/ch09.sgm \
progGuide/ch01.sgm progGuide/ch10.sgm \
progGuide/ch02.sgm progGuide/ch11.sgm \
progGuide/ch12.sgm \
progGuide/ch03.sgm progGuide/glossary.sgm \
progGuide/ch04.sgm progGuide/part1.sgm \
progGuide/ch05.sgm progGuide/part2.sgm \
progGuide/ch06.sgm progGuide/part3.sgm \
progGuide/ch07.sgm progGuide/preface.sgm
PROGGUIDE_GRS = \
progGuide/graphics/ComboBo3.tif progGuide/graphics/NoPrint.tif \
progGuide/graphics/ComboBox.tif progGuide/graphics/approot.tif \
progGuide/graphics/MenuBut2.tif progGuide/graphics/package.tif
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(PROGGUIDE_GRS)
PROGGUIDE_ID = cde.progGuide.toc
include progGuide/Title.am
PROGGUIDE_TOC = progGuide/TOC.sgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(PROGGUIDE_TOC)
$(PROGGUIDE_TOC): $(PROGGUIDE_SRCS)
$(DGENV) $(DTINFOGEN) tocgen -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) -f $(PROGGUIDE_TOC) -id $(PROGGUIDE_ID) -title $(PROGGUIDE_TITLE) progGuide/book.sgm
BUILT_SOURCES += $(PROGGUIDE_TOC)
CLEANFILES += $(PROGGUIDE_TOC)

View file

@ -0,0 +1,27 @@
# build a guide
PROGOVIEW_SRCS = \
progOview/BEntity.sgm progOview/ch02.sgm progOview/ch07.sgm \
progOview/appa.sgm progOview/ch03.sgm progOview/credits.sgm \
progOview/ch04.sgm progOview/part1.sgm \
progOview/book.sgm progOview/ch05.sgm progOview/part2.sgm \
progOview/ch01.sgm progOview/ch06.sgm progOview/preface.sgm
PROGOVIEW_GRS = \
progOview/graphics/ComboBo3.tif progOview/graphics/SpinBox.tif \
progOview/graphics/ComboBox.tif progOview/graphics/fpanel.tif \
progOview/graphics/MenuBut2.tif
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(PROGOVIEW_GRS)
PROGOVIEW_ID = cde.progOview.toc
include progOview/Title.am
PROGOVIEW_TOC = progOview/TOC.sgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(PROGOVIEW_TOC)
$(PROGOVIEW_TOC): $(PROGOVIEW_SRCS)
$(DGENV) $(DTINFOGEN) tocgen -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) -f $(PROGOVIEW_TOC) -id $(PROGOVIEW_ID) -title $(PROGOVIEW_TITLE) progOview/book.sgm
BUILT_SOURCES += $(PROGOVIEW_TOC)
CLEANFILES += $(PROGOVIEW_TOC)

View file

@ -0,0 +1,67 @@
# build a guide
SYSADMINGUIDE_SRCS = \
sysAdminGuide/BEntity.sgm sysAdminGuide/ch09.sgm \
sysAdminGuide/book.sgm sysAdminGuide/ch10.sgm \
sysAdminGuide/ch01.sgm sysAdminGuide/ch11.sgm \
sysAdminGuide/ch02.sgm sysAdminGuide/ch12.sgm \
sysAdminGuide/ch03.sgm sysAdminGuide/ch13.sgm \
sysAdminGuide/ch04.sgm sysAdminGuide/ch14.sgm \
sysAdminGuide/ch05.sgm sysAdminGuide/ch15.sgm \
sysAdminGuide/ch06.sgm sysAdminGuide/ch16.sgm \
sysAdminGuide/ch07.sgm \
sysAdminGuide/ch08.sgm sysAdminGuide/preface.sgm
SYSADMINGUIDE_GRS = \
sysAdminGuide/graphics/ActIcon.tif \
sysAdminGuide/graphics/ActIconI.tif \
sysAdminGuide/graphics/CreActIc.tif \
sysAdminGuide/graphics/DtApps.tif \
sysAdminGuide/graphics/Open4Xwd.tif \
sysAdminGuide/graphics/TextPad.tif \
sysAdminGuide/graphics/XwdDispl.tif \
sysAdminGuide/graphics/actionfs.tif \
sysAdminGuide/graphics/actionic.tif \
sysAdminGuide/graphics/actionna.tif \
sysAdminGuide/graphics/actions1.tif \
sysAdminGuide/graphics/adddtype.tif \
sysAdminGuide/graphics/advcract.tif \
sysAdminGuide/graphics/appgath.tif \
sysAdminGuide/graphics/appgroup.tif \
sysAdminGuide/graphics/appmgrwc.tif \
sysAdminGuide/graphics/appmgrwi.tif \
sysAdminGuide/graphics/appserv.tif \
sysAdminGuide/graphics/appserv1.tif \
sysAdminGuide/graphics/colorset.tif \
sysAdminGuide/graphics/complexa.tif \
sysAdminGuide/graphics/connect.tif \
sysAdminGuide/graphics/connecti.tif \
sysAdminGuide/graphics/content.tif \
sysAdminGuide/graphics/creatact.tif \
sysAdminGuide/graphics/datatype.tif \
sysAdminGuide/graphics/fileserv.tif \
sysAdminGuide/graphics/findset.tif \
sysAdminGuide/graphics/fpboxes.tif \
sysAdminGuide/graphics/fpmainbo.tif \
sysAdminGuide/graphics/fpsubbox.tif \
sysAdminGuide/graphics/idchar.tif \
sysAdminGuide/graphics/idname.tif \
sysAdminGuide/graphics/inclfile.tif \
sysAdminGuide/graphics/login.tif \
sysAdminGuide/graphics/nfsbased.tif \
sysAdminGuide/graphics/permpat.tif \
sysAdminGuide/graphics/sesserve.tif
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(SYSADMINGUIDE_GRS)
SYSADMINGUIDE_ID = cde.sysAdminGuide.toc
include sysAdminGuide/Title.am
SYSADMINGUIDE_TOC = sysAdminGuide/TOC.sgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(SYSADMINGUIDE_TOC)
$(SYSADMINGUIDE_TOC): $(SYSADMINGUIDE_SRCS)
$(DGENV) $(DTINFOGEN) tocgen -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) -f $(SYSADMINGUIDE_TOC) -id $(SYSADMINGUIDE_ID) -title $(SYSADMINGUIDE_TITLE) sysAdminGuide/book.sgm
BUILT_SOURCES += $(SYSADMINGUIDE_TOC)
CLEANFILES += $(SYSADMINGUIDE_TOC)

View file

@ -0,0 +1,19 @@
# build a guide
TTGUIDE_SRCS = \
ttGuide/BEntity.sgm ttGuide/appd.sgm ttGuide/ch03.sgm \
ttGuide/appa.sgm ttGuide/book.sgm ttGuide/ch04.sgm \
ttGuide/appb.sgm ttGuide/ch01.sgm ttGuide/credits.sgm \
ttGuide/appc.sgm ttGuide/ch02.sgm ttGuide/preface.sgm
TTGUIDE_ID = cde.ttGuide.toc
include ttGuide/Title.am
TTGUIDE_TOC = ttGuide/TOC.sgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(TTGUIDE_TOC)
$(TTGUIDE_TOC): $(TTGUIDE_SRCS)
$(DGENV) $(DTINFOGEN) tocgen -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) -f $(TTGUIDE_TOC) -id $(TTGUIDE_ID) -title $(TTGUIDE_TITLE) ttGuide/book.sgm
BUILT_SOURCES += $(TTGUIDE_TOC)
CLEANFILES += $(TTGUIDE_TOC)

View file

@ -0,0 +1,122 @@
# build a guide
USERSGUIDE_SRCS = \
usersGuide/BEntity.sgm usersGuide/ch07.sgm \
usersGuide/appa.sgm usersGuide/ch08.sgm \
usersGuide/appb.sgm usersGuide/ch09.sgm \
usersGuide/book.sgm usersGuide/ch10.sgm \
usersGuide/ch01.sgm usersGuide/ch11.sgm \
usersGuide/ch02.sgm usersGuide/ch12.sgm \
usersGuide/ch03.sgm usersGuide/ch13.sgm \
usersGuide/ch04.sgm usersGuide/credits.sgm \
usersGuide/ch05.sgm usersGuide/glossary.sgm \
usersGuide/ch06.sgm usersGuide/preface.sgm
USERSGUIDE_GRS1 = \
usersGuide/graphics/3clck.tif usersGuide/graphics/SMKey.tif \
usersGuide/graphics/3drg.tif usersGuide/graphics/SMMainPa.tif \
usersGuide/graphics/AMaddapp.tif usersGuide/graphics/SMMouse.tif \
usersGuide/graphics/BSAMIcon.tif usersGuide/graphics/SMScreen.tif \
usersGuide/graphics/BSAppMgr.tif usersGuide/graphics/SMStartu.tif \
usersGuide/graphics/BSFMIcon.tif usersGuide/graphics/SMWindow.tif \
usersGuide/graphics/BSFilMgr.tif usersGuide/graphics/Screen1.tif \
usersGuide/graphics/BSHlpmnu.tif usersGuide/graphics/Screen2.tif \
usersGuide/graphics/BSMinBut.tif usersGuide/graphics/TECopyTo.tif \
usersGuide/graphics/BSObjpop.tif usersGuide/graphics/TEbutton.tif \
usersGuide/graphics/BSPullmn.tif usersGuide/graphics/TEdataf.tif \
usersGuide/graphics/BSSMIcon.tif usersGuide/graphics/TEfindch.tif \
usersGuide/graphics/BSWSObjs.tif usersGuide/graphics/TEformat.tif \
usersGuide/graphics/BSWSmenu.tif usersGuide/graphics/TEinclud.tif \
usersGuide/graphics/BSWinmnu.tif usersGuide/graphics/TEopenfi.tif \
usersGuide/graphics/BSchkbx.tif usersGuide/graphics/TEprint.tif \
usersGuide/graphics/BSlsts.tif usersGuide/graphics/TEsaveas.tif \
usersGuide/graphics/BSpushb.tif usersGuide/graphics/TEspell.tif \
usersGuide/graphics/BSresize.tif usersGuide/graphics/TEstatus.tif \
usersGuide/graphics/BSscroll.tif usersGuide/graphics/TEsubpan.tif \
usersGuide/graphics/BStxtfld.tif usersGuide/graphics/TEwindow.tif \
usersGuide/graphics/CRaeicon.tif usersGuide/graphics/TEwrapto.tif \
usersGuide/graphics/CRapptls.tif usersGuide/graphics/WinFrmCs.tif \
usersGuide/graphics/CRdayico.tif usersGuide/graphics/WndwIcns.tif \
usersGuide/graphics/CRdayvw.tif usersGuide/graphics/admpasad.tif \
usersGuide/graphics/CRfpnl.tif usersGuide/graphics/apmappic.tif \
usersGuide/graphics/CRmonthi.tif usersGuide/graphics/apmcreat.tif \
usersGuide/graphics/CRmonthv.tif usersGuide/graphics/apmfp.tif \
usersGuide/graphics/CRnextic.tif usersGuide/graphics/apmicons.tif \
usersGuide/graphics/CRopalp.tif usersGuide/graphics/apmlabel.tif
USERSGUIDE_GRS2 = \
usersGuide/graphics/CRprevic.tif usersGuide/graphics/apmpasub.tif \
usersGuide/graphics/CRtdicon.tif usersGuide/graphics/apmwin.tif \
usersGuide/graphics/CRtodayi.tif usersGuide/graphics/appgroup.tif \
usersGuide/graphics/CRtodols.tif usersGuide/graphics/fpanel.tif \
usersGuide/graphics/CRv5alp.tif usersGuide/graphics/fpappmag.tif \
usersGuide/graphics/CRweekic.tif usersGuide/graphics/fpbusy.tif \
usersGuide/graphics/CRweekvw.tif usersGuide/graphics/fpcal.tif \
usersGuide/graphics/CRyearic.tif usersGuide/graphics/fpclock.tif \
usersGuide/graphics/CRyearvw.tif usersGuide/graphics/fpconwsu.tif \
usersGuide/graphics/CompWind.tif usersGuide/graphics/fpcopyma.tif \
usersGuide/graphics/FMFPctrl.tif usersGuide/graphics/fpexit.tif \
usersGuide/graphics/FMFPtrsh.tif usersGuide/graphics/fpfile.tif \
usersGuide/graphics/FMaction.tif usersGuide/graphics/fphelp.tif \
usersGuide/graphics/FMdirlk.tif usersGuide/graphics/fphelpfp.tif \
usersGuide/graphics/FMdirnw.tif usersGuide/graphics/fphelpin.tif \
usersGuide/graphics/FMdragic.tif usersGuide/graphics/fphelpoi.tif \
usersGuide/graphics/FMfind.tif usersGuide/graphics/fphelpsu.tif \
usersGuide/graphics/FMiconbr.tif usersGuide/graphics/fpicon.tif \
usersGuide/graphics/FMmain.tif usersGuide/graphics/fpiconed.tif \
usersGuide/graphics/FMpopupm.tif usersGuide/graphics/fpinstal.tif \
usersGuide/graphics/FMtreevw.tif usersGuide/graphics/fploadsw.tif \
usersGuide/graphics/FSBOpen.tif usersGuide/graphics/fplock.tif \
usersGuide/graphics/H4Hdapps.tif usersGuide/graphics/fpmail1.tif \
usersGuide/graphics/H4Hfhelp.tif usersGuide/graphics/fpmail2.tif \
usersGuide/graphics/fpmin.tif \
usersGuide/graphics/H4Hgsash.tif usersGuide/graphics/fpmove.tif \
usersGuide/graphics/H4Hhctrl.tif usersGuide/graphics/fpnlext.tif \
usersGuide/graphics/H4Hhist.tif usersGuide/graphics/fpnllck.tif \
usersGuide/graphics/H4Hhmenu.tif usersGuide/graphics/fpperapp.tif \
usersGuide/graphics/H4Hhmngr.tif usersGuide/graphics/fpperpri.tif
USERSGUIDE_GRS3 = \
usersGuide/graphics/H4Hhorg.tif usersGuide/graphics/fppopcon.tif \
usersGuide/graphics/H4Hhyper.tif usersGuide/graphics/fppopsub.tif \
usersGuide/graphics/H4Hindex.tif usersGuide/graphics/fppopwk1.tif \
usersGuide/graphics/H4Hmanac.tif usersGuide/graphics/fppopwk2.tif \
usersGuide/graphics/H4Hmandi.tif usersGuide/graphics/fpprint.tif \
usersGuide/graphics/H4Hpopup.tif usersGuide/graphics/fpstyle.tif \
usersGuide/graphics/H4Hprint.tif usersGuide/graphics/fpsubclo.tif \
usersGuide/graphics/fpswitch.tif \
usersGuide/graphics/fpswiton.tif \
usersGuide/graphics/H4Htopic.tif usersGuide/graphics/fpterm.tif \
usersGuide/graphics/IEmain.tif usersGuide/graphics/fptexed.tif \
usersGuide/graphics/MailAttI.tif usersGuide/graphics/fptext.tif \
usersGuide/graphics/MailFind.tif usersGuide/graphics/fptrash.tif \
usersGuide/graphics/MailFndC.tif usersGuide/graphics/fpwkbut.tif \
usersGuide/graphics/MailIcon.tif usersGuide/graphics/icontool.tif \
usersGuide/graphics/MailOptD.tif usersGuide/graphics/prtmgric.tif \
usersGuide/graphics/MailRcpt.tif usersGuide/graphics/prtsetup.tif \
usersGuide/graphics/Mailbox.tif usersGuide/graphics/subarrow.tif \
usersGuide/graphics/PMMainW.tif usersGuide/graphics/ugamgrfp.tif \
usersGuide/graphics/PMprops.tif usersGuide/graphics/ugappmgr.tif \
usersGuide/graphics/PMscreen.tif usersGuide/graphics/ugdtterm.tif \
usersGuide/graphics/SMBack.tif usersGuide/graphics/ugfilemg.tif \
usersGuide/graphics/SMBeep.tif usersGuide/graphics/ugfmicon.tif \
usersGuide/graphics/SMColBox.tif usersGuide/graphics/ugglobop.tif \
usersGuide/graphics/SMColor.tif usersGuide/graphics/ugpamenu.tif \
usersGuide/graphics/SMFont.tif usersGuide/graphics/ugtermop.tif \
usersGuide/graphics/SMFront.tif usersGuide/graphics/ugtermpo.tif
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(USERSGUIDE_GRS1) \
$(USERSGUIDE_GRS2) $(USERSGUIDE_GRS3)
USERSGUIDE_ID = cde.usersGuide.toc
include usersGuide/Title.am
USERSGUIDE_TOC = usersGuide/TOC.sgm
$(INFOLIB)/$(BOOKCASE)/dtsearch/dtsearch.ocf: $(USERSGUIDE_TOC)
$(USERSGUIDE_TOC): $(USERSGUIDE_SRCS)
$(DGENV) $(DTINFOGEN) tocgen -T $(DTINFOGENTMPDIR) $(DTINFOGENOPTIONS) -f $(USERSGUIDE_TOC) -id $(USERSGUIDE_ID) -title $(USERSGUIDE_TITLE) usersGuide/book.sgm
BUILT_SOURCES += usersGuide/TOC.sgm
CLEANFILES += usersGuide/TOC.sgm

View file

@ -2,7 +2,8 @@ MAINTAINERCLEANFILES = Makefile.in
lib_LTLIBRARIES = libDtPamSvc.la lib_LTLIBRARIES = libDtPamSvc.la
libDtPamSvc_la_SOURCES = PamSvc.c ${top_srcdir}/Dt/PamSvc.h # the PamSvc.h header file is located in include/Dt/
libDtPamSvc_la_SOURCES = PamSvc.c ${top_srcdir}/include/Dt/PamSvc.h
libDtPamSvc_la_LIBADD = -lpam libDtPamSvc_la_LIBADD = -lpam

View file

@ -573,7 +573,8 @@ _DtPrintGetDefaultXPrinterName(
else if((default_printer = getenv("XPRINTER")) != (String)NULL); else if((default_printer = getenv("XPRINTER")) != (String)NULL);
else if((default_printer = getenv("PDPRINTER")) != (String)NULL); else if((default_printer = getenv("PDPRINTER")) != (String)NULL);
else if((default_printer = getenv("LPDEST")) != (String)NULL); else if((default_printer = getenv("LPDEST")) != (String)NULL);
else if((default_printer = getenv("PRINTER")) != (String)NULL); else if((default_printer = getenv("PRINTER")) != (String)NULL)
;
/* /*
* return a copy of the printer name * return a copy of the printer name
*/ */

View file

@ -121,7 +121,7 @@ int dbn /* Database number */
goto quit; goto quit;
/* ensure record not already connected to set */ /* ensure record not already connected to set */
if ( ! crmp.owner == NULL_DBA ) { if ( ! (crmp.owner == NULL_DBA) ) {
stat = dberr(S_ISOWNED); stat = dberr(S_ISOWNED);
goto quit; goto quit;
} }

View file

@ -65,9 +65,9 @@ unsigned strhash(const char *p)
while (*p != '\0') while (*p != '\0')
{ {
h = (h << 4) + (unsigned)CHARADV(p); h = (h << 4) + (unsigned)CHARADV(p);
if (g = h & ((unsigned)0xF << BITS(unsigned) - 4)) if ((g = h) & ((unsigned)0xF << (BITS(unsigned) - 4)))
{ {
h ^= g >> BITS(unsigned) - 4; h ^= g >> (BITS(unsigned) - 4);
h ^= g; h ^= g;
} }
} }
@ -93,9 +93,9 @@ unsigned strhashi(const char *p)
h = (h << 4) + (unsigned)tolower(*p++); h = (h << 4) + (unsigned)tolower(*p++);
} }
if (g = h & ((unsigned)0xF << BITS(unsigned) - 4)) if ((g = h) & ((unsigned)0xF << (BITS(unsigned) - 4)))
{ {
h ^= g >> BITS(unsigned) - 4; h ^= g >> (BITS(unsigned) - 4);
h ^= g; h ^= g;
} }
} }

View file

@ -149,7 +149,7 @@ _GetMwmWindow(
} }
} }
if (rcode == Success); if (rcode == Success)
{ {
*pMwmWindow = pWmInfo->wmWindow; *pMwmWindow = pWmInfo->wmWindow;
} }

View file

@ -100,7 +100,7 @@ add_message(const _Tt_s_message_ptr &m)
{ {
_Tt_xdr_version xvers(_version); _Tt_xdr_version xvers(_version);
if (! _flags&(1<<_TT_PROC_ACTIVE)) { if (! (_flags&(1<<_TT_PROC_ACTIVE))) {
_tt_syslog(0, LOG_ERR, _tt_syslog(0, LOG_ERR,
catgets(_ttcatd, 2, 4, catgets(_ttcatd, 2, 4,
"A ToolTalk client died before it " "A ToolTalk client died before it "

View file

@ -5,17 +5,17 @@ AC_DEFUN([CXX_FLAG_CHECK],
[dnl [dnl
AC_MSG_CHECKING([if $CXX supports $1]) AC_MSG_CHECKING([if $CXX supports $1])
AC_LANG_PUSH([C++]) AC_LANG_PUSH([C++])
ac_saved_cxxflags="$CXX_COMPILER_FLAGS" ac_saved_cxxflags="$CXXFLAGS"
CXX_COMPILER_FLAGS="-Werror $1" CXXFLAGS="-Werror $1"
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])], AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],
[cxx_flag_check=yes], [cxx_flag_check=yes],
[cxx_flag_check=no] [cxx_flag_check=no]
) )
AC_MSG_RESULT([$cxx_flag_check]) AC_MSG_RESULT([$cxx_flag_check])
CXX_COMPILER_FLAGS="$ac_saved_cxxflags" CXXFLAGS="$ac_saved_cxxflags"
if test "$cxx_flag_check" = yes if test "$cxx_flag_check" = yes
then then
CXX_COMPILER_FLAGS="$CXX_COMPILER_FLAGS $1" CXX_COMPILER_FLAGS="$1 $CXX_COMPILER_FLAGS "
fi fi
AC_LANG_POP([C++]) AC_LANG_POP([C++])
]) ])
@ -24,17 +24,17 @@ AC_DEFUN([C_FLAG_CHECK],
[dnl [dnl
AC_MSG_CHECKING([if $CC supports $1]) AC_MSG_CHECKING([if $CC supports $1])
AC_LANG_PUSH([C]) AC_LANG_PUSH([C])
ac_saved_ccflags="$C_COMPILER_FLAGS" ac_saved_ccflags="$CFLAGS"
C_COMPILER_FLAGS="-Werror $1" CFLAGS="-Werror $1"
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])], AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],
[cc_flag_check=yes], [cc_flag_check=yes],
[cc_flag_check=no] [cc_flag_check=no]
) )
AC_MSG_RESULT([$cc_flag_check]) AC_MSG_RESULT([$cc_flag_check])
C_COMPILER_FLAGS="$ac_saved_ccflags" CFLAGS="$ac_saved_ccflags"
if test "$cc_flag_check" = yes if test "$cc_flag_check" = yes
then then
C_COMPILER_FLAGS="$C_COMPILER_FLAGS $1" C_COMPILER_FLAGS="$1 $C_COMPILER_FLAGS "
fi fi
AC_LANG_POP([C]) AC_LANG_POP([C])
]) ])

View file

@ -1,8 +1,9 @@
MAINTAINERCLEANFILES = Makefile.in MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = backdrops icons dsdm dtmail dtpad dtfile dtwm dtlogin \ SUBDIRS = backdrops icons dsdm dtmail dtpad dtfile dtwm dtlogin \
dtsession dthello dtstyle dtexec dtdbcache dticon dtterm dtcalc \ dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
dtaction dtspcd dtscreen dtksh dtcm dtsearchpath dtappbuilder palettes \ dtcalc dtaction dtspcd dtscreen dtksh dtcm dtsearchpath \
dtappintegrate dtprintegrate dtconfig dtcreate dtprintinfo fontaliases \ dtappbuilder palettes dtappintegrate dtprintegrate dtconfig \
dtdspmsg ttsnoop dtimsstart dtpdm dtsr dtpdmd dtinfo types \ dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop dtimsstart \
tttypes util dtopen localized dthelp nsgmls dtdocbook dtpdm dtsr dtpdmd dtinfo types tttypes util dtopen localized \
dthelp nsgmls dtdocbook dtinfo

View file

@ -3670,7 +3670,7 @@ attch_ed_verify_props(void)
* Get parent of current object * Get parent of current object
*/ */
parent = obj_get_parent(ats->cur_object); parent = obj_get_parent(ats->cur_object);
if (parent); if (parent)
parent = obj_get_root(parent); parent = obj_get_root(parent);
/* /*

View file

@ -2634,11 +2634,11 @@ propP_popup_message(
/* /*
* Free help data strings * Free help data strings
*/ */
if (help_data.help_text); if (help_data.help_text)
XtFree(help_data.help_text); XtFree(help_data.help_text);
if (help_data.help_volume); if (help_data.help_volume)
XtFree(help_data.help_volume); XtFree(help_data.help_volume);
if (help_data.help_locationID); if (help_data.help_locationID)
XtFree(help_data.help_locationID); XtFree(help_data.help_locationID);
} }
else else

View file

@ -539,7 +539,8 @@ do_calc(void) /* Perform arithmetic calculation and display result. */
mpcdm(&dres, v->MPresult) ; mpcdm(&dres, v->MPresult) ;
} }
else if (IS_KEY(v->cur_op, KEY_EQ)) /* do nothing. */ ; /* Equals */ else if (IS_KEY(v->cur_op, KEY_EQ)) /* Equals */
; /* do nothing. */
show_display(v->MPresult) ; show_display(v->MPresult) ;

View file

@ -220,7 +220,7 @@ void getAF_Icons(FiletypeData *pFiletypedata)
/***************************************************************/ /***************************************************************/
pIconData = GetIconDataFromWid(AF_MED_IconGadget); pIconData = GetIconDataFromWid(AF_MED_IconGadget);
if ( (pIconData->pmDirtyBit) && if ( (pIconData->pmDirtyBit) &&
(pIconData->pmFileName) && (pIconData->pmFileName[0]) &&
(strlen(pIconData->pmFileName)) ) { (strlen(pIconData->pmFileName)) ) {
pFiletypedata->pszMedPmIcon = XtMalloc(strlen(pIconData->pmFileName) + 1); pFiletypedata->pszMedPmIcon = XtMalloc(strlen(pIconData->pmFileName) + 1);
if (pFiletypedata->pszMedPmIcon) { if (pFiletypedata->pszMedPmIcon) {
@ -234,7 +234,7 @@ void getAF_Icons(FiletypeData *pFiletypedata)
/* Medium Bitmap */ /* Medium Bitmap */
/***************************************************************/ /***************************************************************/
if ( (pIconData->bmDirtyBit) && if ( (pIconData->bmDirtyBit) &&
(pIconData->bmFileName) && (pIconData->bmFileName[0]) &&
(strlen(pIconData->bmFileName)) ) { (strlen(pIconData->bmFileName)) ) {
pFiletypedata->pszMedBmIcon = XtMalloc(strlen(pIconData->bmFileName) + 1); pFiletypedata->pszMedBmIcon = XtMalloc(strlen(pIconData->bmFileName) + 1);
if (pFiletypedata->pszMedBmIcon) { if (pFiletypedata->pszMedBmIcon) {
@ -249,7 +249,7 @@ void getAF_Icons(FiletypeData *pFiletypedata)
/***************************************************************/ /***************************************************************/
pIconData = GetIconDataFromWid(AF_TINY_IconGadget); pIconData = GetIconDataFromWid(AF_TINY_IconGadget);
if ( (pIconData->pmDirtyBit) && if ( (pIconData->pmDirtyBit) &&
(pIconData->pmFileName) && (pIconData->pmFileName[0]) &&
(strlen(pIconData->pmFileName)) ) { (strlen(pIconData->pmFileName)) ) {
pFiletypedata->pszTinyPmIcon = XtMalloc(strlen(pIconData->pmFileName) + 1); pFiletypedata->pszTinyPmIcon = XtMalloc(strlen(pIconData->pmFileName) + 1);
if (pFiletypedata->pszTinyPmIcon) { if (pFiletypedata->pszTinyPmIcon) {

View file

@ -700,7 +700,7 @@ void SetIconData(Widget wid, char *pszIconFile, enum icon_size_range enumIconSiz
pIconData = GetIconDataFromWid(wid); pIconData = GetIconDataFromWid(wid);
if (pIconData) { if (pIconData) {
if ( (pIconData->pmDirtyBit) && if ( (pIconData->pmDirtyBit) &&
(pIconData->pmFileName) && (pIconData->pmFileName[0]) &&
(strlen(pIconData->pmFileName)) ) { (strlen(pIconData->pmFileName)) ) {
#ifdef DEBUG #ifdef DEBUG
printf("SetIconData: unlink '%s'\n", pIconData->pmFileName); /* debug */ printf("SetIconData: unlink '%s'\n", pIconData->pmFileName); /* debug */

View file

@ -634,7 +634,7 @@ void RemoveTmpIconFiles( void )
for (i=0; i < ICON_NUMBER; i++) { for (i=0; i < ICON_NUMBER; i++) {
if ( (IconDataList[i]->pmDirtyBit) && if ( (IconDataList[i]->pmDirtyBit) &&
(IconDataList[i]->pmFileName) && (IconDataList[i]->pmFileName[0]) &&
(strlen(IconDataList[i]->pmFileName)) ) { (strlen(IconDataList[i]->pmFileName)) ) {
#ifdef DEBUG #ifdef DEBUG
printf("RemoveTmpIconFiles: unlink '%s'\n", IconDataList[i]->pmFileName); /* debug */ printf("RemoveTmpIconFiles: unlink '%s'\n", IconDataList[i]->pmFileName); /* debug */

View file

@ -768,7 +768,8 @@ TblTableRowEnd(
if ((at = FindAttValByName(e, "ROWSEP"))) { if ((at = FindAttValByName(e, "ROWSEP"))) {
if (at[0] == '1') fprintf(fp, "_\n"); if (at[0] == '1') fprintf(fp, "_\n");
} }
else if (rowsep) /* fprintf(fp, "_\n") */ ; else if (rowsep) /* fprintf(fp, "_\n") */
;
} }
/* /*

View file

@ -221,10 +221,13 @@ Boolean
Read_File( Read_File(
char *fnameIn ) char *fnameIn )
{ {
char *base_name, *suffix, fname[MAXPATHLEN+1], *tmp, *tmp2; char *base_name = NULL, *suffix = NULL,
unsigned int mask_width_ret, mask_height_ret; fname[MAXPATHLEN], *tmp = NULL, *tmp2 = NULL;
int mask_x_hot, mask_y_hot, first; unsigned int mask_width_ret = 0, mask_height_ret = 0;
struct stat statBuf; int mask_x_hot = 0, mask_y_hot = 0, first = 0;
struct stat statBuf = {};
fname[0] = 0;
#ifdef DEBUG #ifdef DEBUG
if (debug) if (debug)
@ -259,7 +262,7 @@ Read_File(
/*** - if we got a NULL base_name, return FALSE ***/ /*** - if we got a NULL base_name, return FALSE ***/
base_name = strrchr(fname, '/'); base_name = strrchr(fname, '/');
if (fname) if (fname[0])
base_name = (base_name ? base_name + 1 : fname); base_name = (base_name ? base_name + 1 : fname);
if (!base_name) if (!base_name)
return (False); return (False);
@ -491,7 +494,7 @@ Write_File(
base_name = strrchr(fname, '/'); base_name = strrchr(fname, '/');
if (fname) { if (fname[0]) {
base_name = (base_name ? base_name + 1 : fname); base_name = (base_name ? base_name + 1 : fname);
} }
@ -735,7 +738,7 @@ Display_XPMFile(
reset_debug = True; reset_debug = True;
} }
#endif #endif
PixelTableClear; /* force new pixel table now */ PixelTableClear(); /* force new pixel table now */
for (i=0; i<width; i++) for (i=0; i<width; i++)
for (j=0; j<height; j++) { for (j=0; j<height; j++) {
converted = False; converted = False;

View file

@ -2505,7 +2505,7 @@ ChangeTitle(void)
sprintf(dialogTitle, "%s - ", name); sprintf(dialogTitle, "%s - ", name);
} }
if (last_fname && *last_fname) if (*last_fname)
{ {
if (name = strrchr(last_fname, '/')) if (name = strrchr(last_fname, '/'))
name++; name++;

View file

@ -2,8 +2,6 @@ infolibdir = ${prefix}/infolib
MAINTAINERCLEANFILES = Makefile.in MAINTAINERCLEANFILES = Makefile.in
infolib_DATA = mmdb.infolib.spec
noinst_LTLIBRARIES = liboliasdb.la noinst_LTLIBRARIES = liboliasdb.la
liboliasdb_la_CXXFLAGS = -DNO_DB_LOCK -I.. liboliasdb_la_CXXFLAGS = -DNO_DB_LOCK -I..

View file

@ -1,5 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = tools DtMmdb mmdb clients SUBDIRS = tools DtMmdb mmdb clients dtinfo dtinfogen
#NOTYET dtinfo dtinfogen

View file

@ -1,10 +1,11 @@
MAINTAINERCLEANFILES = Makefile.in MAINTAINERCLEANFILES = Makefile.in
noinst_PROGRAMS = dtinfo_start startinstdir = $(CDE_INSTALLATION_TOP)/infolib/etc
startinst_PROGRAMS = dtinfo_start
BUILT_SOURCES = dtinfo_start.opnums BUILT_SOURCES = dtinfo_start.opnums
dtinfo_start_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB) -lXm dtinfo_start_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
dtinfo_start.opnums: $(top_builddir)/programs/tttypes/dtinfo_start.opnums dtinfo_start.opnums: $(top_builddir)/programs/tttypes/dtinfo_start.opnums
$(RM) dtinfo_start.opnums $(RM) dtinfo_start.opnums

View file

@ -2,6 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in
etcdir = $(CDE_CONFIGURATION_TOP) etcdir = $(CDE_CONFIGURATION_TOP)
SUBDIRS = fonts SUBDIRS = bitmaps fonts
etc_PROGRAMS = mmdb.mark.spec infolibdir = $(CDE_INSTALLATION_TOP)/infolib/etc
dist_infolib_DATA = mmdb.mark.spec

View file

@ -0,0 +1,17 @@
MAINTAINERCLEANFILES = Makefile.in
FILES= bomb bomb16 bomb16m bomb32 bomb32m bombm browse.xbm \
browse_ins.xbm web_browse.xbm web_browse_ins.xbm default.xpm \
deiconify.xbm detached.xpm help.xbm help_ins.xbm history.xbm \
history_ins.xbm iconify.xbm locked.xbm logo.xpm.ps marks.xbm \
marks_ins.xbm pinin.xbm pinmid.xbm pinout.xbm quit.xbm \
search.xbm search_ins.xbm semilocked.xbm unlocked.xbm
# The last dir level for install is for language, default C
cdir = $(CDE_INSTALLATION_TOP)/appconfig/icons/C
c_DATA = $(FILES)
jadir = $(CDE_INSTALLATION_TOP)/appconfig/icons/ja
ja_DATA = $(FILES)

View file

@ -0,0 +1,3 @@
OnlineRender/OnlineRender.d
OnlineRender/OnlineRender.h
cgm/testcgm

View file

@ -1,6 +1,6 @@
/* $XConsortium: Classlist.mk /main/8 1996/10/30 14:39:26 drk $ */ # $XConsortium: Classlist.mk /main/8 1996/10/30 14:39:26 drk $
CLASSES= \ Agents_CLASSES= \
Agent \ Agent \
Dialog \ Dialog \
ListView \ ListView \
@ -33,7 +33,7 @@ UrlAgent \
AddLibraryAgent AddLibraryAgent
SRCS=AgentMotif.C \ Agents_SRCS=AgentMotif.C \
MessageAgentMotif.C \ MessageAgentMotif.C \
IcccmAgent.C \ IcccmAgent.C \
AnchorCanvas.C \ AnchorCanvas.C \
@ -63,7 +63,7 @@ ScopeMenu.C \
UrlAgentMotif.C \ UrlAgentMotif.C \
AddLibraryAgentMotif.C AddLibraryAgentMotif.C
MSGS= \ Agents_MSGS= \
Agent.msg \ Agent.msg \
AddLibraryAgent.msg \ AddLibraryAgent.msg \
BookmarkEdit.msg \ BookmarkEdit.msg \

View file

@ -0,0 +1,21 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libAgents.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libAgents_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
libAgents_a_SOURCES = ../Prelude.h $(Agents_SRCS)
RANLIB = echo
libAgents_a_AR = $(LD) -r -o
BUILT_SOURCES = Agents.msg
CLEANFILES = $(BUILT_SOURCES)
Agents.msg:
cat $(Agents_MSGS) > $@

View file

@ -1,5 +1,5 @@
/* $XConsortium: Classlist.mk /main/3 1996/10/30 14:40:00 drk $ */ # $XConsortium: Classlist.mk /main/3 1996/10/30 14:40:00 drk $
CLASSES=\ Basic_CLASSES=\
Error \ Error \
FolioObject \ FolioObject \
BitField \ BitField \
@ -26,7 +26,7 @@ ClientEventHandler \
NodeDisplayData \ NodeDisplayData \
NodeViewInfo NodeViewInfo
SRCS= \ Basic_SRCS= \
FolioObject.C \ FolioObject.C \
BitField.C \ BitField.C \
OString.C \ OString.C \

View file

@ -0,0 +1,16 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libBasic.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libBasic_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
libBasic_a_SOURCES = ../Prelude.h $(Basic_SRCS)
RANLIB = echo
libBasic_a_AR = $(LD) -r -o

View file

@ -1,4 +1,4 @@
/* $XConsortium: Classlist.mk /main/4 1996/10/30 14:40:34 drk $ */ # $XConsortium: Classlist.mk /main/4 1996/10/30 14:40:34 drk $
CLASSLIBS= \ CLASSLIBS= \
Support \ Support \
UAS \ UAS \

View file

@ -1,6 +1,6 @@
/* $XConsortium: Classlist.mk /main/4 1996/10/30 14:41:07 drk $ */ # $XConsortium: Classlist.mk /main/4 1996/10/30 14:41:07 drk $
CLASSES= \ Graphics_CLASSES= \
PixmapGraphic PixmapGraphic
SRCS= \ Graphics_SRCS= \
PixmapGraphic.C PixmapGraphic.C

View file

@ -0,0 +1,16 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libGraphics.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libGraphics_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
libGraphics_a_SOURCES = ../Prelude.h $(Graphics_SRCS)
RANLIB = echo
libGraphics_a_AR = $(LD) -r -o

View file

@ -1,11 +1,72 @@
MAINTAINERCLEANFILES = Makefile.in MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = Agents Basic # get our env variables
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# get the toplevel Classlist
include Classlist.mk
# CLASSLIST is defined in the top (dtinfo) level Classlist.mk file
SUBDIRS = Widgets $(CLASSLIBS) Messages cgm
RESFILES = Macros.res Strings.res Messages.res Query/QueryEditor.res \
Agents/BookmarkEdit.res Agents/MapAgent.res \
Agents/MarkList.res Agents/PrintPanelAgent.res \
Agents/Preferences.res Agents/SearchResultsAgent.res \
Agents/NodeHistoryAgent.res Agents/NodeWindowAgent.res \
Agents/GraphicAgent.res Query/QueryTermView.res
BUILT_SOURCES = Prelude.h Support/Support.d Support/Support.h \
UAS/UAS.d UAS/UAS.h Basic/Basic.d Basic/Basic.h \
OliasSearch/OliasSearch.d OliasSearch/OliasSearch.h \
Marks/Marks.d Marks/Marks.h Graphics/Graphics.d \
Graphics/Graphics.h Preferences/Preferences.d \
Preferences/Preferences.h Managers/Managers.d \
Managers/Managers.h Other/Other.d Other/Other.h Query/Query.d \
Query/Query.h Agents/Agents.d Agents/Agents.h \
OnlineRender/OnlineRender.d OnlineRender/OnlineRender.h \
\
Dtinfo
CLEANFILES = $(BUILT_SOURCES)
Prelude.h:
$(top_builddir)/programs/dtinfo/tools/misc/pmaker $(CLASSLIBS)
Dtinfo: Dtinfo.res $(RESFILES)
$(CPP_PROGRAM) -traditional -nostdinc -C Dtinfo.res | $(TREERES) > $@
# dtinfo class dfile and hfile building for the modules
include $(top_srcdir)/programs/dtinfo/dtinfo/src/dtinfo_dfiles_hfiles.mk
# gather up the messages and generate the file. MSGS comes from the
# dtinfo/src/Classlist.mk file.
noinst_DATA = dtinfo.msg.updated
dtinfo.msg.updated:
(msgs=; for i in $(MSGS) ; do msgs="$$msgs $$i/$$i.msg"; done; \
cat $$msgs >dtinfo.cpp && \
$(CPP_PROGRAM) -traditional -nostdinc -P -C dtinfo_msg.tmpl | $(MSGSETS) > dtinfo.msg.updated; \
$(RM) dtinfo.cpp )
CLEANFILES += dtinfo.msg.updated dtinfo.cpp
## dtinfo proper
OLIASNORMALLIBS= Agents/libAgents.a Other/libOther.a \
Basic/libBasic.a Preferences/libPreferences.a \
UAS/libUAS.a Query/libQuery.a Graphics/libGraphics.a \
Managers/libManagers.a Support/libSupport.a \
Marks/libMarks.a OnlineRender/libOnlineRender.a \
OliasSearch/libOliasSearch.a Widgets/libWidgets.a \
cgm/libcgm.a
bin_PROGRAMS = dtinfo bin_PROGRAMS = dtinfo
dtinfo_CPPFLAGS = -DEXPAND_TEMPLATES -I.. dtinfo_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
dtinfo_LDADD = lib dtinfo_LDADD = $(OLIASNORMALLIBS) $(LIBSEARCH) $(MMDB_LIBS) $(WWL_LIBS) \
$(DTCLIENTLIBS) -lXmu $(XTOOLLIB)
dtinfo_SOURCES = main.C main_c_api.c dtinfo_SOURCES = main.C Support/InputNotifier.C

View file

@ -1,5 +1,5 @@
/* $XConsortium: Classlist.mk /main/11 1996/10/30 14:41:40 drk $ */ # $XConsortium: Classlist.mk /main/11 1996/10/30 14:41:40 drk $
CLASSES= \ Managers_CLASSES= \
ErrorMgr \ ErrorMgr \
MessageMgr \ MessageMgr \
StyleSheetMgr \ StyleSheetMgr \
@ -26,7 +26,7 @@ InputMgrX \
UrlMgr \ UrlMgr \
EnvMgr EnvMgr
SRCS=MessageMgr.C \ Managers_SRCS=MessageMgr.C \
StyleSheetMgr.C \ StyleSheetMgr.C \
SearchMgr.C \ SearchMgr.C \
NodeMgr.C \ NodeMgr.C \
@ -53,7 +53,7 @@ CatMgr.C \
WString.C \ WString.C \
EnvMgr.C EnvMgr.C
MSGS= \ Managers_MSGS= \
CatMgr.msg \ CatMgr.msg \
EnvMgr.msg \ EnvMgr.msg \
TtIpcMgr.msg TtIpcMgr.msg

View file

@ -47,7 +47,7 @@
using namespace std; using namespace std;
#include <sys/stat.h> #include <sys/stat.h>
#include <lib/DtSvc/DtUtil2/LocaleXlate.h> #include <Dt/LocaleXlate.h>
// xList, NodeViewInfo, NodeWindowAgent & NodeMgr used only for // xList, NodeViewInfo, NodeWindowAgent & NodeMgr used only for
// getting sections from NodeMgr // getting sections from NodeMgr

View file

@ -0,0 +1,21 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libManagers.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libManagers_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
libManagers_a_SOURCES = ../Prelude.h $(Managers_SRCS)
RANLIB = echo
libManagers_a_AR = $(LD) -r -o
BUILT_SOURCES = Managers.msg
CLEANFILES = $(BUILT_SOURCES)
Managers.msg:
cat $(Managers_MSGS) > $@

View file

@ -1,10 +1,10 @@
/* $XConsortium: Classlist.mk /main/4 1996/10/30 14:42:20 drk $ */ # $XConsortium: Classlist.mk /main/4 1996/10/30 14:42:20 drk $
CLASSES=\ Marks_CLASSES=\
Mark \ Mark \
Anchor \ Anchor \
MarkBase MarkBase
SRCS= \ Marks_SRCS= \
Mark.C \ Mark.C \
Anchor.C \ Anchor.C \
Mark_mmdb.C \ Mark_mmdb.C \

View file

@ -0,0 +1,17 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libMarks.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libMarks_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
libMarks_a_SOURCES = ../Prelude.h $(Marks_SRCS)
RANLIB = echo
libMarks_a_AR = $(LD) -r -o

View file

@ -1,6 +1,6 @@
/* $XConsortium: Classlist.mk /main/2 1996/10/30 14:42:56 drk $ */ # $XConsortium: Classlist.mk /main/2 1996/10/30 14:42:56 drk $
MSGS= \ Messages_MSGS= \
Message.msg \ Message.msg \
Version.msg Version.msg

View file

@ -0,0 +1,15 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_DATA = Messages.msg
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
BUILT_SOURCES = Messages.msg
CLEANFILES = $(BUILT_SOURCES)
Messages.msg:
cat $(Messages_MSGS) > $@

View file

@ -1,6 +1,6 @@
/* $XConsortium: Classlist.mk /main/3 1996/10/30 14:43:34 drk $ */ # $XConsortium: Classlist.mk /main/3 1996/10/30 14:43:34 drk $
CLASSES=\ OliasSearch_CLASSES=\
ResultID ResultID
SRCS=\ OliasSearch_SRCS=\
ResultID.C ResultID.C

View file

@ -0,0 +1,16 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libOliasSearch.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libOliasSearch_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
libOliasSearch_a_SOURCES = ../Prelude.h $(OliasSearch_SRCS)
RANLIB = echo
libOliasSearch_a_AR = $(LD) -r -o

View file

@ -1,5 +1,5 @@
/* $XConsortium: Classlist.mk /main/2 1996/10/30 14:44:11 drk $ */ # $XConsortium: Classlist.mk /main/2 1996/10/30 14:44:11 drk $
MSGS=\ OnlineRender_MSGS=\
CanvasRenderer.msg CanvasRenderer.msg

View file

@ -0,0 +1,22 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libOnlineRender.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libOnlineRender_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
libOnlineRender_a_SOURCES = ../Prelude.h CanvasRenderer.C \
FeatureSupport.C FontCache.C SegClientData.C
RANLIB = echo
libOnlineRender_a_AR = $(LD) -r -o
BUILT_SOURCES = OnlineRender.msg
CLEANFILES = $(BUILT_SOURCES)
OnlineRender.msg:
cat $(OnlineRender_MSGS) > $@

View file

@ -1,13 +1,13 @@
/* $XConsortium: Classlist.mk /main/5 1996/10/30 14:44:59 drk $ */ # $XConsortium: Classlist.mk /main/5 1996/10/30 14:44:59 drk $
CLASSES= \ Other_CLASSES= \
AppPrintData \ AppPrintData \
WindowSystem WindowSystem
SRCS= \ Other_SRCS= \
AppPrintData.C \ AppPrintData.C \
WindowSystemMotif.C WindowSystemMotif.C
MSGS=\ Other_MSGS=\
WindowSystem.msg WindowSystem.msg

View file

@ -0,0 +1,21 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libOther.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libOther_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
libOther_a_SOURCES = ../Prelude.h $(Other_SRCS)
RANLIB = echo
libOther_a_AR = $(LD) -r -o
BUILT_SOURCES = Other.msg
CLEANFILES = $(BUILT_SOURCES)
Other.msg:
cat $(Other_MSGS) > $@

View file

@ -1,13 +1,13 @@
/* $XConsortium: Classlist.mk /main/3 1996/08/21 15:43:21 drk $ */ # $XConsortium: Classlist.mk /main/3 1996/08/21 15:43:21 drk $
CLASSES= \ Preferences_CLASSES= \
UserPreference \ UserPreference \
IntegerPref \ IntegerPref \
BooleanPref \ BooleanPref \
StringPref \ StringPref \
WindowGeometryPref WindowGeometryPref
SRCS=\ Preferences_SRCS=\
UserPreference.C \ UserPreference.C \
IntegerPref.C \ IntegerPref.C \
BooleanPref.C \ BooleanPref.C \

View file

@ -0,0 +1,16 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libPreferences.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libPreferences_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
libPreferences_a_SOURCES = ../Prelude.h $(Preferences_SRCS)
RANLIB = echo
libPreferences_a_AR = $(LD) -r -o

View file

@ -1,18 +1,18 @@
/* $XConsortium: Classlist.mk /main/4 1996/08/21 15:43:28 drk $ */ # $XConsortium: Classlist.mk /main/4 1996/08/21 15:43:28 drk $
CLASSES= \ Query_CLASSES= \
QueryTerm \ QueryTerm \
QueryTermView \ QueryTermView \
QueryGroupView \ QueryGroupView \
QueryGroup \ QueryGroup \
QueryEditor QueryEditor
SRCS= \ Query_SRCS= \
QueryEditor.C \ QueryEditor.C \
QueryTermView.C \ QueryTermView.C \
QueryGroupView.C \ QueryGroupView.C \
QueryTerm.C \ QueryTerm.C \
QueryGroup.C QueryGroup.C
MSGS= \ Query_MSGS= \
QueryEditor.msg QueryEditor.msg

View file

@ -0,0 +1,21 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libQuery.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libQuery_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
libQuery_a_SOURCES = ../Prelude.h $(Query_SRCS)
RANLIB = echo
libQuery_a_AR = $(LD) -r -o
BUILT_SOURCES = Query.msg
CLEANFILES = $(BUILT_SOURCES)
Query.msg:
cat $(Query_MSGS) > $@

View file

@ -1,8 +1,8 @@
/* $XConsortium: Classlist.mk /main/4 1996/10/30 14:45:39 drk $ */ # $XConsortium: Classlist.mk /main/4 1996/10/30 14:45:39 drk $
CLASSES=\ Support_CLASSES=\
xList \ xList \
InputNotifier InputNotifier
SRCS= \ Support_SRCS= \
List_base.C \ List_base.C \
UtilityFunctions.C UtilityFunctions.C

View file

@ -0,0 +1,16 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libSupport.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libSupport_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
libSupport_a_SOURCES = ../Prelude.h $(Support_SRCS)
RANLIB = echo
libSupport_a_AR = $(LD) -r -o

View file

@ -1,7 +1,7 @@
/* $XConsortium: Classlist.mk /main/5 1996/10/30 14:46:19 drk $ */ # $XConsortium: Classlist.mk /main/5 1996/10/30 14:46:19 drk $
CLASSES= Base_CLASSES=
SRCS= \ Base_SRCS= \
UAS_Base.C \ UAS_Base.C \
UAS_Buffer.C \ UAS_Buffer.C \
UAS_Collection.C \ UAS_Collection.C \
@ -20,6 +20,6 @@ UAS_TextRun.C \
UAS_String.C \ UAS_String.C \
UAS_StyleSheet.C UAS_StyleSheet.C
MSGS=\ Base_MSGS=\
UAS_Base.msg UAS_Base.msg

View file

@ -0,0 +1,22 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libBase.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libBase_a_CXXFLAGS = -I.. -I ../.. -I../Support $(DTINFO_DEFINES) \
$(DTINFO_INCLUDES)
libBase_a_SOURCES = $(Base_SRCS)
RANLIB = echo
libBase_a_AR = $(LD) -r -o
BUILT_SOURCES = Base.msg
CLEANFILES = $(BUILT_SOURCES)
Base.msg:
cat $(Base_MSGS) > $@

View file

@ -1,7 +1,7 @@
/* $XConsortium: Classlist.mk /main/4 1996/10/30 14:46:56 drk $ */ # $XConsortium: Classlist.mk /main/4 1996/10/30 14:46:56 drk $
MSGS = \ UAS_MSGS = \
Base \ Base/Base.msg \
DtSR \ DtSR/DtSR.msg \
MMDB MMDB/MMDB.msg

View file

@ -1,7 +1,7 @@
/* $XConsortium: Classlist.mk /main/5 1996/10/30 14:47:36 drk $ */ # $XConsortium: Classlist.mk /main/5 1996/10/30 14:47:36 drk $
CLASSES= DtSR_CLASSES=
SRCS= \ DtSR_SRCS= \
DtSR_BookcaseEntry.C \ DtSR_BookcaseEntry.C \
DtSR_Parser.C \ DtSR_Parser.C \
DtSR_SearchEngine.C \ DtSR_SearchEngine.C \
@ -12,6 +12,6 @@ DtSR_SearchZones.C \
Tml_TextRenderer.C \ Tml_TextRenderer.C \
TextParser.C TextParser.C
MSGS= \ DtSR_MSGS= \
DtSR_Parser.msg \ DtSR_Parser.msg \
DtSR_SearchEngine.msg DtSR_SearchEngine.msg

View file

@ -35,7 +35,7 @@
#include "DtSR_Stems.hh" #include "DtSR_Stems.hh"
extern "C" { extern "C" {
#include "Search.h" #include "Dt/Search.h"
} }
class DtSR_BookcaseEntry : public UAS_BookcaseEntry class DtSR_BookcaseEntry : public UAS_BookcaseEntry

View file

@ -31,7 +31,7 @@
#include "UAS_SearchEngine.hh" #include "UAS_SearchEngine.hh"
extern "C" { extern "C" {
#include "Search.h" #include "Dt/Search.h"
} }
#include "DtSR_Parser.hh" #include "DtSR_Parser.hh"

View file

@ -25,7 +25,7 @@
#define _DTSR_STEMS_HH_ #define _DTSR_STEMS_HH_
extern "C" { extern "C" {
#include "Search.h" #include "Dt/Search.h"
} }
#include "UAS_Base.hh" #include "UAS_Base.hh"

View file

@ -0,0 +1,22 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libDtSR.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libDtSR_a_CXXFLAGS = -I../Base -I./Util_Classes -I../.. \
$(DTINFO_DEFINES) $(DTINFO_INCLUDES)
libDtSR_a_SOURCES = $(DtSR_SRCS)
RANLIB = echo
libDtSR_a_AR = $(LD) -r -o
BUILT_SOURCES = DtSR.msg
CLEANFILES = $(BUILT_SOURCES)
DtSR.msg:
cat $(DtSR_MSGS) > $@

View file

@ -1,7 +1,7 @@
/* $XConsortium: Classlist.mk /main/4 1996/10/30 14:48:10 drk $ */ # $XConsortium: Classlist.mk /main/4 1996/10/30 14:48:10 drk $
CLASSES= MMDB_CLASSES=
SRCS= \ MMDB_SRCS= \
MMDB.C \ MMDB.C \
MMDB_Common.C \ MMDB_Common.C \
MMDB_Factory.C \ MMDB_Factory.C \
@ -11,5 +11,5 @@ MMDB_BookCase.C \
MMDB_EmbeddedObject.C \ MMDB_EmbeddedObject.C \
MMDB_StyleSheet.C MMDB_StyleSheet.C
MSGS=\ MMDB_MSGS=\
UAS_MMDB.msg UAS_MMDB.msg

View file

@ -0,0 +1,23 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libMMDB.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libMMDB_a_CXXFLAGS = -I../Base -I../.. $(DTINFO_DEFINES) \
$(DTINFO_INCLUDES)
libMMDB_a_SOURCES = $(MMDB_SRCS)
RANLIB = echo
libMMDB_a_AR = $(LD) -r -o
BUILT_SOURCES = MMDB.msg
CLEANFILES = $(BUILT_SOURCES)
MMDB.msg:
cat $(MMDB_MSGS) > $@

View file

@ -0,0 +1,26 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = Base MMDB DtSR
noinst_LIBRARIES = libUAS.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
include Classlist.mk
libUAS_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
libUAS_a_SOURCES =
libUAS_a_LIBADD = Base/libBase.a MMDB/libMMDB.a DtSR/libDtSR.a
RANLIB = echo
libUAS_a_AR = $(LD) -r -o
noinst_DATA = UAS.msg
UAS.msg: $(UAS_MSGS)
cat $(UAS_MSGS) > $@
CLEANFILES = UAS.msg

View file

@ -0,0 +1,15 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libWidgets.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
libWidgets_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
libWidgets_a_SOURCES = Pixmap.c Tree.c Panner.c Simple.c Porthole.c \
XawInitFake.c TabButton.c Restraint.c WXmOpButton.C
RANLIB = echo
libWidgets_a_AR = $(LD) -r -o

View file

@ -0,0 +1,22 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libcgm.a
# get our env
include $(top_srcdir)/programs/dtinfo/dtinfo_env.mk
# class info
libcgm_a_CFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES) \
-I$(top_srcdir)/include/DtI
libcgm_a_SOURCES = cgmcmds.c cgmcommon.c cgmio.c cgmtext.c getcgm.c
RANLIB = echo
libcgm_a_AR = $(LD) -r -o
noinst_PROGRAMS = testcgm
testcgm_CPPFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES) \
-I$(top_srcdir)/include/DtI
testcgm_SOURCES = testcgm.c
testcgm_LDADD = libcgm.a $(DTCLIENTLIBS) $(XTOOLLIB)

View file

@ -30,7 +30,7 @@
#include "spec.h" #include "spec.h"
#include "GraphicsP.h" #include "GraphicsP.h"
main(int argc, char **argv) int main(int argc, char **argv)
{ {
XGCValues myStruct; XGCValues myStruct;
unsigned long mask; unsigned long mask;
@ -42,7 +42,7 @@ main(int argc, char **argv)
Pixel *ret_colors; Pixel *ret_colors;
int ret_number, pageNo; int ret_number, pageNo;
GC myGC; GC myGC;
Pixmap myPixmap = NULL; Pixmap myPixmap = 0;
char *fileName; char *fileName;
int i; int i;
_DtGrStream stream ; _DtGrStream stream ;
@ -58,7 +58,7 @@ main(int argc, char **argv)
512, 512, 2, 512, 512, 2,
BlackPixel(display, scr_num), BlackPixel(display, scr_num),
WhitePixel(display, scr_num)); WhitePixel(display, scr_num));
XSetStandardProperties(display, win, "VCGM", "VCGM", NULL, NULL, 0, XSetStandardProperties(display, win, "VCGM", "VCGM", 0, NULL, 0,
NULL); NULL);
XMapWindow(display, win); XMapWindow(display, win);
/* find out what we actually got */ /* find out what we actually got */

View file

@ -0,0 +1,110 @@
## Build the dfiles and hfiles components for each of the class
## modules. Moved into this file to keep Makefile.am in dtinfo/src
## somewhat morereadable
# Support
include Support/Classlist.mk
Support/Support.d: Support/Classlist.mk
cd Support && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles d Support $(Support_CLASSES)
Support/Support.h: Support/Classlist.mk
cd Support && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles h Support $(Support_CLASSES)
# UAS
include UAS/Classlist.mk
UAS/UAS.d: UAS/Classlist.mk
cd UAS && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles d UAS $(UAS_CLASSES)
UAS/UAS.h: UAS/Classlist.mk
cd UAS && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles h UAS $(UAS_CLASSES)
# Basic
include Basic/Classlist.mk
Basic/Basic.d: Basic/Classlist.mk
cd Basic && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles d Basic $(Basic_CLASSES)
Basic/Basic.h: Basic/Classlist.mk
cd Basic && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles h Basic $(Basic_CLASSES)
# OliasSearch
include OliasSearch/Classlist.mk
OliasSearch/OliasSearch.d: OliasSearch/Classlist.mk
cd OliasSearch && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles d OliasSearch $(OliasSearch_CLASSES)
OliasSearch/OliasSearch.h: OliasSearch/Classlist.mk
cd OliasSearch && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles h OliasSearch $(OliasSearch_CLASSES)
# Marks
include Marks/Classlist.mk
Marks/Marks.d: Marks/Classlist.mk
cd Marks && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles d Marks $(Marks_CLASSES)
Marks/Marks.h: Marks/Classlist.mk
cd Marks && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles h Marks $(Marks_CLASSES)
# Graphics
include Graphics/Classlist.mk
Graphics/Graphics.d: Graphics/Classlist.mk
cd Graphics && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles d Graphics $(Graphics_CLASSES)
Graphics/Graphics.h: Graphics/Classlist.mk
cd Graphics && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles h Graphics $(Graphics_CLASSES)
# Preferences
include Preferences/Classlist.mk
Preferences/Preferences.d: Preferences/Classlist.mk
cd Preferences && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles d Preferences $(Preferences_CLASSES)
Preferences/Preferences.h: Preferences/Classlist.mk
cd Preferences && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles h Preferences $(Preferences_CLASSES)
# Managers
include Managers/Classlist.mk
Managers/Managers.d: Managers/Classlist.mk
cd Managers && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles d Managers $(Managers_CLASSES)
Managers/Managers.h: Managers/Classlist.mk
cd Managers && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles h Managers $(Managers_CLASSES)
# Other
include Other/Classlist.mk
Other/Other.d: Other/Classlist.mk
cd Other && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles d Other $(Other_CLASSES)
Other/Other.h: Other/Classlist.mk
cd Other && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles h Other $(Other_CLASSES)
# Query
include Query/Classlist.mk
Query/Query.d: Query/Classlist.mk
cd Query && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles d Query $(Query_CLASSES)
Query/Query.h: Query/Classlist.mk
cd Query && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles h Query $(Query_CLASSES)
# Agents
include Agents/Classlist.mk
Agents/Agents.d: Agents/Classlist.mk
cd Agents && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles d Agents $(Agents_CLASSES)
Agents/Agents.h: Agents/Classlist.mk
cd Agents && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles h Agents $(Agents_CLASSES)
# OnlineRender
include OnlineRender/Classlist.mk
OnlineRender/OnlineRender.d: OnlineRender/Classlist.mk
cd OnlineRender && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles d OnlineRender $(OnlineRender_CLASSES)
OnlineRender/OnlineRender.h: OnlineRender/Classlist.mk
cd OnlineRender && $(top_builddir)/../programs/dtinfo/tools/misc/dfiles h OnlineRender $(OnlineRender_CLASSES)

Some files were not shown because too many files have changed in this diff Show more