# file: $isip/util/demo/isip_comm_control_server/GNUmakefile
#version: $Id: GNUmakefile 10027 2005-04-25 20:59:49Z stanley $
#
# this make file builds the driver program using GNU make and
# the isip make template
# 

# define the default compiler
#
ISIP_JAVA_COMPILER = javac
ISIP_JAVADOC = javadoc

# source files
#
ISIP_REQUIRE = JAVA JAVAC JAR SH 
ISIP_FILES = *.java

# driver program
#
ISIP_DRIVER_SCRIPT = isip_process_manager.sh

# define compilation flags for the Java compiler
#
ISIP_JFLAGS =

# define classpath to this util for java compiler
#
ISIP_CLASSPATH=$(ISIP_DEVEL)/lib/java/libjava.jar

# depenedencies
#
ISIP_DEPS = 

# define a resource install directive
#
#ISIP_RESOURCE_INSTALL = copy-resources
#ISIP_RESOURCE_CLEAN = delete-resources

# define the jarfile name
#
ISIP_JARFILE_NAME = libjava.jar

IMAGES_ICONS_DIR = 
IMAGES_SPECIAL_DIR = 
TEXT_DIR = 


# make template
#
include $(ISIP_DEVEL)/lib/scripts/make/compile_util_java.make

#
# end of file
