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


1.4
date	95.01.04.06.30.23;	author rjj;	state Exp;
branches;
next	1.3;

1.3
date	94.10.13.07.11.38;	author rjj;	state Exp;
branches;
next	1.2;

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

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


desc
@Process with gnumake
@


1.4
log
@Corrected the spelling of stripped.
@
text
@# GNUmakefile          Section: 3.3  Semithresholding
#      Copyright 1994, Center for Computer Vision and Visualization,
#      University of Florida.  All rights reserved.
#
# See comments in  gnumake.iah for description of symbols.

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

BLASTABLE_PTFILES =
CLOSUREOBJS       =

HEADERS =
LOBJS   =

SOURCES	= semi-threshold.c
TESTS	= semi-threshold

ARL =
EXTRAINCLUDES =
CPPFLAGS =

OUTPUT_OPTION =
TARGET_ARCH   =
XTRAFLAGS     =
XTRACCFLAGS   =

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

#######################################################################
include	../../gnumake.iah
#######################################################################

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


1.3
log
@Added algorithm name to header, made spelling and sytle changes.
@
text
@d29 1
a29 1
# Make this nothing if you do not want programs striped.
@


1.2
log
@Removed TOP, general cleanup.
@
text
@d1 1
a1 1
# GNUmakefile          Section: 3.3
@


1.1
log
@Initial revision
@
text
@d1 4
a4 2
# Sample GNUMakefile to be used to compile the IAH algorithms.
# Initial revision
a10 4
TOP = /cis/homes/rjj/iacc/iah-src
#IACCVERSION = iac++
IACCVERSION = bleeding

d17 2
a18 1
SIMPLETESTS =
a31 1

d33 1
a33 3

include ${TOP}/gnumake.iah

a38 6

HANDBOOK =

TESTS = semi-threshold

tests: $(TESTS)
@
