#
# Copyright (c) 2001-2006 NeuStar, Inc. All Rights Reserved.
#
# $Id: Makefile,v 1.2 2006/03/01 01:35:37 wtan Exp $
#
# This is the Makefile for building EPP C++ Implementation
#
# Makefile for directory src/epp/core

TOP=../../..
DIRS=command response
include $(TOP)/src/Makefile.plat

OBJS=\
	EppEntity.$(O)	\
	EppAddress.$(O)	\
	EppAuthInfo.$(O)	\
	EppE164.$(O)	\
	EppPeriod.$(O)	\
	EppIpAddress.$(O)	\
	EppContactData.$(O)	\
	EppContactType.$(O)	\
	EppHello.$(O)	\
	EppStatus.$(O)	\
	EppPollable.$(O)	\
	EppServiceMenu.$(O)	\
	EppDataCollectionStatement.$(O)	\
	EppDataCollectionPolicy.$(O)	\
	EppGreeting.$(O)	\
	EppObject.$(O)	\
	EppContactDisclose.$(O)	\
	EppContact.$(O)	\
	EppHostAttribute.$(O)	\
	EppDomain.$(O)	\
	EppHost.$(O)	\
	EppSvcsub.$(O)	\
	EppSvcsubParam.$(O)	\
	EppTransactionId.$(O)	\
	EppError.$(O)	\
	EppUnspec.$(O)	\
	EppParser.$(O)	\
	EppUtil.$(O)

HDRS=\
	EppEntity.hpp	\
	EppAddress.hpp	\
	EppAuthInfo.hpp	\
	EppE164.hpp	\
	EppPeriod.hpp	\
	EppIpAddress.hpp	\
	EppContactData.hpp	\
	EppContactType.hpp	\
	EppStatus.hpp	\
	EppHello.hpp	\
	EppPollable.hpp	\
	EppServiceMenu.hpp	\
	EppDataCollectionStatement.hpp	\
	EppDataCollectionPolicy.hpp	\
	EppGreeting.hpp	\
	EppObject.hpp	\
	EppContactDisclose.hpp	\
	EppContact.hpp	\
	EppHostAttribute.hpp	\
	EppDomain.hpp	\
	EppHost.hpp	\
	EppSvcsub.hpp	\
	EppSvcsubParam.hpp	\
	EppTransactionId.hpp	\
	EppError.hpp	\
	EppUnspec.hpp	\
	EppParser.hpp	\
	EppUtil.hpp

SRCS=\
	EppEntity.cpp	\
	EppAddress.cpp	\
	EppAuthInfo.cpp	\
	EppE164.cpp	\
	EppPeriod.cpp	\
	EppIpAddress.cpp	\
	EppContactData.cpp	\
	EppContactType.cpp	\
	EppHello.cpp	\
	EppStatus.cpp	\
	EppPollable.cpp	\
	EppServiceMenu.cpp	\
	EppDataCollectionStatement.cpp	\
	EppDataCollectionPolicy.cpp	\
	EppGreeting.cpp	\
	EppObject.cpp	\
	EppContactDisclose.cpp	\
	EppContact.cpp	\
	EppHostAttribute.cpp	\
	EppDomain.cpp	\
	EppHost.cpp	\
	EppSvcsub.cpp	\
	EppSvcsubParam.cpp	\
	EppTransactionId.cpp	\
	EppError.cpp	\
	EppUnspec.cpp	\
	EppParser.cpp	\
	EppUtil.cpp	\
	EppUtilTime.cpp

TARGETS=$(OBJS)
include $(TOP)/src/Makefile.incl
