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


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

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

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

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

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


desc
@Initial version of the scale_to_uchar() function, for IDI & FDI's.
@


1.5
log
@Added TESTS and SOURCES defines to work with gnumake.iah
@
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 = IA_
CLOSUREOBJS       = closure-scale.o

HEADERS = scale-to-uchar.h
LOBJS   =

SOURCES	= closure-scale.c  scale-to-uchar.h  scale-to-uchar.c
TESTS	= closure-scale

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

closure-scale.o: closure-scale.c scale-to-uchar.h scale-to-uchar.c
@


1.4
log
@Removed TOP, and cleaned up dependencies so the correct files
  are checked out as needed, and only the appropriate
  scale-to-uchar template instantiation files are added
  to the library.
@
text
@d16 2
a17 1
SIMPLETESTS =
a42 7

HANDBOOK =

TESTS = closure-scale


tests: $(TESTS)
@


1.3
log
@Clean up work to support global iah library creation.
@
text
@d1 3
a3 2
# Sample GNUMakefile to be used to compile the IAH algorithms.
# Initial revision
d10 2
a11 4
LOCALTOP = ../..
ifeq (${TOP},)
TOP = ${LOCALTOP}
endif
a12 3
BLASTABLE_PTFILES =
CLOSUREOBJS       = closure-scale

d33 1
a33 1
include ${TOP}/gnumake.iah
d41 1
a41 2

closure-scale: closure-scale.c scale-to-uchar.h scale-to-uchar.c
@


1.2
log
@Added dependency line for closure-scale to allow gnumake to
  recognize the scale-to-uchar.[ch] dependencies.
@
text
@d9 4
a12 2
TOP = /cis/homes/rjj/iacc/iah-src
IACCVERSION = iac++
a40 2


a44 1
# Use the following approach when you need to specify the .o files for a target
@


1.1
log
@Initial revision
@
text
@d47 1
a47 3
# sobel_edge: sobel_edge1.o sobel_edge2.o
#	$(LINK.cc) -o sobel_edge sobel_edge.o sobel_edge2.o $(LDLIBS)

@
