head	1.2;
access;
symbols;
locks
	ganapath:1.2; strict;
comment	@# @;


1.2
date	98.01.18.17.10.12;	author ganapath;	state Exp;
branches;
next	1.1;

1.1
date	96.06.06.02.41.25;	author picone;	state Exp;
branches;
next	;


desc
@just being careful.
@


1.2
log
@*** empty log message ***
@
text
@# file: GNUmakefile
#
# this make file builds the driver program using GNU make and
# the isip make template
# 

# define the compiler
#
ISIP_CPLUS_COMPILER = gcc

# user-defined libraries
#
ISIP_LIBS = -lm

# define the source files
#
ISIP_FILES = *.cc

# define the files these source files depend on (usually include files)
#
ISIP_DEPS = ../include/hmm.h ../include/hmm_constants.h

# define the compilation flags: optimize and debug
# 
ISIP_CFLAGS = -O -g

# define the name of the executable file (*.exe)
#
ISIP_EXE = ../bin/hmm.exe

# include the isip standard make template
#
include GNU_compile_and_link.make

#
# end of file

@


1.1
log
@Initial revision
@
text
@d29 1
a29 1
ISIP_EXE = hmm.exe
@
