# file: $ISIP_IFC/util/demo/isip_comm_server_speech_analysis/GNUmakefile
#version: $Id: GNUmakefile 9665 2004-07-27 15:02:49Z gao $

# 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_speech_analysis.sh

# define classpath to this util for java compiler
#
ISIP_CLASSPATH=$(ISIP_DEVEL)/lib/java/libjava.jar:$(GC_HOME)/contrib/MITRE/bindings/java/lib/galaxy.jar:.

# define compilation flags for the Java compiler
#
ISIP_JFLAGS = 

# depenedencies
#
ISIP_DEPS = 

# define a resource install directive
#
ISIP_RESOURCE_INSTALL = 
ISIP_RESOURCE_CLEAN = 

# define the jarfile name
#
ISIP_JARFILE_NAME = libjava.jar

IMAGES_ICONS_DIR = $(ISIP_DEVEL)/lib/images/
IMAGES_SPECIAL_DIR = $(ISIP_DEVEL)/lib/images/
TEXT_DIR = $(ISIP_DEVEL)/lib/text/

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