mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtinfo/dtinfo: initial stab at making it build
This commit is contained in:
parent
b816b85575
commit
bdf9256ab2
40 changed files with 504 additions and 60 deletions
|
@ -726,6 +726,30 @@ 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/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/types/Makefile
|
programs/types/Makefile
|
||||||
|
|
||||||
programs/tttypes/Makefile
|
programs/tttypes/Makefile
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
SUBDIRS = tools DtMmdb mmdb clients
|
SUBDIRS = tools DtMmdb mmdb clients dtinfo
|
||||||
|
|
||||||
#NOTYET dtinfo dtinfogen
|
#NOTYET dtinfo dtinfogen
|
||||||
|
|
|
@ -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
|
||||||
|
infolib_DATA = mmdb.mark.spec
|
||||||
|
|
17
cde/programs/dtinfo/dtinfo/install/lib/bitmaps/Makefile.am
Normal file
17
cde/programs/dtinfo/dtinfo/install/lib/bitmaps/Makefile.am
Normal 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)
|
3
cde/programs/dtinfo/dtinfo/src/.gitignore
vendored
Normal file
3
cde/programs/dtinfo/dtinfo/src/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
OnlineRender/OnlineRender.d
|
||||||
|
OnlineRender/OnlineRender.h
|
||||||
|
cgm/testcgm
|
|
@ -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 \
|
||||||
|
|
18
cde/programs/dtinfo/dtinfo/src/Agents/Makefile.am
Normal file
18
cde/programs/dtinfo/dtinfo/src/Agents/Makefile.am
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libAgents.a
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/dtinfo_env.mk
|
||||||
|
|
||||||
|
# class info
|
||||||
|
include Classlist.mk
|
||||||
|
|
||||||
|
libAgents_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
|
||||||
|
libAgents_a_SOURCES = ../Prelude.h $(Agents_SRCS)
|
||||||
|
|
||||||
|
BUILT_SOURCES = Agents.msg
|
||||||
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
Agents.msg:
|
||||||
|
cat $(Agents_MSGS) > $@
|
|
@ -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 \
|
||||||
|
|
13
cde/programs/dtinfo/dtinfo/src/Basic/Makefile.am
Normal file
13
cde/programs/dtinfo/dtinfo/src/Basic/Makefile.am
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libBasic.a
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/dtinfo_env.mk
|
||||||
|
|
||||||
|
# class info
|
||||||
|
include Classlist.mk
|
||||||
|
|
||||||
|
libBasic_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
|
||||||
|
|
||||||
|
libBasic_a_SOURCES = ../Prelude.h $(Basic_SRCS)
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
13
cde/programs/dtinfo/dtinfo/src/Graphics/Makefile.am
Normal file
13
cde/programs/dtinfo/dtinfo/src/Graphics/Makefile.am
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libGraphics.a
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/dtinfo_env.mk
|
||||||
|
|
||||||
|
# class info
|
||||||
|
include Classlist.mk
|
||||||
|
|
||||||
|
libGraphics_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
|
||||||
|
|
||||||
|
libGraphics_a_SOURCES = ../Prelude.h $(Graphics_SRCS)
|
|
@ -1,11 +1,154 @@
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
SUBDIRS = Agents Basic
|
include templates/dtinfo_env.mk
|
||||||
|
|
||||||
bin_PROGRAMS = dtinfo
|
include Classlist.mk
|
||||||
|
|
||||||
dtinfo_CPPFLAGS = -DEXPAND_TEMPLATES -I..
|
# CLASSLIST is defined in the top (dtinfo) level Classlist.mk file
|
||||||
|
SUBDIRS = Widgets $(CLASSLIBS) Messages cgm
|
||||||
|
|
||||||
dtinfo_LDADD = lib
|
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
|
||||||
|
|
||||||
dtinfo_SOURCES = main.C main_c_api.c
|
|
||||||
|
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) > $@
|
||||||
|
|
||||||
|
##### hacking area
|
||||||
|
# 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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#bin_PROGRAMS = dtinfo
|
||||||
|
|
||||||
|
#dtinfo_CPPFLAGS = -DEXPAND_TEMPLATES -I..
|
||||||
|
|
||||||
|
#dtinfo_LDADD = lib
|
||||||
|
|
||||||
|
#dtinfo_SOURCES = main.C main_c_api.c
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
18
cde/programs/dtinfo/dtinfo/src/Managers/Makefile.am
Normal file
18
cde/programs/dtinfo/dtinfo/src/Managers/Makefile.am
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libManagers.a
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/dtinfo_env.mk
|
||||||
|
|
||||||
|
# class info
|
||||||
|
include Classlist.mk
|
||||||
|
|
||||||
|
libManagers_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
|
||||||
|
libManagers_a_SOURCES = ../Prelude.h $(Managers_SRCS)
|
||||||
|
|
||||||
|
BUILT_SOURCES = Managers.msg
|
||||||
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
Managers.msg:
|
||||||
|
cat $(Managers_MSGS) > $@
|
|
@ -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 \
|
||||||
|
|
13
cde/programs/dtinfo/dtinfo/src/Marks/Makefile.am
Normal file
13
cde/programs/dtinfo/dtinfo/src/Marks/Makefile.am
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libMarks.a
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/dtinfo_env.mk
|
||||||
|
|
||||||
|
# class info
|
||||||
|
include Classlist.mk
|
||||||
|
|
||||||
|
libMarks_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
|
||||||
|
|
||||||
|
libMarks_a_SOURCES = ../Prelude.h $(Marks_SRCS)
|
|
@ -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
|
||||||
|
|
||||||
|
|
15
cde/programs/dtinfo/dtinfo/src/Messages/Makefile.am
Normal file
15
cde/programs/dtinfo/dtinfo/src/Messages/Makefile.am
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_DATA = Messages.msg
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/dtinfo_env.mk
|
||||||
|
|
||||||
|
# class info
|
||||||
|
include Classlist.mk
|
||||||
|
|
||||||
|
BUILT_SOURCES = Messages.msg
|
||||||
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
Messages.msg:
|
||||||
|
cat $(Messages_MSGS) > $@
|
|
@ -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
|
||||||
|
|
13
cde/programs/dtinfo/dtinfo/src/OliasSearch/Makefile.am
Normal file
13
cde/programs/dtinfo/dtinfo/src/OliasSearch/Makefile.am
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libOliasSearch.a
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/dtinfo_env.mk
|
||||||
|
|
||||||
|
# class info
|
||||||
|
include Classlist.mk
|
||||||
|
|
||||||
|
libOliasSearch_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
|
||||||
|
|
||||||
|
libOliasSearch_a_SOURCES = ../Prelude.h $(OliasSearch_SRCS)
|
|
@ -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
|
||||||
|
|
||||||
|
|
18
cde/programs/dtinfo/dtinfo/src/OnlineRender/Makefile.am
Normal file
18
cde/programs/dtinfo/dtinfo/src/OnlineRender/Makefile.am
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libOnlineRender.a
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/dtinfo_env.mk
|
||||||
|
|
||||||
|
# class info
|
||||||
|
include Classlist.mk
|
||||||
|
|
||||||
|
libOnlineRender_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
|
||||||
|
libOnlineRender_a_SOURCES = ../Prelude.h $(OnlineRender_SRCS)
|
||||||
|
|
||||||
|
BUILT_SOURCES = OnlineRender.msg
|
||||||
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
OnlineRender.msg:
|
||||||
|
cat $(OnlineRender_MSGS) > $@
|
|
@ -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
|
||||||
|
|
||||||
|
|
18
cde/programs/dtinfo/dtinfo/src/Other/Makefile.am
Normal file
18
cde/programs/dtinfo/dtinfo/src/Other/Makefile.am
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libOther.a
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/dtinfo_env.mk
|
||||||
|
|
||||||
|
# class info
|
||||||
|
include Classlist.mk
|
||||||
|
|
||||||
|
libOther_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
|
||||||
|
libOther_a_SOURCES = ../Prelude.h $(Other_SRCS)
|
||||||
|
|
||||||
|
BUILT_SOURCES = Other.msg
|
||||||
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
Other.msg:
|
||||||
|
cat $(Other_MSGS) > $@
|
|
@ -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 \
|
||||||
|
|
13
cde/programs/dtinfo/dtinfo/src/Preferences/Makefile.am
Normal file
13
cde/programs/dtinfo/dtinfo/src/Preferences/Makefile.am
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libPreferences.a
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/dtinfo_env.mk
|
||||||
|
|
||||||
|
# class info
|
||||||
|
include Classlist.mk
|
||||||
|
|
||||||
|
libPreferences_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
|
||||||
|
|
||||||
|
libPreferences_a_SOURCES = ../Prelude.h $(Preferences_SRCS)
|
|
@ -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
|
||||||
|
|
18
cde/programs/dtinfo/dtinfo/src/Query/Makefile.am
Normal file
18
cde/programs/dtinfo/dtinfo/src/Query/Makefile.am
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libQuery.a
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/dtinfo_env.mk
|
||||||
|
|
||||||
|
# class info
|
||||||
|
include Classlist.mk
|
||||||
|
|
||||||
|
libQuery_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
|
||||||
|
libQuery_a_SOURCES = ../Prelude.h $(Query_SRCS)
|
||||||
|
|
||||||
|
BUILT_SOURCES = Query.msg
|
||||||
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
Query.msg:
|
||||||
|
cat $(Query_MSGS) > $@
|
|
@ -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
|
||||||
|
|
13
cde/programs/dtinfo/dtinfo/src/Support/Makefile.am
Normal file
13
cde/programs/dtinfo/dtinfo/src/Support/Makefile.am
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libSupport.a
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/dtinfo_env.mk
|
||||||
|
|
||||||
|
# class info
|
||||||
|
include Classlist.mk
|
||||||
|
|
||||||
|
libSupport_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
|
||||||
|
|
||||||
|
libSupport_a_SOURCES = ../Prelude.h $(Support_SRCS)
|
|
@ -1,6 +1,6 @@
|
||||||
/* $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 \
|
||||||
DtSR \
|
DtSR \
|
||||||
MMDB
|
MMDB
|
||||||
|
|
13
cde/programs/dtinfo/dtinfo/src/UAS/Makefile.am
Normal file
13
cde/programs/dtinfo/dtinfo/src/UAS/Makefile.am
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libUAS.a
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/dtinfo_env.mk
|
||||||
|
|
||||||
|
# class info
|
||||||
|
include Classlist.mk
|
||||||
|
|
||||||
|
libUAS_a_CXXFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES)
|
||||||
|
|
||||||
|
libUAS_a_SOURCES = ../Prelude.h $(UAS_SRCS)
|
11
cde/programs/dtinfo/dtinfo/src/Widgets/Makefile.am
Normal file
11
cde/programs/dtinfo/dtinfo/src/Widgets/Makefile.am
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libWidgets.a
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/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
|
18
cde/programs/dtinfo/dtinfo/src/cgm/Makefile.am
Normal file
18
cde/programs/dtinfo/dtinfo/src/cgm/Makefile.am
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libcgm.a
|
||||||
|
|
||||||
|
# get our env
|
||||||
|
include ../templates/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
|
||||||
|
|
||||||
|
noinst_PROGRAMS = testcgm
|
||||||
|
testcgm_CPPFLAGS = $(DTINFO_DEFINES) $(DTINFO_INCLUDES) \
|
||||||
|
-I$(top_srcdir)/include/DtI
|
||||||
|
testcgm_SOURCES = testcgm.c
|
||||||
|
testcgm_LDADD = libcgm.a $(DTCLIENTLIBS) $(XTOOLLIB)
|
|
@ -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 */
|
||||||
|
|
30
cde/programs/dtinfo/dtinfo/src/templates/dtinfo_env.mk
Normal file
30
cde/programs/dtinfo/dtinfo/src/templates/dtinfo_env.mk
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# Some common env variables needed by the various modules
|
||||||
|
|
||||||
|
# common defines
|
||||||
|
DTINFO_DEFINES = -DWideCharSupport -DUseWideChars -DInternationalize \
|
||||||
|
-DJapaneseLocal -DUseMotifXpm -DUseTooltalk -DUseSessionMgmt \
|
||||||
|
-DDTSEARCH -DCDE_NEXT -DEXPAND_TEMPLATES
|
||||||
|
|
||||||
|
# where stuff is
|
||||||
|
OLIAS = $(top_srcdir)/programs/dtinfo
|
||||||
|
CONTROL=$(OLIAS)/control
|
||||||
|
LIBRARY = $(OLIAS)/library
|
||||||
|
WWL = $(OLIAS)/dtinfo/wwl
|
||||||
|
MMDB = $(OLIAS)/DtMmdb
|
||||||
|
EXCEPTIONS = $(MMDB)/dti_excs
|
||||||
|
TOOLS = $(OLIAS)/tools
|
||||||
|
UAS = $(OLIAS)/dtinfo/src/UAS
|
||||||
|
|
||||||
|
WWL_INCLUDES = -I$(WWL)/include
|
||||||
|
WWL_LIBS=$(STATIC) -L$(WWL)/src -lWWL
|
||||||
|
EXCEPTIONS_INCLUDES = -I$(EXCEPTIONS)
|
||||||
|
MMDB_INCLUDES = -I$(MMDB)
|
||||||
|
UAS_INCLUDES = -I$(UAS)/Base
|
||||||
|
COMMON_CLASS_INCLUDES = -I$(MMDB)/dti_cc -I$(MMDB)
|
||||||
|
COMMON_CLASS_LIBDIR = $(STATIC) -L$(MMDB)/dti_cc
|
||||||
|
STYLE_SHEET_INCLUDES = -I$(MMDB)/StyleSheet
|
||||||
|
TREERES = $(TOOLS)/misc/treeres
|
||||||
|
|
||||||
|
DTINFO_INCLUDES = -I.. $(UAS_INCLUDES) $(EXCEPTIONS_INCLUDES) \
|
||||||
|
$(WWL_INCLUDES) $(TREE_INCLUDES) $(STYLE_SHEET_INCLUDES) \
|
||||||
|
$(COMMON_CLASS_INCLUDES)
|
|
@ -5,7 +5,7 @@ noinst_LIBRARIES = libWWL.a
|
||||||
libWWL_a_CXXFLAGS = -I../include
|
libWWL_a_CXXFLAGS = -I../include
|
||||||
|
|
||||||
if SOLARIS
|
if SOLARIS
|
||||||
lbWWL_a_CXXFLAGS += -DSYSV -DSVR4
|
libWWL_a_CXXFLAGS += -DSYSV -DSVR4
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libWWL_a_SOURCES = WArgList.C WCallback.C WComposite.C \
|
libWWL_a_SOURCES = WArgList.C WCallback.C WComposite.C \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue