Files
cdesktop/cde/programs/dtmail/libDtMail/RFC/Makefile.am
Jon Trulson 77dfe92b3c dtmail: Make it build. There is more work to be done here.
Specifically, we should be able to have libDtMail subdir build all of
it's objects directly w/o intervening Makefile.am's and archive .a
libs.
2019-10-29 18:34:05 -06:00

19 lines
534 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
noinst_LIBRARIES = libRFC.a
libRFC_a_CXXFLAGS = -I../Common -I../../include -I../../include/utils \
$(TIRPCINC) -DTTLOCK_OFF
if SOLARIS
libRFC_a_CXXFLAGS += -DMMAP_NORESERVE -DSPRO_V2
endif
libRFC_a_SOURCES = AliasExpand.C MIMEBodyPart.C \
MIMEPartial.C RFCBodyPart.C \
RFCEnvelope.C RFCFormat.C \
RFCMIME.C RFCMailBox.C \
RFCMailValues.C RFCMessage.C \
RFCTransport.C SunV3.C \
V3BodyPart.C