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

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

OBJS=\
	EppResponseDataCheckXriAuthority.$(O)	\
	EppResponseDataCheckXriName.$(O)	\
	EppResponseDataCheckXriNumber.$(O)	\
	EppResponseDataCheckXriService.$(O)	\
	EppResponseDataCreateXriAuthority.$(O)	\
	EppResponseDataCreateXriName.$(O)	\
	EppResponseDataCreateXriNumber.$(O)	\
	EppResponseDataCreateXriService.$(O)	\
	EppResponseDataRenewXriName.$(O)	\
	EppResponseDataRenewXriNumber.$(O)	\
	EppResponseDataRenewXriService.$(O)	\
	EppResponseDataTransferXriAuthority.$(O)	\
	EppResponseDataTransferXriName.$(O)	\
	EppResponseDataPendingXriAuthority.$(O)	\
	EppResponseDataPendingXriName.$(O)	\
	EppResponseDataPendingXriNumber.$(O)	\
	EppResponseDataPendingXriService.$(O)	\

HDRS=\
	EppResponseDataCheckXriAuthority.hpp	\
	EppResponseDataCheckXriName.hpp	\
	EppResponseDataCheckXriNumber.hpp	\
	EppResponseDataCheckXriService.hpp	\
	EppResponseDataCreateXriAuthority.hpp	\
	EppResponseDataCreateXriName.hpp	\
	EppResponseDataCreateXriNumber.hpp	\
	EppResponseDataCreateXriService.hpp	\
	EppResponseDataRenewXriName.hpp	\
	EppResponseDataRenewXriNumber.hpp	\
	EppResponseDataRenewXriService.hpp	\
	EppResponseDataTransferXriAuthority.hpp	\
	EppResponseDataTransferXriName.hpp	\
	EppResponseDataPendingXriAuthority.hpp	\
	EppResponseDataPendingXriName.hpp	\
	EppResponseDataPendingXriNumber.hpp	\
	EppResponseDataPendingXriService.hpp	\

SRCS=\
	EppResponseDataCheckXriAuthority.cpp	\
	EppResponseDataCheckXriName.cpp	\
	EppResponseDataCheckXriNumber.cpp	\
	EppResponseDataCheckXriService.cpp	\
	EppResponseDataCreateXriAuthority.cpp	\
	EppResponseDataCreateXriName.cpp	\
	EppResponseDataCreateXriNumber.cpp	\
	EppResponseDataCreateXriService.cpp	\
	EppResponseDataRenewXriName.cpp	\
	EppResponseDataRenewXriNumber.cpp	\
	EppResponseDataRenewXriService.cpp	\
	EppResponseDataTransferXriAuthority.cpp	\
	EppResponseDataTransferXriName.cpp	\
	EppResponseDataPendingXriAuthority.cpp	\
	EppResponseDataPendingXriName.cpp	\
	EppResponseDataPendingXriNumber.cpp	\
	EppResponseDataPendingXriService.cpp	\

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