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


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

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

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


desc
@Process this file with gnumake
@


1.3
log
@Made header confrom with section name.  Spelling error corrections.
@
text
@# GNUmakefile          Section: 2.3  Local Averaging
#      Copyright 1994, Center for Computer Vision and Visualization,
#      University of Florida.  All rights reserved.
#
# See comments in  gnumake.iah for description of symbols.

# NOTE: Local Averaging is so straight forward, it is not in
#      the library as a separate alogrithm.

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

BLASTABLE_PTFILES =
CLOSUREOBJS       =

HEADERS =
LOBJS   =

SOURCES	= test-local-averaging.c
TESTS	= test-local-averaging

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.2
log
@Removed TOP, general clean up.
@
text
@d1 1
a1 1
# GNUmakefile          Section: 2.3
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 4
TOP = /cis/homes/rjj/iacc/iah-src
#IACCVERSION = iac++
IACCVERSION = bleeding

d20 2
a21 1
SIMPLETESTS =
d37 1
a37 3

include ${TOP}/gnumake.iah

a43 5
HANDBOOK =

TESTS = test-local-averaging

tests: $(TESTS)
@
