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


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.2
log
@Added dependency line for closure-scale to allow gnumake to
  recognize the scale-to-uchar.[ch] dependencies.
@
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 = /cis/homes/rjj/iacc/iah-src
IACCVERSION = iac++

BLASTABLE_PTFILES =
CLOSUREOBJS       = closure-scale

HEADERS = scale-to-uchar.h
LOBJS   =

SIMPLETESTS =

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

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

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

HANDBOOK =

TESTS = closure-scale


tests: $(TESTS)
@


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)

@
