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.
19 lines
522 B
Makefile
19 lines
522 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
noinst_LIBRARIES = libRFC.a
|
|
|
|
libRFC_a_CXXFLAGS = -I../Common -I../../include -I../../include/utils \
|
|
-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
|