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


1.2
date	94.06.23.04.12.40;	author rjj;	state Exp;
branches;
next	1.1;

1.1
date	94.06.22.17.17.27;	author rjj;	state Exp;
branches;
next	;


desc
@Initial version of the Otsu algorithm, with debug msgs intact.
@


1.2
log
@First version of Otsu without debug stmts.  Seems to work, however the
  closure still had problems, it generates spurious iac++ instantiations.
@
text
@# Sample GNUMakefile to be used to compile the IAH algorithms.
# Initial revision
# See comments in  gnumake.iah for description of symbols.

#######################################################################
# Modify the following symbols to control compilation
#######################################################################

TOP = ${HOME}/iacc/iah-src

IACCVERSION = iac++

BLASTABLE_PTFILES = IA_  ___ls
CLOSUREOBJS       = closure-otsu.o

HEADERS = otsu.h  otsu-image.h
LOBJS   = otsu-image.o

SIMPLETESTS =

ARL =

EXTRAINCLUDES =
CPPFLAGS      =
OTHERLIBS     =
OUTPUT_OPTION =

TARGET_ARCH =
XTRAFLAGS   =
XTRACCFLAGS =

# Make this nothing if you do not want programs striped.
STRIPPROGRAMS = anystring-means-strip--no-string-means-do-not-strip


#######################################################################

include ${TOP}/gnumake.iah

#######################################################################



#######################################################################
#####	User program dependencies and rules follow
#######################################################################

otsu-image.o:	otsu-image.h otsu-image.c

#test-otsu:   test-otsu.o otsu-image.o otsu.c otus.h
#	$(LINK.cc) -o $@@ test-otsu.o otsu-image.o $(LDLIBS)
#	strip $@@

HANDBOOK =

TESTS = test-otsu


tests: $(TESTS)

@


1.1
log
@Initial revision
@
text
@d13 2
a14 2
BLASTABLE_PTFILES =
CLOSUREOBJS       =
d17 1
a17 1
LOBJS   = 
d48 1
d50 3
a52 3
test-otsu:   test-otsu.o otsu-image.o otsu.c
	$(LINK.cc) -o $@@ test-otsu.o otsu-image.o $(LDLIBS)
	strip $@@
@
