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


1.5
date	95.01.04.06.28.59;	author rjj;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@Process with gnumake
@


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

# NOTE: There are no lib or headers defined for this algorithm.
# The file RCS/threshold.h is there if we want to provide
#      such an interface in the IAH library, but it is not
#      used currently.

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

BLASTABLE_PTFILES =
CLOSUREOBJS       =

HEADERS = #threshold.h
LOBJS   =

SOURCES	= global-threshold.c
TESTS	= global-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.4
log
@Added algorithm name to header.  Corrected spelling and style.
@
text
@d34 1
a34 1
# Make this nothing if you do not want programs striped.
@


1.3
log
@Removed TOP, general cleanup.
@
text
@d1 1
a1 1
# GNUmakefile          Section: Chp#,Sec#
d7 1
a7 1
# NOTE: There are no lib or heades defined for this algorithm.
@


1.2
log
@Renamed the test program global-threshold.c
@
text
@d1 4
a4 2
# Sample GNUMakefile to be used to compile the IAH algorithms.
# Initial revision
d7 5
a15 3
TOP = /cis/homes/rjj/iacc/iah-src
IACCVERSION = bleeding

d19 1
a19 1
HEADERS =
d22 2
a23 1
SIMPLETESTS =
a36 1

d38 1
a38 3

include ${TOP}/gnumake.iah

a44 5
HANDBOOK =

TESTS = global-threshold

tests: $(TESTS)
@


1.1
log
@Initial revision
@
text
@a38 2


a42 6
# Use the following approach when you need to specify the .o files for a target

# sobel_edge: sobel_edge1.o sobel_edge2.o
#	$(LINK.cc) -o sobel_edge sobel_edge.o sobel_edge2.o $(LDLIBS)


d45 1
a45 2
TESTS = apply-threshold

@
