lib/DtSvc: add automake files
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user