From b587eb7bf389736bcec023b2eae347497cb3607c Mon Sep 17 00:00:00 2001 From: Chase Date: Tue, 22 Oct 2019 18:20:04 -0500 Subject: [PATCH] lib/DtSvc: add automake files --- cde/lib/DtSvc/DtCodelibs/Makefile.am | 22 ++++++++++++++++++++++ cde/lib/DtSvc/DtEncap/Makefile.am | 24 ++++++++++++++++++++++++ cde/lib/DtSvc/DtUtil1/Makefile.am | 27 +++++++++++++++++++++++++++ cde/lib/DtSvc/DtUtil2/Makefile.am | 28 ++++++++++++++++++++++++++++ cde/lib/DtSvc/DtXpm/Makefile.am | 7 +++++++ cde/lib/DtSvc/Makefile.am | 12 ++++++++++++ 6 files changed, 120 insertions(+) create mode 100644 cde/lib/DtSvc/DtCodelibs/Makefile.am create mode 100644 cde/lib/DtSvc/DtEncap/Makefile.am create mode 100644 cde/lib/DtSvc/DtUtil1/Makefile.am create mode 100644 cde/lib/DtSvc/DtUtil2/Makefile.am create mode 100644 cde/lib/DtSvc/DtXpm/Makefile.am create mode 100644 cde/lib/DtSvc/Makefile.am diff --git a/cde/lib/DtSvc/DtCodelibs/Makefile.am b/cde/lib/DtSvc/DtCodelibs/Makefile.am new file mode 100644 index 00000000..1aff5a18 --- /dev/null +++ b/cde/lib/DtSvc/DtCodelibs/Makefile.am @@ -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 index 00000000..c267b1bd --- /dev/null +++ b/cde/lib/DtSvc/DtEncap/Makefile.am @@ -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 index 00000000..7324f2d6 --- /dev/null +++ b/cde/lib/DtSvc/DtUtil1/Makefile.am @@ -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 index 00000000..2b3c2554 --- /dev/null +++ b/cde/lib/DtSvc/DtUtil2/Makefile.am @@ -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 index 00000000..b56bb034 --- /dev/null +++ b/cde/lib/DtSvc/DtXpm/Makefile.am @@ -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 index 00000000..290b8b29 --- /dev/null +++ b/cde/lib/DtSvc/Makefile.am @@ -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 -- 2.25.1