#
# Copyright (c) 2001-2006 NeuStar, Inc. All Rights Reserved.
#
# $Id: Makefile,v 1.7 2008/04/24 21:31:59 wtan Exp $
#
# This is the Makefile for building EPP Java Implementation
#
# Makefile for directory src/com/neulevel/epp/xri

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

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