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

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

OBJS=\
	BizProtect.$(O)	\
	BizContact.$(O)	\
	BizAccount.$(O)	\
	BizLock.$(O)	\

HDRS=\
	BizProtect.hpp	\
	BizContact.hpp	\
	BizAccount.hpp	\
	BizLock.hpp	\

SRCS=\
	BizProtect.cpp	\
	BizContact.cpp	\
	BizAccount.cpp	\
	BizLock.cpp	\

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