/* Imakefile for tkWWW.server */

#include "../tkWWW.imake"
#include "Version.make"

IM = ../../Library/Implementation
LM = ../../Library/unix.x

INCLUDES = TclIncludeDirectory -I. -I$(IM)
LOCAL_LIBRARIES = TclLibraryDirectory -L$(LM) -ltcl -lwww
DEFINES = -DSERVER_VERSION=\"$(SERVER_VERSION)\"

OBJS = TkWWWMain.o TkWWWCmds.o GridText.o DefaultStyles.o HTInit.o HTFile.o \
HTFormat.o HTGopher.o HTML.o HTAccess.o

ComplexProgramTarget(tkWWW.server)

