# $Id: Makefile,v 1.3 2001/01/04 20:09:35 deepalir Exp $ # # $Log: Makefile,v $ # Revision 1.3 2001/01/04 20:09:35 deepalir # Add: LIBXML package # # Revision 1.2 2000/12/18 21:24:11 deepalir # Add: the PAM package # # Revision 1.1 2000/11/16 23:11:41 deepali # Initial Creation # # Revision 1.39 2000/09/20 00:31:08 deepali # Reverted back to version 1.1 # Streamio is removed and TcpSocket is added again. # BUILD = ../../build include $(BUILD)/Makefile.pre PACKAGES += MAIL LIBIMAP VME VMCP UTIL PAM PTHREAD LIBXML TESTPROGRAMS = \ vmserver.cxx \ SRC = \ StateVM.cxx \ Configuration.cxx \ VmSession.cxx \ MenuState.cxx \ DTMFCollector.cxx \ StateLogin.cxx \ StateMain.cxx \ StatePlayGreeting.cxx \ StatePlayOwnerGreeting.cxx \ StatePlaySync.cxx \ StateRecordGreeting.cxx \ StateRecordMessage.cxx \ StateSetup.cxx \ UserConfiguration.cxx \ cfgParser.cxx include $(BUILD)/Makefile.post