programs/: remove Imakefiles for completed modules
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/6 1998/08/10 15:47:38 mgreess $
|
||||
XCOMM @(#)Imakefile 1.35 07 Oct 1994
|
||||
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
||||
|
||||
#ifdef SunArchitecture
|
||||
.NO_PARALLEL:
|
||||
#endif
|
||||
|
||||
SUBDIRS = libDtMail MotifApp dtmail dtmailpr
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
@@ -1,83 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/8 1998/08/05 13:24:05 mgreess $
|
||||
#define DoNormalLib YES
|
||||
#define DoSharedLib NO
|
||||
#define DoDebugLib NO
|
||||
#define DoProfileLib NO
|
||||
#define LibName MotifApp
|
||||
#define LibHeaders NO
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
INCLUDES = -I../include/MotifApp -I../include -I../include/utils $(TIRPCINC)
|
||||
|
||||
#ifndef DtMailDefines
|
||||
# define DtMailDefines
|
||||
#endif
|
||||
DEFINES = DtMailDefines
|
||||
|
||||
#ifdef HPArchitecture
|
||||
EXTRA_C++OPTIONS = +p
|
||||
#endif
|
||||
|
||||
#ifdef SunArchitecture
|
||||
# ifdef USE_SPRO_V3
|
||||
SPRO_V3_OPTIONS = -noex -xO0 -USPRO_V2
|
||||
# ifdef DEBUGTREE
|
||||
SPRO_V3_OPTIONS += -xsb
|
||||
# endif
|
||||
# endif
|
||||
|
||||
EXTRA_C++OPTIONS = -xF +p +w $(SPRO_V3_OPTIONS)
|
||||
|
||||
#endif /* SunArchitecture */
|
||||
|
||||
HEADERS =
|
||||
|
||||
SRCS = \
|
||||
Application.C AskFirstCmd.C \
|
||||
BasicComponent.C BusyPixmap.C \
|
||||
ButtonInterface.C Cmd.C \
|
||||
CmdInterface.C CmdList.C \
|
||||
DialogManager.C Help.C \
|
||||
IconifyCmd.C InfoDialogManager.C \
|
||||
InterruptibleCmd.C Main.C \
|
||||
MainWindow.C ManageCmd.C \
|
||||
MenuBar.C MenuWindow.C \
|
||||
MotifCmds.C NoUndoCmd.C \
|
||||
PixmapCycler.C PromptDialogManager.C \
|
||||
QuestionDialogManager.C QuitCmd.C \
|
||||
ScrollingList.C SelectFileCmd.C \
|
||||
ToggleButtonInterface.C UIComponent.C \
|
||||
UndoCmd.C WarnNoUndoCmd.C \
|
||||
WorkingDialogManager.C
|
||||
|
||||
OBJS = \
|
||||
Application.o AskFirstCmd.o \
|
||||
BasicComponent.o BusyPixmap.o \
|
||||
ButtonInterface.o Cmd.o \
|
||||
CmdInterface.o CmdList.o \
|
||||
DialogManager.o Help.o \
|
||||
IconifyCmd.o InfoDialogManager.o \
|
||||
InterruptibleCmd.o Main.o \
|
||||
MainWindow.o ManageCmd.o \
|
||||
MenuBar.o MenuWindow.o \
|
||||
MotifCmds.o NoUndoCmd.o \
|
||||
PixmapCycler.o PromptDialogManager.o \
|
||||
QuestionDialogManager.o QuitCmd.o \
|
||||
ScrollingList.o SelectFileCmd.o \
|
||||
ToggleButtonInterface.o UIComponent.o \
|
||||
UndoCmd.o WarnNoUndoCmd.o \
|
||||
WorkingDialogManager.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
DependTarget()
|
||||
|
||||
#ifdef SunArchitecture
|
||||
clean::
|
||||
$(RM) -r .sb
|
||||
$(RM) .make.state*
|
||||
#endif
|
||||
@@ -1,127 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/25 1998/02/17 15:18:16 mgreess $
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
||||
|
||||
INCLUDES = -I. -I../include -I../include/MotifApp \
|
||||
-I../include/utils -I../include/DtMail \
|
||||
-I../libDtMail/RFC -I$(CDELIBSRC) -I$(DTHELPSRC) \
|
||||
$(STD_INCLUDES) $(TIRPCINC)
|
||||
|
||||
#ifndef DtMailDefines
|
||||
# define DtMailDefines
|
||||
#endif
|
||||
DEFINES = -DRELEASE_NOTES -DDTMAIL_TOOLTALK -DDTEDITOR DtMailDefines
|
||||
|
||||
DEPLIBS = ../MotifApp/libMotifApp.a ../libDtMail/libDtMail.a DepDtClientLibs
|
||||
LOCAL_LIBRARIES = ../libDtMail/libDtMail.a ../MotifApp/libMotifApp.a DtClientLibs
|
||||
|
||||
/* Sun needs the widechar library */
|
||||
#ifdef SunArchitecture
|
||||
SYS_LIBRARIES = $(DYNLIBSYSLIB) $(ICONVSYSLIB) $(REGEXSYSLIB) -lw -lm
|
||||
#else
|
||||
SYS_LIBRARIES = $(DYNLIBSYSLIB) $(ICONVSYSLIB) $(REGEXSYSLIB) -lm
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef SunArchitecture
|
||||
# ifndef SUNPRODIR
|
||||
SUNPRO_DIR = /opt/SUNWspro
|
||||
# else
|
||||
SUNPRO_DIR = SUNPRODIR
|
||||
# endif
|
||||
|
||||
C++LIBPATH = -L$(SUNPRO_DIR)/lib
|
||||
|
||||
# ifdef USE_SPRO_V3
|
||||
SPRO_V3_OPTIONS = -noex -USPRO_V2
|
||||
# ifdef DEBUGTREE
|
||||
SPRO_V3_OPTIONS += -xsb
|
||||
# endif /* DEBUGTREE */
|
||||
# else
|
||||
EXTRA_CCOPTIONS += -DSPRO_V2
|
||||
# endif /* USE_SPRO_V3 */
|
||||
|
||||
EXTRA_C++OPTIONS = -xF +w $(SPRO_V3_OPTIONS)
|
||||
EXTRA_CCOPTIONS = -xF -xstrconst -Xa -v
|
||||
|
||||
# ifdef USE_EDITRES
|
||||
EXTRA_LIBRARIES = $(XMULIB) ExtraLibraries
|
||||
# endif
|
||||
#endif /* SunArchitecture */
|
||||
|
||||
SRCS = AliasListUiItem.C AlternatesListUiItem.C \
|
||||
AntiCheckBoxUiItem.C AttachArea.C \
|
||||
Attachment.C \
|
||||
CheckBoxUiItem.C CheckForMailUiItem.C \
|
||||
ComposeCmds.C CustomListUiItem.C \
|
||||
Dialog.C DialogShell.C \
|
||||
DmxMailbox.C DmxMessage.C \
|
||||
DmxPrintJob.C DmxPrintOptions.C \
|
||||
DmxPrintOutput.C DmxPrintSetup.C \
|
||||
DmxUtils.C DtEditor.C \
|
||||
DtMailEditor.C DtMailGenDialog.C \
|
||||
DtMailWDM.C Editor.C \
|
||||
EncryptedTextFieldUiItem.C FindDialog.C \
|
||||
Fonts.C Icon.C \
|
||||
IgnoreListUiItem.C Image.C \
|
||||
InboxTextFieldUiItem.C IndexedOptionMenu.C \
|
||||
IndexedOptionMenuUiItem.C ListUiItem.C \
|
||||
MailRcSource.C MailRetrievalOptions.C \
|
||||
MailSession.C \
|
||||
MoveMenuListUiItem.C MsgHndArray.C \
|
||||
MsgScrollingList.C NoOpCmd.C \
|
||||
OptCmd.C PasswordDialogManager.C \
|
||||
PropUi.C QueryDialogManager.C \
|
||||
RoamApp.C RoamCmds.C \
|
||||
RoamInterruptibleCmd.C RoamMenuWindow.C \
|
||||
ScaleUiItem.C SendMsgDialog.C \
|
||||
Sort.C SortCmd.C \
|
||||
SpinBoxUiItem.C StringTab.c \
|
||||
TemplateListUiItem.C TextFieldUiItem.C \
|
||||
Undelete.C ViewMsgDialog.C \
|
||||
WMSaveSession.C XmStrCollector.C \
|
||||
XmTextEditor.C XtArgCollector.C \
|
||||
dtb_utils.C options_stubs.C \
|
||||
options_ui.C options_util.C
|
||||
|
||||
OBJS = AliasListUiItem.o AlternatesListUiItem.o \
|
||||
AntiCheckBoxUiItem.o AttachArea.o \
|
||||
Attachment.o \
|
||||
CheckBoxUiItem.o CheckForMailUiItem.o \
|
||||
ComposeCmds.o CustomListUiItem.o \
|
||||
Dialog.o DialogShell.o \
|
||||
DmxMailbox.o DmxMessage.o \
|
||||
DmxPrintJob.o DmxPrintOptions.o \
|
||||
DmxPrintOutput.o DmxPrintSetup.o \
|
||||
DmxUtils.o DtEditor.o \
|
||||
DtMailEditor.o DtMailGenDialog.o \
|
||||
DtMailWDM.o Editor.o \
|
||||
EncryptedTextFieldUiItem.o FindDialog.o \
|
||||
Fonts.o Icon.o \
|
||||
IgnoreListUiItem.o Image.o \
|
||||
InboxTextFieldUiItem.o IndexedOptionMenu.o \
|
||||
IndexedOptionMenuUiItem.o ListUiItem.o \
|
||||
MailRcSource.o MailRetrievalOptions.o \
|
||||
MailSession.o \
|
||||
MoveMenuListUiItem.o MsgHndArray.o \
|
||||
MsgScrollingList.o NoOpCmd.o \
|
||||
OptCmd.o PasswordDialogManager.o \
|
||||
PropUi.o QueryDialogManager.o \
|
||||
RoamApp.o RoamCmds.o \
|
||||
RoamInterruptibleCmd.o RoamMenuWindow.o \
|
||||
ScaleUiItem.o SendMsgDialog.o \
|
||||
Sort.o SortCmd.o \
|
||||
SpinBoxUiItem.o StringTab.o \
|
||||
TemplateListUiItem.o TextFieldUiItem.o \
|
||||
Undelete.o ViewMsgDialog.o \
|
||||
WMSaveSession.o XmStrCollector.o \
|
||||
XmTextEditor.o XtArgCollector.o \
|
||||
dtb_utils.o options_stubs.o \
|
||||
options_ui.o options_util.o
|
||||
|
||||
# Rules
|
||||
NormalCplusplusObjectRule()
|
||||
|
||||
ComplexCplusplusProgramTarget(dtmail)
|
||||
@@ -1,49 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/15 1998/08/05 13:24:40 mgreess $
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
||||
|
||||
INCLUDES = -I. -I../include -I../../dtcompat -I../../../. \
|
||||
-I$(CDELIBSRC) $(STD_INCLUDES) $(TIRPCINC)
|
||||
|
||||
#ifndef DtMailDefines
|
||||
# define DtMailDefines
|
||||
#endif
|
||||
DEFINES = DtMailDefines
|
||||
|
||||
DEPLIBS = ../libDtMail/libDtMail.a DepDtClientLibs
|
||||
LOCAL_LIBRARIES = ../libDtMail/libDtMail.a DtClientLibs
|
||||
SYS_LIBRARIES = $(DYNLIBSYSLIB) $(ICONVSYSLIB) $(REGEXSYSLIB) -lm
|
||||
|
||||
#ifdef SunArchitecture
|
||||
# ifndef SUNPRODIR
|
||||
SUNPRO_DIR = /opt/SUNWspro
|
||||
# else
|
||||
SUNPRO_DIR = SUNPRODIR
|
||||
# endif
|
||||
|
||||
C++LIBPATH = -L$(SUNPRO_DIR)/lib
|
||||
|
||||
EXTRA_CCOPTIONS = -xstrconst -Xc -v
|
||||
# ifdef USE_SPRO_V3
|
||||
SPRO_V3_OPTIONS = -noex -USPRO_V2
|
||||
# ifdef DEBUGTREE
|
||||
SPRO_V3_OPTIONS += -xsb
|
||||
# endif /* DEBUGTREE */
|
||||
# else
|
||||
EXTRA_CCOPTIONS += -DSPRO_V2
|
||||
# endif /* USE_SPRO_V3 */
|
||||
|
||||
EXTRA_C++OPTIONS = +p +w $(SPRO_V3_OPTIONS)
|
||||
MT_LIBS = $(C++_LIB) -lm -lw -lc
|
||||
|
||||
SYS_LIBRARIES = -lintl -lnsl $(MT_LIBS)
|
||||
#endif /* SunArchitecture */
|
||||
|
||||
SRCS = main.C message.C mailbox.C utils.C
|
||||
OBJS = main.o message.o mailbox.o utils.o
|
||||
|
||||
NormalCplusplusObjectRule()
|
||||
|
||||
ComplexCplusplusProgramTarget(dtmailpr)
|
||||
@@ -1,115 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/10 1998/11/09 18:30:37 mgreess $
|
||||
#define DoNormalLib YES
|
||||
#define DoSharedLib NO
|
||||
#define DoDebugLib NO
|
||||
#define DoProfileLib NO
|
||||
#define LibName DtMail
|
||||
#define LibHeaders NO
|
||||
#define LibCreate NO
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
INCLUDES = -I. -I../../include -I../../include/utils -I$(CDELIBSRC) \
|
||||
$(STD_INCLUDES) $(TIRPCINC)
|
||||
|
||||
#if HasVFork
|
||||
VFORK_DEFINES = -DHAS_VFORK
|
||||
#else
|
||||
VFORK_DEFINES =
|
||||
#endif
|
||||
|
||||
#if defined(DtMailDynamicLinking) && DtMailDynamicLinking
|
||||
DYNLIB_SRCS = DlDynamicLib.C
|
||||
DYNLIB_OBJS = DlDynamicLib.o
|
||||
DYNLIB_DEFINES = -DDL_DYNAMIC_LIBS
|
||||
#else
|
||||
DYNLIB_SRCS = NotDynamic.C
|
||||
DYNLIB_OBJS = NotDynamic.o
|
||||
DYNLIB_DEFINES = -DDL_NOT_DYNAMIC
|
||||
#endif
|
||||
|
||||
#ifndef DtMailDefines
|
||||
# define DtMailDefines
|
||||
#endif
|
||||
|
||||
#ifndef HPArchitecture
|
||||
MAILSERVER_DEFINES = -DUSE_SOCKSTREAM
|
||||
#endif
|
||||
|
||||
DEFINES = $(VFORK_DEFINES) $(DYNLIB_DEFINES) $(MAILSERVER_DEFINES) DtMailDefines
|
||||
|
||||
SRCS = \
|
||||
$(DYNLIB_SRCS) \
|
||||
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 \
|
||||
POP2Server.C \
|
||||
POP3Server.C \
|
||||
Process.C \
|
||||
Session.C \
|
||||
Threads.C \
|
||||
md5.C \
|
||||
str_utils.C
|
||||
|
||||
/*
|
||||
* NOTE: All changes here must be mirrored in ../Imakefile's COMMON_OBJS
|
||||
*/
|
||||
OBJS = \
|
||||
$(DYNLIB_OBJS) \
|
||||
APOPServer.o \
|
||||
AUTOServer.o \
|
||||
Buffer.o \
|
||||
DetermineFileLocality.o \
|
||||
DtMailBodyPart.o \
|
||||
DtMailEnvelope.o \
|
||||
DtMailError.o \
|
||||
DtMailMailBox.o \
|
||||
DtMailMessage.o \
|
||||
DtMailRc.o \
|
||||
DtMailServer.o \
|
||||
DtMailTransport.o \
|
||||
DtMailValuesBuiltin.o \
|
||||
DtMailXtProc.o \
|
||||
DtVirtArray.o \
|
||||
DynamicLib.o \
|
||||
FileShare.o \
|
||||
HashTable.o \
|
||||
IMAPServer.o \
|
||||
IO.o \
|
||||
LanguagePortability.o \
|
||||
ObjectKey.o \
|
||||
POP2Server.o \
|
||||
POP3Server.o \
|
||||
Process.o \
|
||||
Session.o \
|
||||
Threads.o \
|
||||
md5.o \
|
||||
str_utils.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,82 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/10 1998/08/10 15:47:14 mgreess $
|
||||
#define DoNormalLib YES
|
||||
#define DoSharedLib NO
|
||||
#define DoDebugLib NO
|
||||
#define DoProfileLib NO
|
||||
#define LibName DtMail
|
||||
#define LibHeaders NO
|
||||
#define LibInstall NO
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
|
||||
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = Common RFC
|
||||
EXTRALIBRARYDEPS = Common/DONE RFC/DONE
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
ForceSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#if defined(DtMailDynamicLinking) && DtMailDynamicLinking
|
||||
DYNLIB_SRCS = Common/DlDynamicLib.C
|
||||
DYNLIB_OBJS = Common/DlDynamicLib.o
|
||||
#else
|
||||
DYNLIB_SRCS = Common/NotDynamic.C
|
||||
DYNLIB_OBJS = Common/NotDynamic.o
|
||||
#endif
|
||||
|
||||
COMMON_OBJS = \
|
||||
$(DYNLIB_OBJS) \
|
||||
Common/APOPServer.o \
|
||||
Common/AUTOServer.o \
|
||||
Common/Buffer.o \
|
||||
Common/DetermineFileLocality.o \
|
||||
Common/DtMailBodyPart.o \
|
||||
Common/DtMailEnvelope.o \
|
||||
Common/DtMailError.o \
|
||||
Common/DtMailMailBox.o \
|
||||
Common/DtMailMessage.o \
|
||||
Common/DtMailRc.o \
|
||||
Common/DtMailServer.o \
|
||||
Common/DtMailTransport.o \
|
||||
Common/DtMailValuesBuiltin.o \
|
||||
Common/DtMailXtProc.o \
|
||||
Common/DtVirtArray.o \
|
||||
Common/DynamicLib.o \
|
||||
Common/FileShare.o \
|
||||
Common/HashTable.o \
|
||||
Common/IMAPServer.o \
|
||||
Common/IO.o \
|
||||
Common/LanguagePortability.o \
|
||||
Common/ObjectKey.o \
|
||||
Common/POP2Server.o \
|
||||
Common/POP3Server.o \
|
||||
Common/Process.o \
|
||||
Common/Session.o \
|
||||
Common/Threads.o \
|
||||
Common/md5.o \
|
||||
Common/str_utils.o
|
||||
|
||||
RFC_OBJS = \
|
||||
RFC/AliasExpand.o \
|
||||
RFC/MIMEBodyPart.o \
|
||||
RFC/MIMEPartial.o \
|
||||
RFC/RFCBodyPart.o \
|
||||
RFC/RFCEnvelope.o \
|
||||
RFC/RFCFormat.o \
|
||||
RFC/RFCMailBox.o \
|
||||
RFC/RFCMailValues.o \
|
||||
RFC/RFCMessage.o \
|
||||
RFC/RFCMIME.o \
|
||||
RFC/RFCTransport.o \
|
||||
RFC/SunV3.o \
|
||||
RFC/V3BodyPart.o
|
||||
|
||||
OBJS = $(COMMON_OBJS) $(RFC_OBJS)
|
||||
|
||||
#include <Library.tmpl>
|
||||
@@ -1,54 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/8 1998/08/05 13:25:32 mgreess $
|
||||
#define DoNormalLib YES
|
||||
#define DoSharedLib NO
|
||||
#define DoDebugLib NO
|
||||
#define DoProfileLib NO
|
||||
#define LibName DtMail
|
||||
#define LibHeaders NO
|
||||
#define LibCreate NO
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
INCLUDES = -I. -I../Common -I../../include -I../../include/utils \
|
||||
-I$(CDELIBSRC) $(STD_INCLUDES) $(TIRPCINC)
|
||||
|
||||
#if HasVFork
|
||||
VFORK_DEFINES = -DHAS_VFORK
|
||||
#else
|
||||
VFORK_DEFINES =
|
||||
#endif
|
||||
|
||||
#ifndef DtMailDefines
|
||||
# define DtMailDefines
|
||||
#endif
|
||||
DEFINES = -DTTLOCK_OFF $(VFORK_DEFINES) DtMailDefines
|
||||
|
||||
SRCS = \
|
||||
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
|
||||
|
||||
/*
|
||||
* NOTE: All changes here must be mirrored in ../Imakefile's RFC_OBJS
|
||||
*/
|
||||
OBJS = \
|
||||
AliasExpand.o MIMEBodyPart.o \
|
||||
MIMEPartial.o RFCBodyPart.o \
|
||||
RFCEnvelope.o RFCFormat.o \
|
||||
RFCMailBox.o RFCMailValues.o \
|
||||
RFCMessage.o RFCMIME.o \
|
||||
RFCTransport.o SunV3.o \
|
||||
V3BodyPart.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
Reference in New Issue
Block a user