#
# Makefile for IndexHelp for UNIX.
#
TRACE	?= 0

#------------------------------------------------------------------------
#target-specific macros

TARGET 	   	= IndexHelp
MODULES		= ${TARGET} os osgbpb osfile osfind x kernel unix
INCLUDES	= -I.. -I../support
DEFINES		= -DUNIX -DEXECUTE_ON_UNIX -D__swi
VPATH		= ../support ../oslib/unix

#------------------------------------------------------------------------
# additional modules required if tracing
TRACEMODULES = trace m osargs

# all the general rules are in ../GNUmakefile.source
include ../GNUmakefile.source
