# define the module executable
TARGET = iserver_set

# set up the defaults
all: $(TARGET) 

include $(UTILS_DIR)/include/maketools/fltk.mk

LIB_DEPENDS = 

EXTRA_LIBS = $(FLTK_LIB)

# tell it where else to look for includes
EXTRA_INCLUDES = $(FLTK_INC)

# any othe local definitions
EXTRA_DEFS = 

# other things to install
EXTRA_INSTALLS = 

# List of files which go into the support objects
FILES = iserver_set 

# Get basic utility libraries
include $(UTILS_DIR)/include/maketools/ModUtils.mk

# List of reconfigurable interfaces used
include $(UTILS_DIR)/include/StatusSource/StatusSource.mk

# Rest of a standard modules make file
include $(UTILS_DIR)/include/maketools/Module.mk

