Files
cdesktop/cde/programs/dtmail/libDtMail/Common/Makefile.am
Jon Trulson c329d5cfd7 Remove $(TIRPCINC) from all Makefile.am files - it no longer exists
Also, restructure some of the dependencies in the lib/tt binaries.  We
will link with libtt (which will include libtirpc as a dependency),
and XTOOLLIB - all the right X11 stuff without needing to add it to
every OS.  Removed several uneeded OS specializations ("if LINUX",
etc) as a result.
2019-11-20 18:52:29 -07:00

42 lines
982 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libCommon.a
libCommon_a_CXXFLAGS = -I../../include -I../../include/utils -I$(srcdir)/lib \
-DDL_NOT_DYNAMIC -DUSE_SOCKSTREAM
if SOLARIS
libCommon_a_CXXFLAGS += -DMMAP_NORESERVE -DSPRO_V2
endif
libCommon_a_SOURCES = APOPServer.C \
AUTOServer.C \
Buffer.C \
DetermineFileLocality.C \
DtMailBodyPart.C \
DtMailEnvelope.C \
DtMailError.C \
DtMailMailBox.C \
DtMailMessage.C \
DtMailRc.C \
DtMailServer.C \
DtMailTransport.C \
DtMailValuesBuiltin.C \
DtMailXtProc.C \
DtVirtArray.C \
DynamicLib.C \
FileShare.C \
HashTable.C \
IMAPServer.C \
IO.C \
LanguagePortability.C \
ObjectKey.C \
NotDynamic.C \
POP2Server.C \
POP3Server.C \
Process.C \
Session.C \
Threads.C \
md5.C \
str_utils.C