mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
lib/DtSvc: add automake files
This commit is contained in:
parent
8dfc0f62eb
commit
b587eb7bf3
6 changed files with 120 additions and 0 deletions
22
cde/lib/DtSvc/DtCodelibs/Makefile.am
Normal file
22
cde/lib/DtSvc/DtCodelibs/Makefile.am
Normal file
|
@ -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
|
24
cde/lib/DtSvc/DtEncap/Makefile.am
Normal file
24
cde/lib/DtSvc/DtEncap/Makefile.am
Normal file
|
@ -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
|
27
cde/lib/DtSvc/DtUtil1/Makefile.am
Normal file
27
cde/lib/DtSvc/DtUtil1/Makefile.am
Normal file
|
@ -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
|
28
cde/lib/DtSvc/DtUtil2/Makefile.am
Normal file
28
cde/lib/DtSvc/DtUtil2/Makefile.am
Normal file
|
@ -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
|
7
cde/lib/DtSvc/DtXpm/Makefile.am
Normal file
7
cde/lib/DtSvc/DtXpm/Makefile.am
Normal file
|
@ -0,0 +1,7 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_LTLIBRARIES = libDtXpm.la
|
||||
|
||||
libDtXpm_CFLAGS = -I../include
|
||||
|
||||
libDtXpm_SOURCES = xpm.c
|
12
cde/lib/DtSvc/Makefile.am
Normal file
12
cde/lib/DtSvc/Makefile.am
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue