lib/DtSvc: add automake files
authorChase <nicetrynsa@protonmail.ch>
Tue, 22 Oct 2019 23:20:04 +0000 (18:20 -0500)
committerJon Trulson <jon@radscan.com>
Wed, 23 Oct 2019 21:34:19 +0000 (15:34 -0600)
cde/lib/DtSvc/DtCodelibs/Makefile.am [new file with mode: 0644]
cde/lib/DtSvc/DtEncap/Makefile.am [new file with mode: 0644]
cde/lib/DtSvc/DtUtil1/Makefile.am [new file with mode: 0644]
cde/lib/DtSvc/DtUtil2/Makefile.am [new file with mode: 0644]
cde/lib/DtSvc/DtXpm/Makefile.am [new file with mode: 0644]
cde/lib/DtSvc/Makefile.am [new file with mode: 0644]

diff --git a/cde/lib/DtSvc/DtCodelibs/Makefile.am b/cde/lib/DtSvc/DtCodelibs/Makefile.am
new file mode 100644 (file)
index 0000000..1aff5a1
--- /dev/null
@@ -0,0 +1,22 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+noinst_LTLIBRARIES = libDtCodelibs.la
+
+libDtCodelibs_la_CXXFLAGS = -I../include -DMULTIBYTE
+
+if AIX
+libDtCodelibs_la_CXXFLAGS = -qlanglvl=compat
+endif
+
+if SUN
+libDtCodelibs_la_CXXFLAGS = -DNO_REGCOMP
+endif
+
+if HPUX
+libDtCodelibs_la_CXXFLAGS = -DMESSAGE_CAT
+endif
+
+libDtCodelibs_la_SOURCES = buf.C           filegen.C       mbschr.C \
+                          pathcollapse.C  shellscan.C     strend.C \
+                          strhash.C       stringio.C      strtokx.C \
+                          strwcmp.C       privbuf.C       strcase.C
diff --git a/cde/lib/DtSvc/DtEncap/Makefile.am b/cde/lib/DtSvc/DtEncap/Makefile.am
new file mode 100644 (file)
index 0000000..c267b1b
--- /dev/null
@@ -0,0 +1,24 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+noinst_LTLIBRARIES = libDtEncap.la
+
+libDtEncap_la_CFLAGS = -DMULTIBYTE -I../include -I../DtUtil2 $(TIRPCINC) \
+                      -DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
+                      -DCDE_INSTALLATION_TOP=\"${prefix}\" \
+                      -DCDE_LOGFILES_TOP=\"$(CDE_LOGFILES_TOP)/tmp\"
+
+if SUN
+libDtEncap_la_CFLAGS += -DNO_REGCOMP
+endif
+
+if HPUX
+libDtEncap_la_CFLAGS += -DMESSAGE_CAT
+endif
+
+libDtEncap_la_SOURCES = MemoryMgr.c SbEvent.c Symbolic.c bmsglob.c \
+                       connect.c local.c nls.c noio.c \
+                       pathwexp.c pipe.c pty.c remote.c \
+                       sbstdinc.c scoop.c spc-env.c spc-error.c \
+                       spc-exec.c spc-net.c spc-obj.c spc-proto.c \
+                       spc-sm.c spc-termio.c spc-util.c spc-xt.c \
+                       spc.c stringbuf.c usersig.c
diff --git a/cde/lib/DtSvc/DtUtil1/Makefile.am b/cde/lib/DtSvc/DtUtil1/Makefile.am
new file mode 100644 (file)
index 0000000..7324f2d
--- /dev/null
@@ -0,0 +1,27 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+noinst_LTLIBRARIES = libDtUtil1.la
+
+libDtUtil1_la_CFLAGS = -I../include $(TIRPCINC) -DMULTIBYTE \
+                      -DCDE_INSTALLATION_TOP=\"${prefix}\" \
+                      -DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
+
+if SUN
+libDtUtil1_la_CFLAGS += -DNO_REGCOMP
+endif
+
+if HPUX
+libDtUtil2_la_CFLAGS += -DMESSAGE_CAT
+endif
+
+libDtUtil1_la_SOURCES = Action.c ActionTt.c ActionDb.c ActionFind.c \
+                       ActionUtil.c DbReader.c DbUtil.c CmdSpc.c \
+                       CmdMain.c CmdProcess.c CmdUtilityP.c Dnd.c \
+                       DndDrag.c DndDrop.c DndIcon.c DndBuff.c DndFile.c \
+                       DndText.c Dt.c Dts.c DtsDb.c DtsSort.c DbLoad.c \
+                       DtsInit.c DtHash.c intarray.c inttab.c strtab.c \
+                       DtsMM.c MMDb.c GetVWmHint.c GetMwmW.c Qualify.c \
+                       Saver.c SetVWmHint.c SmComm.c SmUtil.c WmAddDelWs.c \
+                       WmBackWin.c WmChBackD.c WmGWsInfo.c WmGWsList.c \
+                       WmMarquee.c WmRestart.c WmRmWsFcn.c WmSetTitle.c \
+                       WmWsCallB.c WmSetWs.c WmWsHints.c WmWsOccupy.c
diff --git a/cde/lib/DtSvc/DtUtil2/Makefile.am b/cde/lib/DtSvc/DtUtil2/Makefile.am
new file mode 100644 (file)
index 0000000..2b3c255
--- /dev/null
@@ -0,0 +1,28 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+noinst_LTLIBRARIES = libDtUtil2.la
+
+libDtUtil2_la_CFLAGS = -DCDE_INSTALLATION_TOP=\"${prefix}\" \
+                      -DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
+                      -DMULTIBYTE -DUSE_XINERAMA $(TIRPCINC)
+
+if SUN
+libDtUtil2_la_SOURCES += SunDtHelp.c
+libDtUtil2_la_CFLAGS += -I../../DtHelp -DNO_REGCOMP
+endif
+
+if HPUX
+libDtUtil2_la_CFLAGS += -DMESSAGE_CAT
+endif
+
+
+libDtUtil2_la_SOURCES = ChkpntClient.c ChkpntListen.c DtEnvMap.c \
+                       DtNlUtils.c EnvControl.c FileUtil.c \
+                       GetDispRes.c GetMessage.c HourGlass.c \
+                       Info.c SharedProcs.c SmCreateDirs.c \
+                       UErrNoBMS.c Utility.c ActIndicator.c \
+                       CmdUtility.c DtGetMessage.c DtUtil.c \
+                       GetEmbed.c Hash.c PrintXErr.c \
+                       XmWrap.c addToRes.c lock.c \
+                       SvcTT.c MsgCat.c MsgLog.c \
+                       LocaleXlate.c XlationSvc.c
diff --git a/cde/lib/DtSvc/DtXpm/Makefile.am b/cde/lib/DtSvc/DtXpm/Makefile.am
new file mode 100644 (file)
index 0000000..b56bb03
--- /dev/null
@@ -0,0 +1,7 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+noinst_LTLIBRARIES = libDtXpm.la
+
+libDtXpm_CFLAGS = -I../include
+
+libDtXpm_SOURCES = xpm.c
diff --git a/cde/lib/DtSvc/Makefile.am b/cde/lib/DtSvc/Makefile.am
new file mode 100644 (file)
index 0000000..290b8b2
--- /dev/null
@@ -0,0 +1,12 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+SUBDIRS = DtUtil1 DtUtil2 DtEncap DtCodelibs DtXpm
+
+lib_LTLIBRARIES = libDtSvc.la
+
+libDtSvc_la_SOURCES =
+
+libDtSvc_la_LIBADD = $(LIBXIN) -lXinerama DtUtil1/libDtUtil1.la \
+                   DtUtil2/libDtUtil2.la DtEncap/libDtEncap.la \
+                   DtCodelibs/libDtCodelibs.la DtXpm/libDtXpm.la
+libDtSvc_la_LDFLAGS = -version-info 2:1:0