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


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

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

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

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


desc
@Process this fille with gnumake
@


1.4
log
@Removed TOP, added files to TESTS and SOURCES, removed
  the test dependicies on headers and lib so local changed woul
  d not modify the library.
@
text
@# GNUmakefile          Section: NONE, support algorithm
#      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 = gauss.h
LOBJS   = gauss.o

SOURCES	= gauss.h  gauss.c  test-gauss.c test-avg.c test-med.c
#TESTS	= test-gauss  test-avg  test-med
TESTS	= test-gauss

ARL =
EXTRAINCLUDES =
CPPFLAGS =

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 ../../gnumake.iah

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

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

test-gauss: test-gauss.c gauss.h gauss.c
@


1.3
log
@Added support for when TOP is undefined.
@
text
@d1 3
a3 2
# Sample GNUMakefile to be used to compile the IAH algorithms.
# Initial revision
a9 6
LOCALTOP = ../..
ifeq (${TOP},)
TOP = ${LOCALTOP}
endif


d16 3
a18 1
SIMPLETESTS =
d35 1
a35 1
include ${TOP}/gnumake.iah
d43 1
a43 8
test-gauss: ${LOBJS}  ${HEADERS} lib headers

HANDBOOK =

TESTS = test-gauss


tests: $(TESTS)
@


1.2
log
@Deleting out TOP and IACCVERSION defines, now in gnumake.iah
@
text
@d9 6
@


1.1
log
@Initial revision
@
text
@a8 4
TOP = /cis/homes/rjj/iacc/iah-src
#IACCVERSION = iac++
IACCVERSION = bleeding

a34 1

@
