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


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

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


desc
@Initial control version.
@


1.2
log
@Fixed tests: target
@
text
@# Sample GNUMakefile to be used to compile the IAH algorithms.
# Initial revision
# See comments in  gnumake.iah for description of symbols.

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

TOP = ${HOME}/iacc/iah-src
IACCVERSION = iac++

BLASTABLE_PTFILES =
CLOSUREOBJS =

HEADERS = shaped-pointset.h
LOBJS =   shaped-pointset.o

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 ${TOP}/gnumake.iah

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



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


HANDBOOK = shaped-pointset.o

TESTS    = test-shaped-ps


tests: $(TESTS)

@


1.1
log
@Initial revision
@
text
@d46 1
a46 1
TESTS    = test-shaped-pointset
@
