#
# Copyright (c) 2001-2006 NeuStar, Inc. All Rights Reserved.
#
# $Id: Makefile,v 1.8 2008/03/21 20:23:55 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=\
	EppXriAuthority.$(O)	\
	EppXriRef.$(O)	\
	EppXriSynonym.$(O)	\
	EppXriName.$(O)	\
	EppXriNumber.$(O)	\
	EppXriNumberAttribute.$(O)	\
	EppXriService.$(O)	\
	EppXriSocialData.$(O)	\
	EppXriServiceEndpointRule.$(O)	\
	EppXriServiceEndpoint.$(O)	\
	EppXriTrustee.$(O)	\
	EppXriURI.$(O)	\

HDRS=\
	EppXriAuthority.hpp	\
	EppXriRef.hpp	\
	EppXriSynonym.hpp	\
	EppXriName.hpp	\
	EppXriNumber.hpp	\
	EppXriNumberAttribute.hpp	\
	EppXriService.hpp	\
	EppXriSocialData.hpp	\
	EppXriServiceEndpointRule.hpp	\
	EppXriServiceEndpointType.hpp	\
	EppXriServiceEndpointPath.hpp	\
	EppXriServiceEndpointMediaType.hpp	\
	EppXriServiceEndpoint.hpp	\
	EppXriTrustee.hpp	\
	EppXriURI.hpp	\

SRCS=\
	EppXriAuthority.cpp	\
	EppXriRef.cpp	\
	EppXriSynonym.cpp	\
	EppXriName.cpp	\
	EppXriNumber.cpp	\
	EppXriService.cpp	\
	EppXriNumberAttribute.cpp	\
	EppXriSocialData.cpp	\
	EppXriServiceEndpointRule.cpp	\
	EppXriServiceEndpoint.cpp	\
	EppXriTrustee.cpp	\
	EppXriURI.cpp	\

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