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


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

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

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


desc
@Initial version of the template version of the Median Filter.
@


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

# NOTE: This is version is only valid on 2-D images, it should
#      not be placed in the IAH library.

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

BLASTABLE_PTFILES = IA_
CLOSUREOBJS       = closure-median3x3.o

HEADERS = # median3x3.h
LOBJS   =

SOURCES	= median3x3.h medan3x3.c  closure-median3x3.c  test-median.c
TESTS = test-median

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
#######################################################################

median3x3.o:	median3x3.h median3x3.c

closure-median3x3.o:	closure-median3x3.c median3x3.o

test-median:	test-median.c  median3x3.o
@


1.2
log
@Removed TOP, general cleanup.
NOTE: This version is not placed in the IAH library.
@
text
@d32 1
a32 1
# Make this nothing if you do not want programs striped.
@


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

d15 1
a15 1
CLOSUREOBJS       = closure-median3x3
d20 2
a21 1
SIMPLETESTS = 
a34 1

d36 1
a36 3

include ${TOP}/gnumake.iah

a38 2


d43 1
a43 4

HANDBOOK =

TESTS = test-median
d45 1
d47 1
a47 1
tests: $(TESTS)
@
