#
# Copyright (c) 2001-2006 NeuStar, Inc. All Rights Reserved.
#
# $Id: Makefile,v 1.2 2006/03/01 01:35:38 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=\
	EppExtension.$(O)	\
	EppSecDnsDsData.$(O)	\

HDRS=\
	EppExtension.hpp	\
	EppSecDnsDsData.hpp	\

SRCS=\
	EppExtension.cpp	\
	EppSecDnsDsData.cpp	\

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