# file /isip/d00/ee_8993/recognizer/classes/GNUmakefile # # this make file builds the driver program using GNU make and # the isip make template for the HMM functions, scoring hypothesis # structure and the language model grammar # # define the source files # ISIP_FILES = *.cc # define the files these source files depend on (usually include files) # ISIP_DEPS = *.h # define the compilation flags: optimize and debug # ISIP_CFLAGS = -O -g # define the name of the executable file (*.exe) # ISIP_OLIB = /isip/d00/ee_8993/recognizer/lib/lib_hmm_structs.a # include the isip standard make template # include $(ISIP)/util/misc/make/compile.make # # end of file