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


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

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

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

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.5
log
@Added SOURCES and TESTS defines to support gnumake.iah targets.
@
text
@# GNUmakefile          Section: NONE, support algorithm
#      Copyright 1994, Center for Computer Vision and Visualization,
#      University of Florida.  All rights reserved.
# Sample GNUMakefile to be used to compile the IAH algorithms.
# See comments in  gnumake.iah for description of symbols.

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

BLASTABLE_PTFILES =
CLOSUREOBJS =

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

SOURCES	= shaped-pointset.h  shaped-pointset.c  test-shaped-ps.c
TESTS	= test-shaped-ps

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-shaped-ps: test-shaped-ps.c headers lib
@


1.4
log
@Removed TOP, added copyright, general cleanup.
@
text
@d17 3
d44 1
a44 6

TESTS    = test-shaped-ps


tests: $(TESTS)

@


1.3
log
@Added support for global makes, and local makes when TOP is undefined.
@
text
@d1 3
a4 1
# Initial revision
a10 5
LOCALTOP = ../..
ifeq (${TOP},)
TOP = ${LOCALTOP}
endif

d32 1
a32 1
include ${TOP}/gnumake.iah
a40 2

HANDBOOK = shaped-pointset.o
@


1.2
log
@Fixed tests: target
@
text
@d9 4
a12 2
TOP = ${HOME}/iacc/iah-src
IACCVERSION = iac++
a37 1

@


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