#
# $Id: Makefile,v 1.7 2002/08/21 06:35:51 kingofgib Exp $
#
DEVROOT		= ../..

include ../../files/Make.header

#----------------------------------------------------------------------

OBJ		= server.$(OBJSUFFIX)
OUT		= server

# All the libraries the executable needs
GENLIBS = $(LIBDIR)/libpnet6.$(LIBSUFFIX)

LLIBS	= $(GENLIBS)

LINC  = -I../include -I../../include -I../.. 

XRELFLAGS = 
XDBGFLAGS = 

# Tell make to build an executable
TGT   = exe

include ../../files/Make.trailer

#----------------------------------------------------------------------

server.$(OBJSUFFIX) : ../../src/pnet6.h
