#
# 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=\
	EppCommandCheckXriAuthority.$(O)	\
	EppCommandCheckXriName.$(O)	\
	EppCommandCheckXriNumber.$(O)	\
	EppCommandCheckXriService.$(O)	\
	EppCommandDeleteXriAuthority.$(O)	\
	EppCommandDeleteXriName.$(O)	\
	EppCommandDeleteXriNumber.$(O)	\
	EppCommandDeleteXriService.$(O)	\
	EppCommandInfoXriAuthority.$(O)	\
	EppCommandInfoXriName.$(O)	\
	EppCommandInfoXriNumber.$(O)	\
	EppCommandInfoXriService.$(O)	\
	EppCommandUpdateXriAuthority.$(O)	\
	EppCommandUpdateXriName.$(O)	\
	EppCommandUpdateXriNumber.$(O)	\
	EppCommandUpdateXriService.$(O)	\
	EppCommandRenewXriName.$(O)	\
	EppCommandRenewXriNumber.$(O)	\
	EppCommandRenewXriService.$(O)	\
	EppCommandTransferXriAuthority.$(O)	\
	EppCommandTransferXriName.$(O)	\

HDRS=\
	EppCommandCheckXriAuthority.hpp	\
	EppCommandCheckXriName.hpp	\
	EppCommandCheckXriNumber.hpp	\
	EppCommandCheckXriService.hpp	\
	EppCommandDeleteXriAuthority.hpp	\
	EppCommandDeleteXriName.hpp	\
	EppCommandDeleteXriNumber.hpp	\
	EppCommandDeleteXriService.hpp	\
	EppCommandInfoXriAuthority.hpp	\
	EppCommandInfoXriName.hpp	\
	EppCommandInfoXriNumber.hpp	\
	EppCommandInfoXriService.hpp	\
	EppCommandUpdateXriAuthority.hpp	\
	EppCommandUpdateXriName.hpp	\
	EppCommandUpdateXriNumber.hpp	\
	EppCommandUpdateXriService.hpp	\
	EppCommandRenewXriName.hpp	\
	EppCommandRenewXriNumber.hpp	\
	EppCommandRenewXriService.hpp	\
	EppCommandTransferXriAuthority.hpp	\
	EppCommandTransferXriName.hpp	\

SRCS=\
	EppCommandCheckXriAuthority.cpp	\
	EppCommandCheckXriName.cpp	\
	EppCommandCheckXriNumber.cpp	\
	EppCommandCheckXriService.cpp	\
	EppCommandDeleteXriAuthority.cpp	\
	EppCommandDeleteXriName.cpp	\
	EppCommandDeleteXriNumber.cpp	\
	EppCommandDeleteXriService.cpp	\
	EppCommandInfoXriAuthority.cpp	\
	EppCommandInfoXriName.cpp	\
	EppCommandInfoXriNumber.cpp	\
	EppCommandInfoXriService.cpp	\
	EppCommandUpdateXriAuthority.cpp	\
	EppCommandUpdateXriName.cpp	\
	EppCommandUpdateXriNumber.cpp	\
	EppCommandUpdateXriService.cpp	\
	EppCommandRenewXriName.cpp	\
	EppCommandRenewXriNumber.cpp	\
	EppCommandRenewXriService.cpp	\
	EppCommandTransferXriAuthority.cpp	\
	EppCommandTransferXriName.cpp	\

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