head	1.19;
access;
symbols
	bobbase:1.19
	bob:1.19.1
	r2_1:1.17
	r2_0:1.16
	r1_1_beta:1.15
	r1_1_alpha:1.14
	r1_0:1.13
	r0_11:1.12
	r0_10:1.6
	r0_9:1.3;
locks
	thoth:1.19.1.2; strict;
comment	@# @;


1.19
date	94.12.19.20.06.09;	author ljr;	state Exp;
branches
	1.19.1.1;
next	1.18;

1.18
date	94.10.10.18.52.48;	author thoth;	state Exp;
branches;
next	1.17;

1.17
date	94.09.16.14.57.11;	author thoth;	state Exp;
branches;
next	1.16;

1.16
date	94.08.22.15.24.42;	author thoth;	state Exp;
branches;
next	1.15;

1.15
date	94.07.25.17.26.39;	author thoth;	state Exp;
branches;
next	1.14;

1.14
date	94.07.08.16.15.22;	author thoth;	state Exp;
branches;
next	1.13;

1.13
date	94.05.17.17.38.54;	author thoth;	state Exp;
branches;
next	1.12;

1.12
date	94.04.26.18.21.12;	author thoth;	state Exp;
branches;
next	1.11;

1.11
date	94.04.15.13.21.30;	author thoth;	state Exp;
branches;
next	1.10;

1.10
date	94.03.30.14.04.22;	author thoth;	state Exp;
branches;
next	1.9;

1.9
date	94.03.15.15.39.12;	author thoth;	state Exp;
branches;
next	1.8;

1.8
date	94.02.22.18.48.05;	author thoth;	state Exp;
branches;
next	1.7;

1.7
date	94.02.12.19.47.01;	author thoth;	state Exp;
branches;
next	1.6;

1.6
date	94.01.31.16.41.08;	author thoth;	state Exp;
branches;
next	1.5;

1.5
date	94.01.07.15.23.33;	author thoth;	state Exp;
branches;
next	1.4;

1.4
date	93.12.29.17.33.18;	author thoth;	state Exp;
branches;
next	1.3;

1.3
date	93.11.17.18.46.53;	author thoth;	state Exp;
branches;
next	1.2;

1.2
date	93.10.20.18.32.59;	author thoth;	state Exp;
branches;
next	1.1;

1.1
date	93.09.15.13.00.26;	author thoth;	state Exp;
branches;
next	;

1.19.1.1
date	94.12.28.16.29.45;	author thoth;	state Exp;
branches;
next	1.19.1.2;

1.19.1.2
date	95.01.31.16.56.24;	author thoth;	state Exp;
branches;
next	;


desc
@@


1.19
log
@DOS-inspired name rework.
@
text
@#
# this is a GNUmakefile.  It must be processed with GNU make.
#

prep: BIO UIO IIO FIO CIO
	${MAKE} lib

all: prep

TARGET_ARCH=
TOP=../..

# you should define the make variables LOBJS and HEADERS before the
# include directive.  LOBJS is a list of Library OBJects that belong
# in libiac++.a.  HEADERS is a list of public header files that belong
# in iac++/include.

LOBJS =  BitDI.o $(patsubst %.c,%.o,$(wildcard BIO-*.c)) \
	UcharDI.o $(patsubst %.c,%.o,$(wildcard UIO-*.c)) \
	IntDI.o $(patsubst %.c,%.o,$(wildcard IIO-*.c)) \
	FloatDI.o $(patsubst %.c,%.o,$(wildcard FIO-*.c)) \
	CplxDI.o $(patsubst %.c,%.o,$(wildcard CIO-*.c)) \
	RGBDI.o \
	FloatCI.o \
	FBI.o \
	Nbh.o


HEADERS=IntDI.h IntIOps.h \
	BitDI.h BitIOps.h \
	UcharDI.h UcharIOps.h \
	FloatDI.h FloatIOps.h \
	CplxDI.h CplxIOps.h \
	RGBDI.h RGBIOps.h \
	FloatCI.h \
	Image.h CoreImage.h ImageIter.h \
	AuxImage.h ImgComp.h ImgComp.c ImgRestrictAssn.h image_errors.h \
	BaseI.h BaseImageIter.h \
	ClosureI.h \
	Pixel.h \
    BaseDT.h DDTempl.h AuxDDTempl.h ClosureDT.h \
	IntConv.h BitConv.h UcharConv.h \
	FloatConv.h CplxConv.h \
    BaseNbh.h Nbh.h NbhOps.h


SRCS=CoreImage.c AuxImage.c ImageIter.c \
	BaseI.c BaseImageIter.c \
	ConstI.c FuncI.h VectorI.h \
	ConstImageIter.c VectorImageIter.c \
	ClosureI.c \
	DDTempl.c AuxDDTempl.c InvDT.c FuncDT.c \
	Nbh.c InvNbh.c

DISTFILES = 	AuxDDTempl.c \
	AuxDDTempl.h \
	AuxImage.c \
	AuxImage.h \
	BaseDT.h \
	BaseI.c \
	BaseI.h \
	BaseImageIter.c \
	BaseImageIter.h \
	BaseNbh.h \
	BitDDTempl.c \
	BitDDTempl.h \
	BitDI.c \
	BitDI.h \
	ClosureDT.h \
	ClosureI.c \
	ClosureI.h \
	CplxDDTempl.c \
	CplxDDTempl.h \
	CplxDI.c \
	CplxDI.h \
	ConstI.c \
	ConstI.h \
	ConstImageIter.c \
	ConstImageIter.h \
	CoreImage.c \
	CoreImage.h \
	DDTempl.c \
	DDTempl.h \
	ErrorDT.h \
	ErrorI.h \
	FBI.c \
	FBI.h \
	FloatCI.c \
	FloatCI.h \
	FloatDDTempl.c \
	FloatDDTempl.h \
	FloatDI.c \
	FloatDI.h \
	FuncDT.c \
	FuncDT.h \
	FuncI.c \
	FuncI.h \
	GNUmakefile \
	Image.h \
	ImageIter.c \
	ImageIter.h \
	ImgComp.c \
	ImgComp.h \
	ImgRestrictAssn.c \
	ImgRestrictAssn.h \
	IntDDTempl.c \
	IntDDTempl.h \
	IntDI.c \
	IntDI.h \
	InvDT.c \
	InvDT.h \
	InvNbh.c \
	InvNbh.h \
	LazyInvConv.h \
	LazyXlationI.h \
	Nbh.c \
	Nbh.h \
	OtherImageIter.c \
	OtherImageIter.h \
	Pixel.h \
	RGBDI.c \
	RGBDI.h \
	UcharDDTempl.c \
	UcharDDTempl.h \
	UcharDI.c \
	UcharDI.h \
	VectorI.c \
	VectorI.h \
	VectorImageIter.c \
	VectorImageIter.h \
	add-image-operations.sh \
	bin-TF \
	bin-TO \
	bit-conv.desc \
	bit-operations.desc \
	build-from-stdin.perl \
	closure.c \
	cplx-conv.desc \
	cplx-operations.desc \
	constructor.templ \
	conversion.templ \
	display.h \
	encore-nonnative.perl \
	float-conv.desc \
	float-operations.desc \
	c-gen-conv.perl \
	h-gen-conv.perl \
	c-gen-nbh.perl \
	h-gen-nbh.perl \
	gen-bo.perl \
	c-gen-ops.perl \
	h-gen-ops.perl \
	image_errors.h \
	img-templ-product \
	int-conv.desc \
	int-operations.desc \
	nbh-ops.desc \
	nbh-reduction \
	placebo1.c \
	placebo2.c \
	reduce_fn_nz \
	reduce_op_nz \
	restrict.c \
	restrict.h \
	rgb-operations.desc \
	templ-img-product \
	templ-templ-product \
	template-reduction \
	uchar-conv.desc \
	uchar-operations.desc \
	unary-op.templ

#	chi_contains.c \
#	IAAIO.h 

SIMPLETESTS=test000
TESTS=

OTHER_CFLAGS= -O

XTRACCFLAGS=

CLOSUREARGS = #-ptr./ptrepository -ptr../valueset/ptrepository
CLOSUREOBJS= placebo1.o placebo2.o closure.o
#CLOSUREOBJS= fred.o mary.o john.o
BLASTABLE_PTFILES = IA_ValueSet IA_Array \
	IA_BasePS IA_PSPred IA_Point IA_Set IA_PSIter

include ${TOP}/src/gnumake.templ

# temporary stuff to override depot during the new-image experimental stages
INCLUDEFLAGS= -I. -I${INCDIR} ${EXTRAINCLUDES}
LDLIBS = -L${TOP}/lib ${OTHERLIBS} -liac++ -lm

lib: closure

depend: # ${GENERATED_CFILES}

closure: ${SRCS}

IntDI.o: IntIOps.h
BitDI.o:  BitIOps.h
UcharDI.o: UcharIOps.h
FloatDI.o: FloatIOps.h
CplxDI.o:  CplxIOps.h
RGBDI.o: RGBIOps.c RGBIOps.h
#
IntDDTempl.o: IntConv.c IntConv.h
BitDDTempl.o: BitConv.c BitConv.h
UcharDDTempl.o: UcharConv.c UcharConv.h
FloatDDTempl.o: FloatConv.c FloatConv.h
CplxDDTempl.o: CplxConv.c CplxConv.h
#
Nbh.o: NbhOps.c NbhOps.h

GENBOPMETA = ./gen-bo.perl
BOPMETAFILES = $(foreach pw,pw sr,$(foreach comm,c nc,$(foreach arity,II Is sI,$(foreach isop,op fn,opgen-templs/b${pw}_${comm}_${arity}_${isop}))))
UOPMETAFILES = opgen-templs/upw opgen-templs/constructor opgen-templs/conversion
REDMETAFILES = $(foreach op,op fn,opgen-templs/reduce_${op}_nz)
OPMETAFILES = ${BOPMETAFILES} ${UOPMETAFILES} ${REDMETAFILES}

${BOPMETAFILES}: ${GENBOPMETA}
	- mkdir opgen-templs
	for pw in pw sr; do for comm in c nc; do for arity in II Is sI; do for optype in op fn; do \
	${PERL} ${GENBOPMETA} -$$pw -$$comm -$$arity -$$optype > opgen-templs/b$${pw}_$${comm}_$${arity}_$${optype}; \
	done; done; done; done

opgen-templs/upw: unary-op.templ
	- mkdir opgen-templs
	rm -f $@@
	cp unary-op.templ $@@

opgen-templs/constructor: constructor.templ
	- mkdir opgen-templs
	rm -f $@@
	cp constructor.templ $@@

opgen-templs/conversion: conversion.templ
	- mkdir opgen-templs
	rm -f $@@
	cp conversion.templ $@@

${REDMETAFILES}: reduce_op_nz reduce_fn_nz
	- mkdir opgen-templs
	for op in op fn; do \
		rm -f opgen-templs/reduce_$${op}_nz; \
		(cp reduce_$${op}_nz opgen-templs/reduce_$${op}_nz); \
	done

GENCOPS = ./c-gen-ops.perl
GENHOPS = ./h-gen-ops.perl
BUILDIMOPS = build-from-stdin.perl
ENCORE = ./encore-nonnative.perl

IIO: int-operations.desc ${OPMETAFILES} ${GENCOPS} IntIOps.h ${ENCORE}
	rm -f IIO-*.[co]
	sh add-image-operations.sh int-operations.desc ${WORKLIB} \
		"${PERL}" "${GENCOPS}" \
		"${ENCORE} IA_Point<int> int" \
		"${BUILDIMOPS}" "${MAKE}" "${AR}" "${ARL}"
	chmod a-w IIO-*.c
	touch $@@

IntIOps.h: int-operations.desc ${GENHOPS} ${ENCORE}
	rm -f $@@
	${PERL} ${GENHOPS} < int-operations.desc | \
		${PERL} ${ENCORE} "IA_Point<int>" int > $@@
	chmod a-w $@@

BIO: bit-operations.desc ${OPMETAFILES} ${GENCOPS} BitIOps.h ${ENCORE}
	rm -f BIO-*.[co]
	sh add-image-operations.sh bit-operations.desc ${WORKLIB} \
		"${PERL}" "${GENCOPS}" \
		"${ENCORE} IA_Point<int> IA_Bit" \
		"${BUILDIMOPS}" "${MAKE}" "${AR}" "${ARL}"
	chmod a-w BIO-*.c
	touch $@@

BitIOps.h: bit-operations.desc ${GENHOPS}  ${ENCORE}
	rm -f $@@
	${PERL} ${GENHOPS} < bit-operations.desc | \
		${PERL} ${ENCORE} "IA_Point<int>" IA_Bit > $@@
	chmod a-w $@@

UIO: uchar-operations.desc ${OPMETAFILES} ${GENCOPS} UcharIOps.h ${ENCORE}
	rm -f UIO-*.[co]
	sh add-image-operations.sh uchar-operations.desc ${WORKLIB} \
		"${PERL}" "${GENCOPS}" \
		"${ENCORE} IA_Point<int> u_char" \
		"${BUILDIMOPS}" "${MAKE}" "${AR}" "${ARL}"
	chmod a-w UIO-*.c
	touch $@@

UcharIOps.h: uchar-operations.desc ${GENHOPS} ${ENCORE}
	rm -f $@@
	${PERL} ${GENHOPS} < uchar-operations.desc | \
		${PERL} ${ENCORE} "IA_Point<int>" u_char > $@@
	chmod a-w $@@

FIO: float-operations.desc ${OPMETAFILES} ${GENCOPS} FloatIOps.h ${ENCORE}
	rm -f FIO-*.[co]
	sh add-image-operations.sh float-operations.desc ${WORKLIB} \
		"${PERL}" "${GENCOPS}" \
		"${ENCORE} IA_Point<int> float" \
		"${BUILDIMOPS}" "${MAKE}" "${AR}" "${ARL}"
	chmod a-w FIO-*.c
	touch $@@

FloatIOps.h: float-operations.desc ${GENHOPS} ${ENCORE}
	rm -f $@@
	${PERL} ${GENHOPS} < float-operations.desc | \
		${PERL} ${ENCORE} "IA_Point<int>" float > $@@
	chmod a-w $@@

CIO: cplx-operations.desc ${OPMETAFILES} ${GENCOPS} CplxIOps.h ${ENCORE}
	rm -f CIO-*.[co]
	sh add-image-operations.sh cplx-operations.desc ${WORKLIB} \
		"${PERL}" "${GENCOPS}" \
		"${ENCORE} IA_Point<int> complex" \
		"${BUILDIMOPS}" "${MAKE}" "${AR}" "${ARL}"
	chmod a-w CIO-*.c
	touch $@@

CplxIOps.h: cplx-operations.desc ${GENHOPS} ${ENCORE}
	rm -f $@@
	${PERL} ${GENHOPS} < cplx-operations.desc | \
		${PERL} ${ENCORE} "IA_Point<int>" complex > $@@
	chmod a-w $@@

RGBIOps.c: rgb-operations.desc ${OPMETAFILES} ${GENCOPS} ${ENCORE}
	rm -f $@@
	${PERL} ${GENCOPS} < rgb-operations.desc
	${PERL} -i ${ENCORE} "IA_Point<int>" IA_RGB $@@
	chmod a-w $@@

RGBIOps.h: rgb-operations.desc ${GENHOPS} ${ENCORE}
	rm -f $@@
	${PERL} ${GENHOPS} < rgb-operations.desc | \
		${PERL} ${ENCORE} "IA_Point<int>" IA_RGB > $@@
	chmod a-w $@@

#
#
#

# all the image operation header files
fullsrc:: $(foreach type,Bit Uchar Int Float Cplx RGB, $(type)IOps.h)
	/bin/true

# one of the image operation source files
fullsrc::	RGBIOps.c
	/bin/true

# the rest of the image operation source files.
# damn this is tricky.  It's the only one with actions, and that's why the touch works.
fullsrc-a: $(foreach type,bit uchar int float cplx rgb, $(type)-operations.desc) \
	${OPMETAFILES} ${GENCOPS} ${GENHOPS} ${ENCORE}
	set -vx; for spam in "bit IA_Bit" "uchar u_char" "int int" "float float" "cplx complex"; do \
		set $$spam; \
		tmpfile=/tmp/fullsrc$$$$-list; \
		${PERL} ${GENCOPS} < $$1-operations.desc > $$tmpfile; \
		${PERL} -i ${ENCORE} "IA_Point<int>" $$2 `cat $$tmpfile` < /dev/null; \
		chmod a-w `cat $$tmpfile`; \
		rm -f $$tmpfile; \
	done
	touch $@@

fullsrc:: fullsrc-a
	/bin/true

#
#
#

CONVMETAFILES = img-templ-product templ-img-product templ-templ-product template-reduction bin-TO bin-TF

ALLCONVDESCS=${patsubst %,%-conv.desc,bit uchar int float cplx}

AllConv.h: h-gen-conv.perl ${ALLCONVDESCS} ${ENCORE}
	rm -f $@@
	(${PERL} ./h-gen-conv.perl -friends bit-conv.desc |	\
		${PERL} ${ENCORE} "IA_Point<int>" IA_Bit;	\
	${PERL} ./h-gen-conv.perl -friends uchar-conv.desc |	\
		${PERL} ${ENCORE} "IA_Point<int>" u_char;	\
	${PERL} ./h-gen-conv.perl -friends int-conv.desc |	\
		${PERL} ${ENCORE} "IA_Point<int>" int;	\
	${PERL} ./h-gen-conv.perl -friends float-conv.desc |	\
		${PERL} ${ENCORE} "IA_Point<int>" float;	\
	${PERL} ./h-gen-conv.perl -friends cplx-conv.desc |	\
		${PERL} ${ENCORE} "IA_Point<int>" complex;	\
	)> $@@
	chmod a-w $@@

IntConv.c: c-gen-conv.perl ${CONVMETAFILES} int-conv.desc ${ENCORE}
	rm -f $@@
	${PERL} ./c-gen-conv.perl < int-conv.desc | \
		${PERL} ${ENCORE} "IA_Point<int>" int > $@@
	chmod a-w $@@

IntConv.h: h-gen-conv.perl int-conv.desc ${ENCORE}
	rm -f $@@
	${PERL} ./h-gen-conv.perl < int-conv.desc | \
		${PERL} ${ENCORE} "IA_Point<int>" int > $@@
	chmod a-w $@@

BitConv.c: c-gen-conv.perl ${CONVMETAFILES} bit-conv.desc ${ENCORE}
	rm -f $@@
	${PERL} ./c-gen-conv.perl < bit-conv.desc  | \
		${PERL} ${ENCORE} "IA_Point<int>" IA_Bit  > $@@
	chmod a-w $@@

BitConv.h: h-gen-conv.perl bit-conv.desc ${ENCORE}
	rm -f $@@
	${PERL} ./h-gen-conv.perl  < bit-conv.desc | \
		${PERL} ${ENCORE} "IA_Point<int>" IA_Bit > $@@
	chmod a-w $@@

UcharConv.c: c-gen-conv.perl ${CONVMETAFILES} uchar-conv.desc ${ENCORE}
	rm -f $@@
	${PERL} ./c-gen-conv.perl < uchar-conv.desc  | \
		${PERL} ${ENCORE} "IA_Point<int>" u_char  > $@@
	chmod a-w $@@

UcharConv.h: h-gen-conv.perl uchar-conv.desc ${ENCORE}
	rm -f $@@
	${PERL} ./h-gen-conv.perl  < uchar-conv.desc | \
		${PERL} ${ENCORE} "IA_Point<int>" u_char > $@@
	chmod a-w $@@

FloatConv.c: c-gen-conv.perl ${CONVMETAFILES} float-conv.desc ${ENCORE}
	rm -f $@@
	${PERL} ./c-gen-conv.perl < float-conv.desc  | \
		${PERL} ${ENCORE} "IA_Point<int>" float > $@@
	chmod a-w $@@

FloatConv.h: h-gen-conv.perl float-conv.desc ${ENCORE}
	rm -f $@@
	${PERL} ./h-gen-conv.perl  < float-conv.desc | \
		${PERL} ${ENCORE} "IA_Point<int>" float > $@@
	chmod a-w $@@

CplxConv.c: c-gen-conv.perl ${CONVMETAFILES} cplx-conv.desc ${ENCORE}
	rm -f $@@
	${PERL} ./c-gen-conv.perl < cplx-conv.desc  | \
		${PERL} ${ENCORE} "IA_Point<int>" complex  > $@@
	chmod a-w $@@

CplxConv.h: h-gen-conv.perl cplx-conv.desc ${ENCORE}
	rm -f $@@
	${PERL} ./h-gen-conv.perl  < cplx-conv.desc | \
		${PERL} ${ENCORE} "IA_Point<int>" complex > $@@
	chmod a-w $@@

#
#
#

fullsrc:: $(foreach type,Bit Uchar Int Float Cplx,${type}Conv.c ${type}Conv.h)\
	AllConv.h
	/bin/true

#
#
#

NEIGHBMETAFILES=nbh-reduction

NbhOps.c:${NEIGHBMETAFILES}

NbhOps.h: h-gen-nbh.perl nbh-ops.desc
	rm -f $@@
	${PERL} ./h-gen-nbh.perl < nbh-ops.desc > $@@
	chmod a-w $@@

NbhOps.c: c-gen-nbh.perl nbh-ops.desc
	rm -f $@@
	${PERL} ./c-gen-nbh.perl < nbh-ops.desc > $@@
	chmod a-w $@@

#
#
#

fullsrc:: NbhOps.c NbhOps.h
	/bin/true

#
#
#

print:
	enscript -2rGPps335 ${HEADERS} ${SRCS}

spotless:
	rm -rf opgen-templs
	rm -f AllConv.h IntConv.[ch] BitConv.[ch] \
		UcharConv.[ch] FloatConv.[ch] \
		CplxConv.[ch] \
		NbhOps.[ch] \
		IntIOps.h BitIOps.h UcharIOps.h FloatIOps.h \
		CplxIOps.h RGBIOps.h \
		[BUIFC]IO-*.c [BUIFC]IO RGBIOps.c 


distfiles:  IntIOps.h \
	 BitIOps.h \
	UcharIOps.h \
	FloatIOps.h \
	CplxIOps.h \
	RGBIOps.c RGBIOps.h \
	AllConv.h \
	IntConv.c IntConv.h \
	BitConv.c BitConv.h \
	UcharConv.c UcharConv.h \
	FloatConv.c FloatConv.h \
	CplxConv.c CplxConv.h \
	NbhOps.c NbhOps.h


checkin:
	ci $(SRCS) $(HEADRS)

# weird ObjectCenter support

#ifneq (${LOBJS},)
#
#LSRCS = ${patsubst %.o,%.c,${LOBJS}}
#oclib_src:
#	!load ${CCFLAGS} ${LSRCS}
#
#oclib_obj:
#	!load ${CCFLAGS} ${LOBJS}
#
#OCSRCS = ${patsubst %.o,%_src,${LOBJS}}
#OCOBJS = ${patsubst %.o,%_obj,${LOBJS}}
#
#${OCSRCS}: %_src: %.c
#	!load ${CCFLAGS} $<
#
#${OCOBJS}: %_obj: %.o
#	!load ${CCFLAGS} $<
#endif

# dependencies
AuxDDTempl.o : AuxDDTempl.c AuxDDTempl.h DDTempl.h BaseDT.h ../../include/ia.h \
  ../../include/IntPoint.h ../../include/Point.h ../../include/IntPS.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/BasePS.h ClosureDT.h Image.h BitDI.h ../../include/Bit.h \
  CoreImage.h ../../include/DblPS.h ../../include/DblPoint.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h \
  BitIOps.h UcharDI.h ../../include/ImageDisplayProtocol.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ../../include/RGB.h \
  RGBIOps.h FloatCI.h FBI.h Nbh.h BaseNbh.h NbhOps.h AllConv.h ../../include/PSIter.h \
  ../../include/BasePSIter.h ImageIter.h BaseImageIter.h InvDT.h 
AuxImage.o : AuxImage.c ../../include/Point.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h ../../include/IntPS.h \
  ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h \
  ../../include/PSIter.h ../../include/BasePSIter.h ../../include/ClosurePS.h \
  VectorI.h BaseI.h ConstI.h CoreImage.h Pixel.h AuxImage.h ../../include/Closure.h \
  ../../include/Bit.h ImgRestrictAssn.h ClosureI.h ImageIter.h BaseImageIter.h \
  image_errors.h 
BIO-__ad.o : BIO-__ad.c BitDI.h ../../include/Bit.h CoreImage.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h \
  ImageIter.h BaseImageIter.h 
BIO-__eq.o : BIO-__eq.c BitDI.h ../../include/Bit.h CoreImage.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h \
  ImageIter.h BaseImageIter.h 
BIO-__er.o : BIO-__er.c BitDI.h ../../include/Bit.h CoreImage.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h \
  ImageIter.h BaseImageIter.h 
BIO-__nt.o : BIO-__nt.c BitDI.h ../../include/Bit.h CoreImage.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h \
  ImageIter.h BaseImageIter.h 
BIO-__or.o : BIO-__or.c BitDI.h ../../include/Bit.h CoreImage.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h \
  ImageIter.h BaseImageIter.h 
BIO-cvcomplex.o : BIO-cvcomplex.c BitDI.h ../../include/Bit.h CoreImage.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h \
  ImageIter.h BaseImageIter.h 
BIO-cvfloat.o : BIO-cvfloat.c BitDI.h ../../include/Bit.h CoreImage.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h \
  ImageIter.h BaseImageIter.h 
BIO-cvint.o : BIO-cvint.c BitDI.h ../../include/Bit.h CoreImage.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h \
  ImageIter.h BaseImageIter.h 
BIO-reductions.o : BIO-reductions.c BitDI.h ../../include/Bit.h CoreImage.h \
  ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h \
  ../../include/Set.h ../../include/BaseSet.h ../../include/IntPS.h ../../include/BasePS.h \
  ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h BaseI.h \
  Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h Image.h BitIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
BIO-strict_ne.o : BIO-strict_ne.c BitDI.h ../../include/Bit.h CoreImage.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h \
  ImageIter.h BaseImageIter.h 
BIO-u_char.o : BIO-u_char.c BitDI.h ../../include/Bit.h CoreImage.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h \
  ImageIter.h BaseImageIter.h 
BaseI.o : BaseI.c ../../include/PSIter.h ../../include/BasePSIter.h ../../include/BasePS.h \
  ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h \
  ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h ../../include/DblPS.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h VectorI.h BaseImageIter.h \
  restrict.h LazyXlationI.h OtherImageIter.h 
BaseImageIter.o : BaseImageIter.c BaseImageIter.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/ia.h ../../include/DblPoint.h BaseI.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h 
BitConv.o : BitConv.c 
BitDDTempl.o : BitDDTempl.c ../../include/PSIter.h ../../include/BasePSIter.h \
  ../../include/BasePS.h ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/DblPoint.h ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h ImageIter.h \
  BaseImageIter.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ../../include/Bit.h ImgRestrictAssn.h InvDT.h BaseDT.h ClosureDT.h BitDDTempl.h \
  DDTempl.h Image.h BitDI.h BitIOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  ../../include/RGB.h RGBIOps.h FloatCI.h AuxDDTempl.h BitConv.h VectorI.h BitConv.c 
BitDI.o : BitDI.c BitDI.h ../../include/Bit.h CoreImage.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h \
  ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h ../../include/PSIter.h ../../include/BasePSIter.h \
  restrict.h 
CIO-__dv.o : CIO-__dv.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
CIO-__eq.o : CIO-__eq.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
CIO-__mi.o : CIO-__mi.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
CIO-__ml.o : CIO-__ml.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
CIO-__pl.o : CIO-__pl.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
CIO-X_eq.o : CIO-X_eq.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
CIO-X_ne.o : CIO-X_ne.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
CIO-cnBit.o : CIO-cnBit.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
CIO-cnfloat.o : CIO-cnfloat.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
CIO-cnint.o : CIO-cnint.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
CIO-cnuchar.o : CIO-cnuchar.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
CIO-math.o : CIO-math.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
CIO-reduce.o : CIO-reduce.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
CIO-strict_ne.o : CIO-strict_ne.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
ClosureI.o : ClosureI.c 
ConstI.o : ConstI.c VectorI.h BaseI.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h ConstI.h ConstImageIter.h ../../include/PSIter.h ../../include/BasePSIter.h \
  BaseImageIter.h 
ConstImageIter.o : ConstImageIter.c ConstImageIter.h ../../include/PSIter.h \
  ../../include/BasePSIter.h ../../include/BasePS.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/IntPS.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h \
  BaseImageIter.h ConstI.h BaseI.h 
CoreImage.o : CoreImage.c ../../include/Point.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h ../../include/IntPS.h \
  ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h \
  CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ImageIter.h BaseImageIter.h ErrorI.h ConstI.h VectorI.h ClosureI.h \
  FuncI.h ../../include/ClosurePS.h image_errors.h ImgRestrictAssn.c 
CplxConv.o : CplxConv.c 
CplxDDTempl.o : CplxDDTempl.c ../../include/PSIter.h ../../include/BasePSIter.h \
  ../../include/BasePS.h ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/DblPoint.h ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h ImageIter.h \
  BaseImageIter.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ../../include/Bit.h ImgRestrictAssn.h InvDT.h BaseDT.h ClosureDT.h CplxDDTempl.h \
  DDTempl.h Image.h BitDI.h BitIOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  ../../include/RGB.h RGBIOps.h FloatCI.h AuxDDTempl.h CplxConv.h VectorI.h CplxConv.c 
CplxDI.o : CplxDI.c VectorI.h BaseI.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h ConstI.h ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h \
  CoreImage.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  ../../include/PSIter.h ../../include/BasePSIter.h CplxDI.h Image.h IntDI.h IntIOps.h \
  CplxIOps.h restrict.h 
DDTempl.o : DDTempl.c ../../include/IntPoint.h ../../include/ia.h ../../include/Point.h \
  DDTempl.h BaseDT.h ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/BasePS.h ClosureDT.h Image.h BitDI.h ../../include/Bit.h CoreImage.h \
  ../../include/DblPS.h ../../include/DblPoint.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h \
  BitIOps.h UcharDI.h ../../include/ImageDisplayProtocol.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ../../include/RGB.h \
  RGBIOps.h FloatCI.h AuxDDTempl.h ErrorDT.h image_errors.h InvDT.h FuncDT.h 
FBI.o : FBI.c FBI.h ../../include/Bit.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h ../../include/Set.h ../../include/BaseSet.h ../../include/IntPS.h \
  ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h ../../include/SetStructure.h \
  ../../include/Array.h Image.h BitDI.h CoreImage.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h BitIOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  ../../include/RGB.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h ../../include/PSIter.h ../../include/BasePSIter.h \
  ConstI.h VectorI.h ImageIter.h BaseImageIter.h InvDT.h BitConv.c UcharConv.c \
  IntConv.c FloatConv.c CplxConv.c 
FIO-__aa.o : FIO-__aa.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-__dv.o : FIO-__dv.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-__eq.o : FIO-__eq.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-__ge.o : FIO-__ge.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-__gt.o : FIO-__gt.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-__le.o : FIO-__le.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-__lt.o : FIO-__lt.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-__mi.o : FIO-__mi.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-__ml.o : FIO-__ml.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-__nt.o : FIO-__nt.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-__oo.o : FIO-__oo.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-__pl.o : FIO-__pl.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-X_eq.o : FIO-X_eq.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-X_ge.o : FIO-X_ge.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-X_gt.o : FIO-X_gt.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-X_le.o : FIO-X_le.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-X_lt.o : FIO-X_lt.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-X_ne.o : FIO-X_ne.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-cnBit.o : FIO-cnBit.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-cnint.o : FIO-cnint.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-cnuchar.o : FIO-cnuchar.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-libm.o : FIO-libm.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-minmax.o : FIO-minmax.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-reduce.o : FIO-reduce.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-strict_ne.o : FIO-strict_ne.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-to_int.o : FIO-to_int.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FIO-to_uchar.o : FIO-to_uchar.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ImageIter.h \
  BaseImageIter.h 
FloatCI.o : FloatCI.c FloatCI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h ClosureI.h restrict.h VectorI.h 
FloatConv.o : FloatConv.c 
FloatDDTempl.o : FloatDDTempl.c ../../include/PSIter.h ../../include/BasePSIter.h \
  ../../include/BasePS.h ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/DblPoint.h ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h InvDT.h \
  BaseDT.h ClosureDT.h FloatDDTempl.h DDTempl.h Image.h BitDI.h ../../include/Bit.h \
  CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h \
  BitIOps.h UcharDI.h ../../include/ImageDisplayProtocol.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ../../include/RGB.h \
  RGBIOps.h FloatCI.h AuxDDTempl.h FloatConv.h VectorI.h ImageIter.h BaseImageIter.h \
  FloatConv.c 
FloatDI.o : FloatDI.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h ClosureI.h \
  ErrorI.h ImageIter.h BaseImageIter.h ../../include/PSIter.h ../../include/BasePSIter.h \
  restrict.h 
FuncDT.o : FuncDT.c FuncDT.h ../../include/ia.h BaseDT.h ../../include/IntPoint.h \
  ../../include/Point.h ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/BasePS.h ../../include/PSIter.h ../../include/BasePSIter.h ../../include/DblPS.h \
  ../../include/DblPoint.h ../../include/SetStructure.h ../../include/Array.h 
FuncI.o : FuncI.c FuncI.h ../../include/ia.h BaseI.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h ../../include/IntPS.h \
  ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h \
  ../../include/PSIter.h ../../include/BasePSIter.h 
IIO-__aa.o : IIO-__aa.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__ad.o : IIO-__ad.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__co.o : IIO-__co.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__dv.o : IIO-__dv.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__eq.o : IIO-__eq.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__er.o : IIO-__er.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__ge.o : IIO-__ge.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__gt.o : IIO-__gt.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__le.o : IIO-__le.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__ls.o : IIO-__ls.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__lt.o : IIO-__lt.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__md.o : IIO-__md.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__mi.o : IIO-__mi.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__ml.o : IIO-__ml.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__nt.o : IIO-__nt.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__oo.o : IIO-__oo.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__or.o : IIO-__or.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__pl.o : IIO-__pl.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-__rs.o : IIO-__rs.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-X_eq.o : IIO-X_eq.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-X_ge.o : IIO-X_ge.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-X_gt.o : IIO-X_gt.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-X_le.o : IIO-X_le.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-X_lt.o : IIO-X_lt.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-X_ne.o : IIO-X_ne.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-cnBit.o : IIO-cnBit.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-cnUchar.o : IIO-cnUchar.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-cvcomplex.o : IIO-cvcomplex.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-cvfloat.o : IIO-cvfloat.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-minmax.o : IIO-minmax.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-reductions.o : IIO-reductions.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-strict_ne.o : IIO-strict_ne.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-to_bit.o : IIO-to_bit.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-to_uchar.o : IIO-to_uchar.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
IIO-unaries.o : IIO-unaries.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/Point.h CoreImage.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/DblPoint.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntIOps.h \
  VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
ImageIter.o : ImageIter.c ImageIter.h BaseImageIter.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/ia.h ../../include/DblPoint.h CoreImage.h \
  ../../include/Set.h ../../include/BaseSet.h ../../include/IntPS.h ../../include/BasePS.h \
  ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h BaseI.h \
  Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h 
ImgRestrictAssn.o : ImgRestrictAssn.c 
IntConv.o : IntConv.c DDTempl.h BaseDT.h ../../include/ia.h ../../include/IntPoint.h \
  ../../include/Point.h ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/BasePS.h ClosureDT.h Image.h BitDI.h ../../include/Bit.h CoreImage.h \
  ../../include/DblPS.h ../../include/DblPoint.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h \
  BitIOps.h UcharDI.h ../../include/ImageDisplayProtocol.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ../../include/RGB.h \
  RGBIOps.h FloatCI.h AuxDDTempl.h InvDT.h ImageIter.h BaseImageIter.h 
IntDDTempl.o : IntDDTempl.c ../../include/PSIter.h ../../include/BasePSIter.h \
  ../../include/BasePS.h ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/DblPoint.h ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h InvDT.h \
  BaseDT.h ClosureDT.h IntDDTempl.h DDTempl.h Image.h BitDI.h ../../include/Bit.h \
  CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h \
  BitIOps.h UcharDI.h ../../include/ImageDisplayProtocol.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ../../include/RGB.h \
  RGBIOps.h FloatCI.h AuxDDTempl.h IntConv.h VectorI.h ImageIter.h BaseImageIter.h \
  IntConv.c 
IntDI.o : IntDI.c ../../include/Closure.h ../../include/PSIter.h ../../include/BasePSIter.h \
  ../../include/BasePS.h ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/DblPoint.h ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h IntDI.h \
  CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntIOps.h ImageIter.h BaseImageIter.h restrict.h VectorI.h 
InvDT.o : InvDT.c InvDT.h BaseDT.h ../../include/ia.h ../../include/IntPoint.h \
  ../../include/Point.h ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/BasePS.h 
InvNbh.o : InvNbh.c InvNbh.h BaseNbh.h ../../include/ia.h ../../include/IntPoint.h \
  ../../include/Point.h ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/BasePS.h 
Nbh.o : Nbh.c Image.h ../../include/Set.h ../../include/BaseSet.h ../../include/ia.h \
  ../../include/IntPS.h ../../include/IntPoint.h ../../include/Point.h ../../include/BasePS.h \
  ../../include/DblPS.h ../../include/DblPoint.h ../../include/SetStructure.h \
  ../../include/Array.h BitDI.h ../../include/Bit.h CoreImage.h BaseI.h Pixel.h \
  AuxImage.h ../../include/Closure.h ImgRestrictAssn.h BitIOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  ../../include/RGB.h RGBIOps.h FloatCI.h ImageIter.h BaseImageIter.h VectorI.h \
  ../../include/PSIter.h ../../include/BasePSIter.h Nbh.h BaseNbh.h NbhOps.h InvNbh.h \
  NbhOps.c 
NbhOps.o : NbhOps.c 
OtherImageIter.o : OtherImageIter.c OtherImageIter.h BaseImageIter.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/ia.h ../../include/DblPoint.h ../../include/PSIter.h \
  ../../include/BasePSIter.h ../../include/BasePS.h ../../include/IntPS.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h 
RGBDI.o : RGBDI.c ../../include/Closure.h ../../include/PSIter.h ../../include/BasePSIter.h \
  ../../include/BasePS.h ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/DblPoint.h ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h RGBDI.h \
  CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Bit.h ImgRestrictAssn.h \
  ../../include/RGB.h Image.h RGBIOps.h VectorI.h ConstI.h ClosureI.h ErrorI.h \
  ImageIter.h BaseImageIter.h restrict.h RGBIOps.c 
RGBIOps.o : RGBIOps.c 
UIO-__aa.o : UIO-__aa.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__ad.o : UIO-__ad.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__co.o : UIO-__co.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__dv.o : UIO-__dv.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__eq.o : UIO-__eq.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__er.o : UIO-__er.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__ge.o : UIO-__ge.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__gt.o : UIO-__gt.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__le.o : UIO-__le.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__ls.o : UIO-__ls.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__lt.o : UIO-__lt.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__md.o : UIO-__md.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__mi.o : UIO-__mi.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__ml.o : UIO-__ml.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__nt.o : UIO-__nt.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__oo.o : UIO-__oo.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__or.o : UIO-__or.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__pl.o : UIO-__pl.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-__rs.o : UIO-__rs.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-X_eq.o : UIO-X_eq.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-X_ge.o : UIO-X_ge.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-X_gt.o : UIO-X_gt.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-X_le.o : UIO-X_le.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-X_lt.o : UIO-X_lt.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-X_ne.o : UIO-X_ne.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-cnBit.o : UIO-cnBit.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-cvcomplex.o : UIO-cvcomplex.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-cvfloat.o : UIO-cvfloat.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-cvint.o : UIO-cvint.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-minmax.o : UIO-minmax.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-reductions.o : UIO-reductions.c UcharDI.h CoreImage.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharIOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
UIO-strict_ne.o : UIO-strict_ne.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-to_bit.o : UIO-to_bit.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UIO-unaries.o : UIO-unaries.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h \
  ConstI.h ImageIter.h BaseImageIter.h 
UcharConv.o : UcharConv.c 
UcharDDTempl.o : UcharDDTempl.c ../../include/PSIter.h ../../include/BasePSIter.h \
  ../../include/BasePS.h ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/DblPoint.h ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h InvDT.h \
  BaseDT.h ClosureDT.h UcharDDTempl.h DDTempl.h Image.h BitDI.h ../../include/Bit.h \
  CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h \
  BitIOps.h UcharDI.h ../../include/ImageDisplayProtocol.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ../../include/RGB.h \
  RGBIOps.h FloatCI.h AuxDDTempl.h UcharConv.h VectorI.h ImageIter.h BaseImageIter.h \
  UcharConv.c 
UcharDI.o : UcharDI.c VectorI.h BaseI.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/PSIter.h ../../include/BasePSIter.h UcharDI.h \
  CoreImage.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  ../../include/ImageDisplayProtocol.h Image.h UcharIOps.h ConstI.h ClosureI.h \
  FuncI.h ErrorI.h ImageIter.h BaseImageIter.h restrict.h 
VectorI.o : VectorI.c VectorI.h BaseI.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/PSIter.h ../../include/BasePSIter.h VectorImageIter.h \
  BaseImageIter.h 
VectorImageIter.o : VectorImageIter.c VectorImageIter.h ../../include/PSIter.h \
  ../../include/BasePSIter.h ../../include/BasePS.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/IntPS.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h \
  BaseImageIter.h VectorI.h BaseI.h 
closure.o : closure.c CoreImage.h ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h ../../include/IntPS.h \
  ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  ImageIter.h BaseImageIter.h BitDI.h Image.h BitIOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  ../../include/RGB.h RGBIOps.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h \
  BaseNbh.h NbhOps.h 
placebo1.o : placebo1.c ../../include/Array.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/ia.h ../../include/DblPoint.h ../../include/Bit.h ../../include/RGB.h 
placebo2.o : placebo2.c ../../include/Point.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/DblPoint.h ../../include/Bit.h ../../include/RGB.h ../../include/ClosurePS.h \
  ../../include/BasePS.h ../../include/Set.h ../../include/BaseSet.h ../../include/IntPS.h \
  ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h ../../include/PSIter.h \
  ../../include/BasePSIter.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ImgRestrictAssn.h ImageIter.h BaseImageIter.h 
restrict.o : restrict.c ../../include/PSIter.h ../../include/BasePSIter.h ../../include/BasePS.h \
  ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h ../../include/DblPoint.h \
  ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h ../../include/DblPS.h \
  ../../include/SetStructure.h ../../include/Array.h 
test0.o : test0.c IntDDTempl.h DDTempl.h BaseDT.h ../../include/ia.h ../../include/IntPoint.h \
  ../../include/Point.h ../../include/IntPS.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/BasePS.h ClosureDT.h Image.h BitDI.h ../../include/Bit.h CoreImage.h \
  ../../include/DblPS.h ../../include/DblPoint.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h \
  BitIOps.h UcharDI.h ../../include/ImageDisplayProtocol.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ../../include/RGB.h \
  RGBIOps.h FloatCI.h AuxDDTempl.h IntConv.h 
@


1.19.1.1
log
@*** empty log message ***
@
text
@a4 2
all: prep

d8 2
d44 1
a44 1
    BaseNbh.h Nbh.h NbhOps.h ClosureNbh.h
d53 1
a53 2
	Nbh.c InvNbh.c FuncNbh.c \
	../valueset/OpTable.h
a71 1
	ClosureNbh.h \
a97 2
	FuncNbh.c \
	FuncNbh.h \
a113 2
	LazyImage.c \
	LazyImage.h \
a254 17
AllImgOps.h: $(foreach type, bit uchar int float cplx rgb, $(type)-operations.desc) ${GENHOPS} ${ENCORE}
	rm -f $@@
	(${PERL} ${GENHOPS} -friends bit-operations.desc  |	\
		${PERL} ${ENCORE} "IA_Point<int>" IA_Bit;	\
	${PERL} ${GENHOPS} -friends uchar-operations.desc |	\
		${PERL} ${ENCORE} "IA_Point<int>" u_char;	\
	${PERL} ${GENHOPS} -friends int-operations.desc   |	\
		${PERL} ${ENCORE} "IA_Point<int>" int; 		\
	${PERL} ${GENHOPS} -friends float-operations.desc |	\
		${PERL} ${ENCORE} "IA_Point<int>" float;	\
	${PERL} ${GENHOPS} -friends cplx-operations.desc  |	\
		${PERL} ${ENCORE} "IA_Point<int>" complex;	\
	${PERL} ${GENHOPS} -friends rgb-operations.desc  |	\
		${PERL} ${ENCORE} "IA_Point<int>" complex;	\
	)> $@@
	chmod a-w $@@

d347 1
a347 1
fullsrc:: $(foreach type,Bit Uchar Int Float Cplx RGB, $(type)IOps.h) AllImgOps.h
a357 1
	rm -f [BUIFC]IO-*.c
d459 1
a459 1
		AllConv.h
d545 99
a643 15
BitDI.o : BitDI.c BitDI.h ${INCDIR}/Bit.h CoreImage.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ImgComp.h \
  ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h image_errors.h ClosureI.h \
  ErrorI.h ImageIter.h BaseImageIter.h ${INCDIR}/PSIter.h ${INCDIR}/BasePSIter.h \
  display.h restrict.h 
BIO-__ad.o : BIO-__ad.c BitDI.h ${INCDIR}/Bit.h CoreImage.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ImgComp.h \
  ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
d645 117
a761 9
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
BIO-__eq.o : BIO-__eq.c BitDI.h ${INCDIR}/Bit.h CoreImage.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ImgComp.h \
  ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
d763 21
a783 39
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
BIO-__er.o : BIO-__er.c BitDI.h ${INCDIR}/Bit.h CoreImage.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ImgComp.h \
  ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
BIO-__nt.o : BIO-__nt.c BitDI.h ${INCDIR}/Bit.h CoreImage.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ImgComp.h \
  ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
BIO-__or.o : BIO-__or.c BitDI.h ${INCDIR}/Bit.h CoreImage.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ImgComp.h \
  ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
BIO-cvcomplex.o : BIO-cvcomplex.c BitDI.h ${INCDIR}/Bit.h CoreImage.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ImgComp.h \
  ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
d785 188
a972 764
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
BIO-cvfloat.o : BIO-cvfloat.c BitDI.h ${INCDIR}/Bit.h CoreImage.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ImgComp.h \
  ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
BIO-cvint.o : BIO-cvint.c BitDI.h ${INCDIR}/Bit.h CoreImage.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ImgComp.h \
  ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
BIO-reductions.o : BIO-reductions.c BitDI.h ${INCDIR}/Bit.h CoreImage.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/DblPoint.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h \
  ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ImgComp.h \
  ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
BIO-strict_ne.o : BIO-strict_ne.c BitDI.h ${INCDIR}/Bit.h CoreImage.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ImgComp.h \
  ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
BIO-u_char.o : BIO-u_char.c BitDI.h ${INCDIR}/Bit.h CoreImage.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ImgComp.h \
  ImgRestrictAssn.h Image.h BitIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UcharDI.o : UcharDI.c VectorI.h BaseI.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/Array.h ${INCDIR}/PSIter.h ${INCDIR}/BasePSIter.h \
  ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h ${INCDIR}/IntPS.h ${INCDIR}/DblPS.h \
  ${INCDIR}/SetStructure.h UcharDI.h CoreImage.h Pixel.h AuxImage.h ${INCDIR}/Closure.h \
  ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h ${INCDIR}/ImageDisplayProtocol.h \
  Image.h UcharIOps.h ConstI.h image_errors.h ClosureI.h FuncI.h ErrorI.h ImageIter.h \
  BaseImageIter.h restrict.h 
UIO-__aa.o : UIO-__aa.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__ad.o : UIO-__ad.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__co.o : UIO-__co.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__dv.o : UIO-__dv.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__eq.o : UIO-__eq.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__er.o : UIO-__er.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__ge.o : UIO-__ge.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__gt.o : UIO-__gt.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__le.o : UIO-__le.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__ls.o : UIO-__ls.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__lt.o : UIO-__lt.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__md.o : UIO-__md.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__mi.o : UIO-__mi.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__ml.o : UIO-__ml.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__nt.o : UIO-__nt.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__oo.o : UIO-__oo.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__or.o : UIO-__or.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__pl.o : UIO-__pl.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-__rs.o : UIO-__rs.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-chi_eq.o : UIO-chi_eq.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-chi_ge.o : UIO-chi_ge.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-chi_gt.o : UIO-chi_gt.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-chi_le.o : UIO-chi_le.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-chi_lt.o : UIO-chi_lt.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-chi_ne.o : UIO-chi_ne.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-cnBit.o : UIO-cnBit.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-cvcomplex.o : UIO-cvcomplex.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-cvfloat.o : UIO-cvfloat.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-cvint.o : UIO-cvint.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-minmax.o : UIO-minmax.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-reductions.o : UIO-reductions.c UcharDI.h CoreImage.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h \
  BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h \
  RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h \
  BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-strict_ne.o : UIO-strict_ne.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-to_bit.o : UIO-to_bit.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
UIO-unaries.o : UIO-unaries.c UcharDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/ImageDisplayProtocol.h Image.h UcharIOps.h VectorI.h ConstI.h \
  image_errors.h ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h \
  BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h \
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IntDI.o : IntDI.c ${INCDIR}/Closure.h ${INCDIR}/PSIter.h ${INCDIR}/BasePSIter.h \
  ${INCDIR}/BasePS.h ${INCDIR}/ia.h ${INCDIR}/compat.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/IntPS.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/DblPS.h \
  ${INCDIR}/SetStructure.h ${INCDIR}/Array.h IntDI.h CoreImage.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h \
  ImageIter.h BaseImageIter.h image_errors.h restrict.h VectorI.h 
IIO-__aa.o : IIO-__aa.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__ad.o : IIO-__ad.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__co.o : IIO-__co.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__dv.o : IIO-__dv.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__eq.o : IIO-__eq.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__er.o : IIO-__er.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__ge.o : IIO-__ge.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__gt.o : IIO-__gt.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__le.o : IIO-__le.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__ls.o : IIO-__ls.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__lt.o : IIO-__lt.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__md.o : IIO-__md.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__mi.o : IIO-__mi.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__ml.o : IIO-__ml.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__nt.o : IIO-__nt.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__oo.o : IIO-__oo.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__or.o : IIO-__or.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__pl.o : IIO-__pl.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-__rs.o : IIO-__rs.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-chi_eq.o : IIO-chi_eq.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-chi_ge.o : IIO-chi_ge.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-chi_gt.o : IIO-chi_gt.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-chi_le.o : IIO-chi_le.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-chi_lt.o : IIO-chi_lt.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-chi_ne.o : IIO-chi_ne.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-cnBit.o : IIO-cnBit.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-cnUchar.o : IIO-cnUchar.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-cvcomplex.o : IIO-cvcomplex.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-cvfloat.o : IIO-cvfloat.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-minmax.o : IIO-minmax.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-reductions.o : IIO-reductions.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-strict_ne.o : IIO-strict_ne.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-to_bit.o : IIO-to_bit.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-to_uchar.o : IIO-to_uchar.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
IIO-unaries.o : IIO-unaries.c IntDI.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/Point.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h Image.h IntIOps.h VectorI.h ConstI.h image_errors.h \
  ImageIter.h BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h \
  ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h FloatDI.h FloatIOps.h CplxDI.h \
  CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FloatDI.o : FloatDI.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ClosureI.h \
  ErrorI.h ImageIter.h BaseImageIter.h ${INCDIR}/PSIter.h ${INCDIR}/BasePSIter.h \
d974 259
a1232 400
FIO-__aa.o : FIO-__aa.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-__dv.o : FIO-__dv.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-__eq.o : FIO-__eq.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-__ge.o : FIO-__ge.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-__gt.o : FIO-__gt.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-__le.o : FIO-__le.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-__lt.o : FIO-__lt.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-__mi.o : FIO-__mi.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-__ml.o : FIO-__ml.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-__nt.o : FIO-__nt.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-__oo.o : FIO-__oo.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-__pl.o : FIO-__pl.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-chi_eq.o : FIO-chi_eq.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-chi_ge.o : FIO-chi_ge.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-chi_gt.o : FIO-chi_gt.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-chi_le.o : FIO-chi_le.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-chi_lt.o : FIO-chi_lt.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-chi_ne.o : FIO-chi_ne.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-cnBit.o : FIO-cnBit.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-cnint.o : FIO-cnint.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-cnuchar.o : FIO-cnuchar.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-libm.o : FIO-libm.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-minmax.o : FIO-minmax.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-reduce.o : FIO-reduce.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-strict_ne.o : FIO-strict_ne.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-to_int.o : FIO-to_int.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
FIO-to_uchar.o : FIO-to_uchar.c FloatDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
CplxDI.o : CplxDI.c VectorI.h BaseI.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/Array.h ConstI.h image_errors.h ClosureI.h \
  ErrorI.h ImageIter.h BaseImageIter.h CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ${INCDIR}/PSIter.h ${INCDIR}/BasePSIter.h CplxDI.h Image.h IntDI.h IntIOps.h \
  CplxIOps.h restrict.h 
CIO-__dv.o : CIO-__dv.c CplxDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h FloatDI.h FloatIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
CIO-__eq.o : CIO-__eq.c CplxDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h FloatDI.h FloatIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
CIO-__mi.o : CIO-__mi.c CplxDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h FloatDI.h FloatIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
CIO-__ml.o : CIO-__ml.c CplxDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h FloatDI.h FloatIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
CIO-__pl.o : CIO-__pl.c CplxDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h FloatDI.h FloatIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
CIO-chi_eq.o : CIO-chi_eq.c CplxDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h FloatDI.h FloatIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
CIO-chi_ne.o : CIO-chi_ne.c CplxDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h FloatDI.h FloatIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
CIO-cnBit.o : CIO-cnBit.c CplxDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h FloatDI.h FloatIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
CIO-cnfloat.o : CIO-cnfloat.c CplxDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h FloatDI.h FloatIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
CIO-cnint.o : CIO-cnint.c CplxDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h FloatDI.h FloatIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
CIO-cnuchar.o : CIO-cnuchar.c CplxDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h FloatDI.h FloatIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
CIO-math.o : CIO-math.c CplxDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h FloatDI.h FloatIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
CIO-reduce.o : CIO-reduce.c CplxDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h FloatDI.h FloatIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
CIO-strict_ne.o : CIO-strict_ne.c CplxDI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h IntDI.h IntIOps.h CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h \
  BaseImageIter.h FBI.h ${INCDIR}/RGB.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h FloatDI.h FloatIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h ../valueset/OpTable.h 
RGBDI.o : RGBDI.c ${INCDIR}/Closure.h ${INCDIR}/PSIter.h ${INCDIR}/BasePSIter.h \
  ${INCDIR}/BasePS.h ${INCDIR}/ia.h ${INCDIR}/compat.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/IntPS.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/DblPS.h \
  ${INCDIR}/SetStructure.h ${INCDIR}/Array.h RGBDI.h CoreImage.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h ${INCDIR}/RGB.h \
  Image.h RGBIOps.h VectorI.h ConstI.h image_errors.h ClosureI.h ErrorI.h ImageIter.h \
  BaseImageIter.h restrict.h RGBIOps.c FBI.h BitDI.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
  UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h FloatCI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FloatCI.o : FloatCI.c FloatCI.h CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  Image.h ClosureI.h restrict.h VectorI.h 
FBI.o : FBI.c FBI.h ${INCDIR}/Bit.h ${INCDIR}/RGB.h ${INCDIR}/compat.h \
  ${INCDIR}/IntPoint.h ${INCDIR}/ia.h ${INCDIR}/Point.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h Image.h BitDI.h CoreImage.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h \
  ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h \
  ${INCDIR}/Closure.h ImgComp.h ImgRestrictAssn.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
d1234 254
a1487 28
  RGBIOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h AllConv.h AllImgOps.h ${INCDIR}/PSIter.h ${INCDIR}/BasePSIter.h \
  ConstI.h image_errors.h VectorI.h ImageIter.h BaseImageIter.h InvDT.h BitConv.c \
  UcharConv.c IntConv.c FloatConv.c CplxConv.c 
Nbh.o : Nbh.c Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h BitDI.h ${INCDIR}/Bit.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ImgComp.h \
  ImgRestrictAssn.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h UcharIOps.h \
  IntDI.h IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h \
  RGBIOps.h FloatCI.h ImageIter.h BaseImageIter.h VectorI.h ${INCDIR}/PSIter.h \
  ${INCDIR}/BasePSIter.h Nbh.h BaseNbh.h NbhOps.h InvNbh.h ClosureNbh.h FuncNbh.h \
  image_errors.h NbhOps.c 
placebo1.o : placebo1.c ${INCDIR}/Array.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h ${INCDIR}/DblPoint.h ${INCDIR}/Bit.h \
  ${INCDIR}/RGB.h 
placebo2.o : placebo2.c ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h ${INCDIR}/DblPoint.h ${INCDIR}/Bit.h ${INCDIR}/RGB.h \
  ${INCDIR}/ClosurePS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h \
  ${INCDIR}/IntPS.h ${INCDIR}/PSIter.h ${INCDIR}/BasePSIter.h ${INCDIR}/DblPS.h 
closure.o : closure.c CoreImage.h ${INCDIR}/ia.h ${INCDIR}/compat.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPoint.h ${INCDIR}/DblPoint.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  ImageIter.h BaseImageIter.h BitDI.h Image.h BitIOps.h UcharDI.h ${INCDIR}/ImageDisplayProtocol.h \
d1489 22
a1510 2
  ${INCDIR}/RGB.h RGBIOps.h DDTempl.h BaseDT.h ClosureDT.h FloatCI.h AuxDDTempl.h \
  Nbh.h BaseNbh.h NbhOps.h ClosureNbh.h 
@


1.19.1.2
log
@*** empty log message ***
@
text
@d5 5
d149 1
a194 4
all:

lobjs: prep

a200 4
prep: BIO UIO IIO FIO CIO
#	${MAKE} lib
	touch prep

d259 1
d261 1
a261 1
AllImgOps.h: $(foreach type, bit uchar int float cplx rgb, $(type)-operations.desc) ${GENHOPS}
d263 12
a274 6
	(${PERL} ${GENHOPS} -friends bit-operations.desc  ;	\
	${PERL} ${GENHOPS} -friends uchar-operations.desc ;	\
	${PERL} ${GENHOPS} -friends int-operations.desc   ;	\
	${PERL} ${GENHOPS} -friends float-operations.desc ;	\
	${PERL} ${GENHOPS} -friends cplx-operations.desc  ;	\
	${PERL} ${GENHOPS} -friends rgb-operations.desc		\
d278 1
a278 1
IIO: int-operations.desc ${OPMETAFILES} ${GENCOPS} IntIOps.h
d282 1
d287 1
a287 1
IntIOps.h: int-operations.desc ${GENHOPS}
d289 2
a290 1
	${PERL} ${GENHOPS} < int-operations.desc > $@@
d293 1
a293 1
BIO: bit-operations.desc ${OPMETAFILES} ${GENCOPS} BitIOps.h
d297 1
d302 1
a302 1
BitIOps.h: bit-operations.desc ${GENHOPS}
d304 2
a305 1
	${PERL} ${GENHOPS} < bit-operations.desc > $@@
d308 1
a308 1
UIO: uchar-operations.desc ${OPMETAFILES} ${GENCOPS} UcharIOps.h
d312 1
d317 1
a317 1
UcharIOps.h: uchar-operations.desc ${GENHOPS}
d319 2
a320 1
	${PERL} ${GENHOPS} < uchar-operations.desc > $@@
d323 1
a323 1
FIO: float-operations.desc ${OPMETAFILES} ${GENCOPS} FloatIOps.h
d327 1
d332 1
a332 1
FloatIOps.h: float-operations.desc ${GENHOPS}
d334 2
a335 1
	${PERL} ${GENHOPS} < float-operations.desc > $@@
d338 1
a338 1
CIO: cplx-operations.desc ${OPMETAFILES} ${GENCOPS} CplxIOps.h
d342 1
d347 1
a347 1
CplxIOps.h: cplx-operations.desc ${GENHOPS}
d349 2
a350 1
	${PERL} ${GENHOPS} < cplx-operations.desc > $@@
d353 1
a353 1
RGBIOps.c: rgb-operations.desc ${OPMETAFILES} ${GENCOPS}
d356 1
d359 1
a359 1
RGBIOps.h: rgb-operations.desc ${GENHOPS}
d361 2
a362 1
	${PERL} ${GENHOPS} < rgb-operations.desc > $@@
d380 1
a380 1
	${OPMETAFILES} ${GENCOPS} ${GENHOPS}
d386 1
d403 1
a403 1
AllConv.h: h-gen-conv.perl ${ALLCONVDESCS}
d405 10
a414 5
	(${PERL} ./h-gen-conv.perl -friends bit-conv.desc ;	\
	${PERL} ./h-gen-conv.perl -friends uchar-conv.desc ;	\
	${PERL} ./h-gen-conv.perl -friends int-conv.desc ;	\
	${PERL} ./h-gen-conv.perl -friends float-conv.desc ;	\
	${PERL} ./h-gen-conv.perl -friends cplx-conv.desc	\
d418 1
a418 1
IntConv.c: c-gen-conv.perl ${CONVMETAFILES} int-conv.desc
d420 2
a421 1
	${PERL} ./c-gen-conv.perl < int-conv.desc > $@@
d424 1
a424 1
IntConv.h: h-gen-conv.perl int-conv.desc
d426 2
a427 1
	${PERL} ./h-gen-conv.perl < int-conv.desc > $@@
d430 1
a430 1
BitConv.c: c-gen-conv.perl ${CONVMETAFILES} bit-conv.desc
d432 2
a433 1
	${PERL} ./c-gen-conv.perl < bit-conv.desc  > $@@
d436 1
a436 1
BitConv.h: h-gen-conv.perl bit-conv.desc
d438 2
a439 1
	${PERL} ./h-gen-conv.perl  < bit-conv.desc > $@@
d442 1
a442 1
UcharConv.c: c-gen-conv.perl ${CONVMETAFILES} uchar-conv.desc
d444 2
a445 1
	${PERL} ./c-gen-conv.perl < uchar-conv.desc  > $@@
d448 1
a448 1
UcharConv.h: h-gen-conv.perl uchar-conv.desc
d450 2
a451 1
	${PERL} ./h-gen-conv.perl  < uchar-conv.desc > $@@
d454 1
a454 1
FloatConv.c: c-gen-conv.perl ${CONVMETAFILES} float-conv.desc
d456 2
a457 1
	${PERL} ./c-gen-conv.perl < float-conv.desc  > $@@
d460 1
a460 1
FloatConv.h: h-gen-conv.perl float-conv.desc
d462 2
a463 1
	${PERL} ./h-gen-conv.perl  < float-conv.desc > $@@
d466 1
a466 1
CplxConv.c: c-gen-conv.perl ${CONVMETAFILES} cplx-conv.desc
d468 2
a469 1
	${PERL} ./c-gen-conv.perl < cplx-conv.desc  > $@@
d472 1
a472 1
CplxConv.h: h-gen-conv.perl cplx-conv.desc
d474 2
a475 1
	${PERL} ./h-gen-conv.perl  < cplx-conv.desc > $@@
d569 3
a571 3
BitDI.o : BitDI.c BitDI.h ${INCDIR}/Bit.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
d574 7
a580 8
  ImgRestrictAssn.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h BitIOps.h \
  VectorI.h ConstI.h image_errors.h ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h \
  ${INCDIR}/PSIter.h ${INCDIR}/BasePSIter.h display.h restrict.h 
BIO-__ad.o : BIO-__ad.c BitDI.h ${INCDIR}/Bit.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h \
  ${INCDIR}/DblPoint.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
d582 9
a590 9
  ImgRestrictAssn.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h BitIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
BIO-__eq.o : BIO-__eq.c BitDI.h ${INCDIR}/Bit.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h \
  ${INCDIR}/DblPoint.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
d592 9
a600 9
  ImgRestrictAssn.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h BitIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
BIO-__er.o : BIO-__er.c BitDI.h ${INCDIR}/Bit.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h \
  ${INCDIR}/DblPoint.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
d602 9
a610 9
  ImgRestrictAssn.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h BitIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
BIO-__nt.o : BIO-__nt.c BitDI.h ${INCDIR}/Bit.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h \
  ${INCDIR}/DblPoint.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
d612 9
a620 9
  ImgRestrictAssn.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h BitIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
BIO-__or.o : BIO-__or.c BitDI.h ${INCDIR}/Bit.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h \
  ${INCDIR}/DblPoint.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
d622 9
a630 9
  ImgRestrictAssn.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h BitIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
BIO-cvcomplex.o : BIO-cvcomplex.c BitDI.h ${INCDIR}/Bit.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h \
  ${INCDIR}/DblPoint.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
d632 9
a640 9
  ImgRestrictAssn.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h BitIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
BIO-cvfloat.o : BIO-cvfloat.c BitDI.h ${INCDIR}/Bit.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h \
  ${INCDIR}/DblPoint.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
d642 9
a650 9
  ImgRestrictAssn.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h BitIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
BIO-cvint.o : BIO-cvint.c BitDI.h ${INCDIR}/Bit.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h \
  ${INCDIR}/DblPoint.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
d652 9
a660 9
  ImgRestrictAssn.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h BitIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
BIO-reductions.o : BIO-reductions.c BitDI.h ${INCDIR}/Bit.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h \
  ${INCDIR}/DblPoint.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
d662 9
a670 9
  ImgRestrictAssn.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h BitIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
BIO-strict_ne.o : BIO-strict_ne.c BitDI.h ${INCDIR}/Bit.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h \
  ${INCDIR}/DblPoint.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
d672 9
a680 9
  ImgRestrictAssn.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h BitIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
BIO-u_char.o : BIO-u_char.c BitDI.h ${INCDIR}/Bit.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h \
  ${INCDIR}/Point.h ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h \
  ${INCDIR}/DblPoint.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
d682 5
a686 5
  ImgRestrictAssn.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h BitIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
d691 311
a1001 3
  ${INCDIR}/SetStructure.h UcharDI.h Image.h CoreImage.h Pixel.h AuxImage.h \
  ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h UcharIOps.h \
  ConstI.h image_errors.h ClosureI.h FuncI.h ErrorI.h ImageIter.h BaseImageIter.h \
d1003 32
a1034 331
  RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h restrict.h 
UIO-X_eq.o : UIO-X_eq.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-X_ge.o : UIO-X_ge.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-X_gt.o : UIO-X_gt.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-X_le.o : UIO-X_le.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-X_lt.o : UIO-X_lt.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-X_ne.o : UIO-X_ne.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__aa.o : UIO-__aa.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__ad.o : UIO-__ad.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__co.o : UIO-__co.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__dv.o : UIO-__dv.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__eq.o : UIO-__eq.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__er.o : UIO-__er.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__ge.o : UIO-__ge.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__gt.o : UIO-__gt.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__le.o : UIO-__le.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__ls.o : UIO-__ls.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__lt.o : UIO-__lt.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__md.o : UIO-__md.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__mi.o : UIO-__mi.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__ml.o : UIO-__ml.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__nt.o : UIO-__nt.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__oo.o : UIO-__oo.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__or.o : UIO-__or.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__pl.o : UIO-__pl.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-__rs.o : UIO-__rs.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-cvcomplex.o : UIO-cvcomplex.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-cvfloat.o : UIO-cvfloat.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-cvint.o : UIO-cvint.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-minmax.o : UIO-minmax.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-reductions.o : UIO-reductions.c UcharDI.h ${INCDIR}/compat.h Image.h \
  ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-strict_ne.o : UIO-strict_ne.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-to_bit.o : UIO-to_bit.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
UIO-unaries.o : UIO-unaries.c UcharDI.h ${INCDIR}/compat.h Image.h ${INCDIR}/Set.h \
  ${INCDIR}/BaseSet.h ${INCDIR}/ia.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h UcharIOps.h \
  VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ../valueset/OpTable.h 
d1039 604
a1642 584
  ${INCDIR}/SetStructure.h ${INCDIR}/Array.h IntDI.h Image.h CoreImage.h \
  BaseI.h Pixel.h AuxImage.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h IntIOps.h \
  ImageIter.h BaseImageIter.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  image_errors.h restrict.h VectorI.h 
IIO-X_eq.o : IIO-X_eq.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-X_ge.o : IIO-X_ge.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-X_gt.o : IIO-X_gt.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-X_le.o : IIO-X_le.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-X_lt.o : IIO-X_lt.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-X_ne.o : IIO-X_ne.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__aa.o : IIO-__aa.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__ad.o : IIO-__ad.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__co.o : IIO-__co.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__dv.o : IIO-__dv.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__eq.o : IIO-__eq.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__er.o : IIO-__er.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__ge.o : IIO-__ge.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__gt.o : IIO-__gt.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__le.o : IIO-__le.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__ls.o : IIO-__ls.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__lt.o : IIO-__lt.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__md.o : IIO-__md.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__mi.o : IIO-__mi.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__ml.o : IIO-__ml.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__nt.o : IIO-__nt.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__oo.o : IIO-__oo.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__or.o : IIO-__or.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__pl.o : IIO-__pl.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-__rs.o : IIO-__rs.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-cvcomplex.o : IIO-cvcomplex.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-cvfloat.o : IIO-cvfloat.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-minmax.o : IIO-minmax.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-reductions.o : IIO-reductions.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-strict_ne.o : IIO-strict_ne.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-to_bit.o : IIO-to_bit.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-to_uchar.o : IIO-to_uchar.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
IIO-unaries.o : IIO-unaries.c IntDI.h ${INCDIR}/compat.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/ia.h ${INCDIR}/Point.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  CoreImage.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h FloatDI.h \
  FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  IntIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FloatDI.o : FloatDI.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ClosureI.h ErrorI.h ImageIter.h \
  BaseImageIter.h ${INCDIR}/PSIter.h ${INCDIR}/BasePSIter.h restrict.h 
FIO-X_eq.o : FIO-X_eq.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-X_ge.o : FIO-X_ge.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-X_gt.o : FIO-X_gt.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-X_le.o : FIO-X_le.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-X_lt.o : FIO-X_lt.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-X_ne.o : FIO-X_ne.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-__aa.o : FIO-__aa.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-__dv.o : FIO-__dv.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-__eq.o : FIO-__eq.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-__ge.o : FIO-__ge.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-__gt.o : FIO-__gt.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-__le.o : FIO-__le.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-__lt.o : FIO-__lt.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-__mi.o : FIO-__mi.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-__ml.o : FIO-__ml.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-__nt.o : FIO-__nt.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-__oo.o : FIO-__oo.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-__pl.o : FIO-__pl.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-libm.o : FIO-libm.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-minmax.o : FIO-minmax.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-reduce.o : FIO-reduce.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-strict_ne.o : FIO-strict_ne.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-to_int.o : FIO-to_int.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
FIO-to_uchar.o : FIO-to_uchar.c FloatDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  FloatIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
d1646 126
a1771 2
  ErrorI.h ImageIter.h BaseImageIter.h Image.h CoreImage.h ${INCDIR}/IntPS.h \
  ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
d1773 4
a1776 103
  BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h ${INCDIR}/PSIter.h \
  ${INCDIR}/BasePSIter.h restrict.h 
CIO-X_eq.o : CIO-X_eq.c CplxDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
CIO-X_ne.o : CIO-X_ne.c CplxDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
CIO-__dv.o : CIO-__dv.c CplxDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
CIO-__eq.o : CIO-__eq.c CplxDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
CIO-__mi.o : CIO-__mi.c CplxDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
CIO-__ml.o : CIO-__ml.c CplxDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
CIO-__pl.o : CIO-__pl.c CplxDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
CIO-math.o : CIO-math.c CplxDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
CIO-reduce.o : CIO-reduce.c CplxDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
CIO-strict_ne.o : CIO-strict_ne.c CplxDI.h Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPS.h ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/DblPoint.h \
  ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
  ${INCDIR}/Array.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h \
  CplxIOps.h VectorI.h ConstI.h image_errors.h ImageIter.h BaseImageIter.h FBI.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
  AllImgOps.h ../valueset/OpTable.h 
d1781 6
a1786 6
  ${INCDIR}/SetStructure.h ${INCDIR}/Array.h RGBDI.h ${INCDIR}/RGB.h \
  Image.h CoreImage.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Bit.h ImgComp.h \
  ImgRestrictAssn.h RGBIOps.h VectorI.h ConstI.h image_errors.h ClosureI.h ErrorI.h \
  ImageIter.h BaseImageIter.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h \
  IntIOps.h FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h FloatCI.h restrict.h RGBIOps.c \
  FBI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h \
d1788 6
a1793 6
FloatCI.o : FloatCI.c FloatCI.h ${INCDIR}/DblPS.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h \
  ${INCDIR}/ia.h ${INCDIR}/compat.h ${INCDIR}/DblPoint.h ${INCDIR}/Point.h \
  ${INCDIR}/IntPoint.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/SetStructure.h ${INCDIR}/Array.h ${INCDIR}/IntPS.h Image.h \
  CoreImage.h BaseI.h Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h \
  ImgComp.h ImgRestrictAssn.h ClosureI.h restrict.h VectorI.h 
d1796 13
a1808 2
  ${INCDIR}/BaseSet.h Image.h CoreImage.h ${INCDIR}/DblPoint.h ${INCDIR}/IntPS.h \
  ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h \
d1810 5
a1814 15
  ImgRestrictAssn.h BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h \
  FloatDI.h FloatIOps.h CplxDI.h CplxIOps.h RGBDI.h RGBIOps.h FloatCI.h DDTempl.h \
  BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h NbhOps.h AllConv.h AllImgOps.h \
  ${INCDIR}/PSIter.h ${INCDIR}/BasePSIter.h ConstI.h image_errors.h VectorI.h \
  ImageIter.h BaseImageIter.h InvDT.h BitConv.c UcharConv.c IntConv.c FloatConv.c \
  CplxConv.c 
Nbh.o : Nbh.c Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/DblPoint.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
  ${INCDIR}/DblPS.h ${INCDIR}/SetStructure.h ${INCDIR}/Array.h BaseI.h \
  Pixel.h AuxImage.h ${INCDIR}/Closure.h ${INCDIR}/Bit.h ImgComp.h ImgRestrictAssn.h \
  BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h ImageIter.h \
  BaseImageIter.h VectorI.h ${INCDIR}/PSIter.h ${INCDIR}/BasePSIter.h \
  Nbh.h BaseNbh.h NbhOps.h InvNbh.h ClosureNbh.h FuncNbh.h image_errors.h NbhOps.c 
d1823 3
a1825 3
closure.o : closure.c Image.h ${INCDIR}/Set.h ${INCDIR}/BaseSet.h ${INCDIR}/ia.h \
  ${INCDIR}/compat.h CoreImage.h ${INCDIR}/Point.h ${INCDIR}/IntPoint.h \
  ${INCDIR}/DblPoint.h ${INCDIR}/IntPS.h ${INCDIR}/BasePS.h ${INCDIR}/pset_errors.h \
d1828 4
a1831 4
  BitDI.h BitIOps.h UcharDI.h UcharIOps.h IntDI.h IntIOps.h FloatDI.h FloatIOps.h \
  CplxDI.h CplxIOps.h RGBDI.h ${INCDIR}/RGB.h RGBIOps.h FloatCI.h ImageIter.h \
  BaseImageIter.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Nbh.h BaseNbh.h \
  NbhOps.h ClosureNbh.h 
@


1.18
log
@*** empty log message ***
@
text
@d683 1
a683 1
CIO-chi_eq.o : CIO-chi_eq.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
d689 1
a689 1
CIO-chi_ne.o : CIO-chi_ne.c CplxDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
d861 1
a861 1
FIO-chi_eq.o : FIO-chi_eq.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
d867 1
a867 1
FIO-chi_ge.o : FIO-chi_ge.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
d873 1
a873 1
FIO-chi_gt.o : FIO-chi_gt.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
d879 1
a879 1
FIO-chi_le.o : FIO-chi_le.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
d885 1
a885 1
FIO-chi_lt.o : FIO-chi_lt.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
d891 1
a891 1
FIO-chi_ne.o : FIO-chi_ne.c FloatDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
d1096 1
a1096 1
IIO-chi_eq.o : IIO-chi_eq.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
d1102 1
a1102 1
IIO-chi_ge.o : IIO-chi_ge.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
d1108 1
a1108 1
IIO-chi_gt.o : IIO-chi_gt.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
d1114 1
a1114 1
IIO-chi_le.o : IIO-chi_le.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
d1120 1
a1120 1
IIO-chi_lt.o : IIO-chi_lt.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
d1126 1
a1126 1
IIO-chi_ne.o : IIO-chi_ne.c IntDI.h ../../include/IntPoint.h ../../include/ia.h \
d1365 1
a1365 1
UIO-chi_eq.o : UIO-chi_eq.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
d1371 1
a1371 1
UIO-chi_ge.o : UIO-chi_ge.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
d1377 1
a1377 1
UIO-chi_gt.o : UIO-chi_gt.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
d1383 1
a1383 1
UIO-chi_le.o : UIO-chi_le.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
d1389 1
a1389 1
UIO-chi_lt.o : UIO-chi_lt.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
d1395 1
a1395 1
UIO-chi_ne.o : UIO-chi_ne.c UcharDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
@


1.17
log
@more DOS-inspired renaming.
@
text
@d139 1
a139 1
	cplx-ops.desc \
d142 1
d315 1
a315 1
CIO: cplx-ops.desc ${OPMETAFILES} ${GENCOPS} CplxIOps.h ${ENCORE}
d317 1
a317 1
	sh add-image-operations.sh cplx-ops.desc ${WORKLIB} \
d324 1
a324 1
CplxIOps.h: cplx-ops.desc ${GENHOPS} ${ENCORE}
d326 1
a326 1
	${PERL} ${GENHOPS} < cplx-ops.desc | \
d346 29
d454 12
d480 11
a503 1
spotless:
@


1.16
log
@DOS-inspired name rework
@
text
@d37 1
a37 1
	AuxImage.h AuxImage.c ImgRestrictAssn.h \
d49 1
a49 1
	ConstI.c FunctionI.h VectorI.h \
d52 2
a53 2
	DDTempl.c AuxDDTempl.c InvariantDT.c FunctionDT.c \
	Nbh.c #InvariantNbh.c
d94 4
a97 4
	FunctionDT.c \
	FunctionDT.h \
	FunctionI.c \
	FunctionI.h \
d102 2
d110 4
a113 4
	InvariantDT.c \
	InvariantDT.h \
	InvariantNbh.c \
	InvariantNbh.h \
d132 3
a134 3
	binary-templfn \
	binary-templop \
	bit-convolutions.desc \
d138 2
a139 2
	complex-convolutions.desc \
	complex-operations.desc \
d142 2
a143 2
	encore.nonnative.perl \
	float-convolutions.desc \
d145 7
a151 7
	gen-conv-c.perl \
	gen-conv-h.perl \
	gen-nbh-c.perl \
	gen-nbh-h.perl \
	generate-bo.perl \
	generate-ops-c.perl \
	generate-ops-h.perl \
d154 1
a154 1
	int-convolutions.desc \
d158 2
a159 2
	placebos1.c \
	placebos2.c \
d168 1
a168 1
	uchar-convolutions.desc \
d183 1
a183 1
CLOSUREOBJS= placebos1.o placebos2.o closure.o
d215 1
a215 1
GENBOPMETA = ./generate-bo.perl
d249 2
a250 2
GENCOPS = ./generate-ops-c.perl
GENHOPS = ./generate-ops-h.perl
d252 1
a252 1
ENCORE = ./encore.nonnative.perl
d314 1
a314 1
CIO: complex-operations.desc ${OPMETAFILES} ${GENCOPS} CplxIOps.h ${ENCORE}
d316 1
a316 1
	sh add-image-operations.sh complex-operations.desc ${WORKLIB} \
d323 1
a323 1
CplxIOps.h: complex-operations.desc ${GENHOPS} ${ENCORE}
d325 1
a325 1
	${PERL} ${GENHOPS} < complex-operations.desc | \
d345 1
a345 1
CONVMETAFILES = img-templ-product templ-img-product templ-templ-product template-reduction binary-templop binary-templfn
d347 1
a347 1
ALLCONVDESCS=${patsubst %,%-convolutions.desc,bit uchar int float complex}
d349 1
a349 1
AllConv.h: gen-conv-h.perl ${ALLCONVDESCS} ${ENCORE}
d351 1
a351 1
	(${PERL} ./gen-conv-h.perl -friends bit-convolutions.desc |	\
d353 1
a353 1
	${PERL} ./gen-conv-h.perl -friends uchar-convolutions.desc |	\
d355 1
a355 1
	${PERL} ./gen-conv-h.perl -friends int-convolutions.desc |	\
d357 1
a357 1
	${PERL} ./gen-conv-h.perl -friends float-convolutions.desc |	\
d359 1
a359 1
	${PERL} ./gen-conv-h.perl -friends complex-convolutions.desc |	\
d364 1
a364 1
IntConv.c: gen-conv-c.perl ${CONVMETAFILES} int-convolutions.desc ${ENCORE}
d366 1
a366 1
	${PERL} ./gen-conv-c.perl < int-convolutions.desc | \
d370 1
a370 1
IntConv.h: gen-conv-h.perl int-convolutions.desc ${ENCORE}
d372 1
a372 1
	${PERL} ./gen-conv-h.perl < int-convolutions.desc | \
d376 1
a376 1
BitConv.c: gen-conv-c.perl ${CONVMETAFILES} bit-convolutions.desc ${ENCORE}
d378 1
a378 1
	${PERL} ./gen-conv-c.perl < bit-convolutions.desc  | \
d382 1
a382 1
BitConv.h: gen-conv-h.perl bit-convolutions.desc ${ENCORE}
d384 1
a384 1
	${PERL} ./gen-conv-h.perl  < bit-convolutions.desc | \
d388 1
a388 1
UcharConv.c: gen-conv-c.perl ${CONVMETAFILES} uchar-convolutions.desc ${ENCORE}
d390 1
a390 1
	${PERL} ./gen-conv-c.perl < uchar-convolutions.desc  | \
d394 1
a394 1
UcharConv.h: gen-conv-h.perl uchar-convolutions.desc ${ENCORE}
d396 1
a396 1
	${PERL} ./gen-conv-h.perl  < uchar-convolutions.desc | \
d400 1
a400 1
FloatConv.c: gen-conv-c.perl ${CONVMETAFILES} float-convolutions.desc ${ENCORE}
d402 1
a402 1
	${PERL} ./gen-conv-c.perl < float-convolutions.desc  | \
d406 1
a406 1
FloatConv.h: gen-conv-h.perl float-convolutions.desc ${ENCORE}
d408 1
a408 1
	${PERL} ./gen-conv-h.perl  < float-convolutions.desc | \
d412 1
a412 1
CplxConv.c: gen-conv-c.perl ${CONVMETAFILES} complex-convolutions.desc ${ENCORE}
d414 1
a414 1
	${PERL} ./gen-conv-c.perl < complex-convolutions.desc  | \
d418 1
a418 1
CplxConv.h: gen-conv-h.perl complex-convolutions.desc ${ENCORE}
d420 1
a420 1
	${PERL} ./gen-conv-h.perl  < complex-convolutions.desc | \
d428 1
a428 1
NbhOps.h: gen-nbh-h.perl nbh-ops.desc
d430 1
a430 1
	${PERL} ./gen-nbh-h.perl < nbh-ops.desc > $@@
d433 1
a433 1
NbhOps.c: gen-nbh-c.perl nbh-ops.desc
d435 1
a435 1
	${PERL} ./gen-nbh-c.perl < nbh-ops.desc > $@@
d442 2
a443 3
	/bin/rm -rf ptrepository opgen-templs
	rm -f ${BOPMETAFILES} \
		AllConv.h IntConv.[ch] BitConv.[ch] \
d501 1
a501 1
  ../../include/BasePSIter.h ImageIter.h BaseImageIter.h InvariantDT.h 
d590 1
a590 1
  ../../include/Bit.h ImgRestrictAssn.h InvariantDT.h BaseDT.h ClosureDT.h BitDDTempl.h \
d701 1
a701 1
  FunctionI.h ../../include/ClosurePS.h image_errors.h ImgRestrictAssn.c 
d708 1
a708 1
  ../../include/Bit.h ImgRestrictAssn.h InvariantDT.h BaseDT.h ClosureDT.h CplxDDTempl.h \
d726 1
a726 1
  RGBIOps.h FloatCI.h AuxDDTempl.h ErrorDT.h image_errors.h InvariantDT.h FunctionDT.h 
d735 1
a735 1
  ConstI.h VectorI.h ImageIter.h BaseImageIter.h InvariantDT.h BitConv.c UcharConv.c \
d908 1
a908 1
  ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h InvariantDT.h \
d922 1
a922 1
FunctionDT.o : FunctionDT.c FunctionDT.h ../../include/ia.h BaseDT.h ../../include/IntPoint.h \
d926 4
a929 4
FunctionI.o : FunctionI.c FunctionI.h ../../include/ia.h BaseI.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/PSIter.h ../../include/BasePSIter.h 
d1153 1
a1153 1
  RGBIOps.h FloatCI.h AuxDDTempl.h InvariantDT.h ImageIter.h BaseImageIter.h 
d1157 1
a1157 1
  ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h InvariantDT.h \
d1169 5
a1173 3
  Image.h IntIOps.h VectorI.h ConstI.h ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h \
  restrict.h 
InvariantDT.o : InvariantDT.c InvariantDT.h BaseDT.h ../../include/ia.h ../../include/IntPoint.h \
a1175 3
InvariantNbh.o : InvariantNbh.c InvariantNbh.h BaseNbh.h ../../include/ia.h \
  ../../include/IntPoint.h ../../include/Point.h ../../include/IntPS.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/BasePS.h 
d1183 1
a1183 1
  ../../include/PSIter.h ../../include/BasePSIter.h Nbh.h BaseNbh.h NbhOps.h InvariantNbh.h \
d1407 1
a1407 1
  ../../include/DblPS.h ../../include/SetStructure.h ../../include/Array.h InvariantDT.h \
d1420 1
a1420 1
  FunctionI.h ErrorI.h ImageIter.h BaseImageIter.h restrict.h 
a1430 5
chi_contains.o : chi_contains.c CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DblPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPS.h ../../include/BasePS.h ../../include/DblPS.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h VectorI.h ConstI.h 
d1439 1
a1439 1
placebos1.o : placebos1.c ../../include/Array.h ../../include/Point.h ../../include/IntPoint.h \
d1441 1
a1441 1
placebos2.o : placebos2.c ../../include/Point.h ../../include/IntPoint.h ../../include/ia.h \
@


1.15
log
@Name sanitization
@
text
@d22 1
a22 1
	ComplexDI.o $(patsubst %.c,%.o,$(wildcard CIO-*.c)) \
d26 1
a26 1
	Neighborhood.o
d29 6
a34 6
HEADERS=IntDI.h IntImageOps.h \
	BitDI.h BitImageOps.h \
	UcharDI.h UcharImageOps.h \
	FloatDI.h FloatImageOps.h \
	ComplexDI.h ComplexImageOps.h \
	RGBDI.h RGBImageOps.h \
d42 3
a44 3
	IntConvolutions.h BitConvolutions.h UcharConvolutions.h \
	FloatConvolutions.h ComplexConvolutions.h \
    BaseNbh.h Neighborhood.h NeighborhoodOps.h
d53 1
a53 1
	Neighborhood.c #InvariantNbh.c
d72 4
a75 4
	ComplexDDTempl.c \
	ComplexDDTempl.h \
	ComplexDI.c \
	ComplexDI.h \
d114 2
a115 2
	Neighborhood.c \
	Neighborhood.h \
d145 2
a146 2
	gen-neighborhood-c.perl \
	gen-neighborhood-h.perl \
d154 2
a155 2
	neighborhood-ops.desc \
	neighborhood-reduction \
d198 6
a203 6
IntDI.o: IntImageOps.h
BitDI.o:  BitImageOps.h
UcharDI.o: UcharImageOps.h
FloatDI.o: FloatImageOps.h
ComplexDI.o:  ComplexImageOps.h
RGBDI.o: RGBImageOps.c RGBImageOps.h
d205 5
a209 5
IntDDTempl.o: IntConvolutions.c IntConvolutions.h
BitDDTempl.o: BitConvolutions.c BitConvolutions.h
UcharDDTempl.o: UcharConvolutions.c UcharConvolutions.h
FloatDDTempl.o: FloatConvolutions.c FloatConvolutions.h
ComplexDDTempl.o: ComplexConvolutions.c ComplexConvolutions.h
d211 1
a211 1
Neighborhood.o: NeighborhoodOps.c NeighborhoodOps.h
d252 1
a252 1
IIO: int-operations.desc ${OPMETAFILES} ${GENCOPS} IntImageOps.h ${ENCORE}
d261 1
a261 1
IntImageOps.h: int-operations.desc ${GENHOPS} ${ENCORE}
d267 1
a267 1
BIO: bit-operations.desc ${OPMETAFILES} ${GENCOPS} BitImageOps.h ${ENCORE}
d276 1
a276 1
BitImageOps.h: bit-operations.desc ${GENHOPS}  ${ENCORE}
d282 1
a282 1
UIO: uchar-operations.desc ${OPMETAFILES} ${GENCOPS} UcharImageOps.h ${ENCORE}
d291 1
a291 1
UcharImageOps.h: uchar-operations.desc ${GENHOPS} ${ENCORE}
d297 1
a297 1
FIO: float-operations.desc ${OPMETAFILES} ${GENCOPS} FloatImageOps.h ${ENCORE}
d306 1
a306 1
FloatImageOps.h: float-operations.desc ${GENHOPS} ${ENCORE}
d312 1
a312 1
CIO: complex-operations.desc ${OPMETAFILES} ${GENCOPS} ComplexImageOps.h ${ENCORE}
d321 1
a321 1
ComplexImageOps.h: complex-operations.desc ${GENHOPS} ${ENCORE}
d327 1
a327 1
RGBImageOps.c: rgb-operations.desc ${OPMETAFILES} ${GENCOPS} ${ENCORE}
d333 1
a333 1
RGBImageOps.h: rgb-operations.desc ${GENHOPS} ${ENCORE}
d347 1
a347 1
AllConvolutions.h: gen-conv-h.perl ${ALLCONVDESCS} ${ENCORE}
d362 1
a362 1
IntConvolutions.c: gen-conv-c.perl ${CONVMETAFILES} int-convolutions.desc ${ENCORE}
d368 1
a368 1
IntConvolutions.h: gen-conv-h.perl int-convolutions.desc ${ENCORE}
d374 1
a374 1
BitConvolutions.c: gen-conv-c.perl ${CONVMETAFILES} bit-convolutions.desc ${ENCORE}
d380 1
a380 1
BitConvolutions.h: gen-conv-h.perl bit-convolutions.desc ${ENCORE}
d386 1
a386 1
UcharConvolutions.c: gen-conv-c.perl ${CONVMETAFILES} uchar-convolutions.desc ${ENCORE}
d392 1
a392 1
UcharConvolutions.h: gen-conv-h.perl uchar-convolutions.desc ${ENCORE}
d398 1
a398 1
FloatConvolutions.c: gen-conv-c.perl ${CONVMETAFILES} float-convolutions.desc ${ENCORE}
d404 1
a404 1
FloatConvolutions.h: gen-conv-h.perl float-convolutions.desc ${ENCORE}
d410 1
a410 1
ComplexConvolutions.c: gen-conv-c.perl ${CONVMETAFILES} complex-convolutions.desc ${ENCORE}
d416 1
a416 1
ComplexConvolutions.h: gen-conv-h.perl complex-convolutions.desc ${ENCORE}
d422 1
a422 1
NEIGHBMETAFILES=neighborhood-reduction
d424 1
a424 1
NeighborhoodOps.c:${NEIGHBMETAFILES}
d426 1
a426 1
NeighborhoodOps.h: gen-neighborhood-h.perl neighborhood-ops.desc
d428 1
a428 1
	${PERL} ./gen-neighborhood-h.perl < neighborhood-ops.desc > $@@
d431 1
a431 1
NeighborhoodOps.c: gen-neighborhood-c.perl neighborhood-ops.desc
d433 1
a433 1
	${PERL} ./gen-neighborhood-c.perl < neighborhood-ops.desc > $@@
d442 7
a448 7
		AllConvolutions.h IntConvolutions.[ch] BitConvolutions.[ch] \
		UcharConvolutions.[ch] FloatConvolutions.[ch] \
		ComplexConvolutions.[ch] \
		NeighborhoodOps.[ch] \
		IntImageOps.h BitImageOps.h UcharImageOps.h FloatImageOps.h \
		ComplexImageOps.h RGBImageOps.h \
		[BUIFC]IO-*.c [BUIFC]IO RGBImageOps.c 
d452 13
a464 13
distfiles:  IntImageOps.h \
	 BitImageOps.h \
	UcharImageOps.h \
	FloatImageOps.h \
	ComplexImageOps.h \
	RGBImageOps.c RGBImageOps.h \
	AllConvolutions.h \
	IntConvolutions.c IntConvolutions.h \
	BitConvolutions.c BitConvolutions.h \
	UcharConvolutions.c UcharConvolutions.h \
	FloatConvolutions.c FloatConvolutions.h \
	ComplexConvolutions.c ComplexConvolutions.h \
	NeighborhoodOps.c NeighborhoodOps.h
d493 1
a493 1
  ../../include/IntPoint.h ../../include/Point.h ../../include/IntPointSet.h ../../include/Set.h \
d495 1
a495 1
  CoreImage.h ../../include/DoublePointSet.h ../../include/DoublePoint.h ../../include/SetStructure.h \
d497 4
a500 5
  BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h UcharImageOps.h \
  IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h ComplexImageOps.h \
  RGBDI.h ../../include/RGB.h RGBImageOps.h FloatCI.h FBI.h Neighborhood.h BaseNbh.h \
  NeighborhoodOps.h AllConvolutions.h ../../include/PSIter.h ../../include/BasePSIter.h \
  ImageIter.h BaseImageIter.h InvariantDT.h 
d502 3
a504 3
  ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/DoublePointSet.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/PSIter.h ../../include/BasePSIter.h ../../include/ClosurePS.h \
d509 2
a510 2
  ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
d512 1
a512 1
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitImageOps.h VectorI.h ConstI.h \
d515 2
a516 2
  ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
d518 1
a518 1
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitImageOps.h VectorI.h ConstI.h \
d521 2
a522 2
  ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
d524 1
a524 1
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitImageOps.h VectorI.h ConstI.h \
d527 2
a528 2
  ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
d530 1
a530 1
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitImageOps.h VectorI.h ConstI.h \
d533 2
a534 2
  ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
d536 1
a536 1
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitImageOps.h VectorI.h ConstI.h \
d539 2
a540 2
  ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
d542 1
a542 1
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitImageOps.h VectorI.h ConstI.h \
d545 2
a546 2
  ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
d548 1
a548 1
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitImageOps.h VectorI.h ConstI.h \
d551 2
a552 2
  ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
d554 1
a554 1
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitImageOps.h VectorI.h ConstI.h \
d556 6
d563 2
a564 2
  ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
d566 1
a566 1
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitImageOps.h VectorI.h ConstI.h \
d569 2
a570 2
  ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
d572 1
a572 1
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitImageOps.h VectorI.h ConstI.h \
d575 2
a576 2
  ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h \
  ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h ../../include/DoublePointSet.h \
d580 4
a583 4
  ../../include/ia.h ../../include/DoublePoint.h BaseI.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h 
BitConvolutions.o : BitConvolutions.c 
d586 7
a592 8
  ../../include/DoublePoint.h ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/DoublePointSet.h ../../include/SetStructure.h \
  ../../include/Array.h ImageIter.h BaseImageIter.h CoreImage.h BaseI.h Pixel.h \
  AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h InvariantDT.h \
  BaseDT.h ClosureDT.h BitDDTempl.h DDTempl.h Image.h BitDI.h BitImageOps.h UcharDI.h \
  ../../include/ImageDisplayProtocol.h UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h \
  FloatImageOps.h ComplexDI.h ComplexImageOps.h RGBDI.h ../../include/RGB.h RGBImageOps.h \
  FloatCI.h AuxDDTempl.h ../../include/BitConvolutions.h VectorI.h BitConvolutions.c 
d594 2
a595 2
  ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
d597 1
a597 1
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitImageOps.h VectorI.h ConstI.h \
d600 84
a683 84
CIO-__dv.o : CIO-__dv.c ComplexDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
CIO-__eq.o : CIO-__eq.c ComplexDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
CIO-__mi.o : CIO-__mi.c ComplexDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
CIO-__ml.o : CIO-__ml.c ComplexDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
CIO-__pl.o : CIO-__pl.c ComplexDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
CIO-chi_eq.o : CIO-chi_eq.c ComplexDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
CIO-chi_ne.o : CIO-chi_ne.c ComplexDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
CIO-cnBit.o : CIO-cnBit.c ComplexDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
CIO-cnfloat.o : CIO-cnfloat.c ComplexDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
CIO-cnint.o : CIO-cnint.c ComplexDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
CIO-cnuchar.o : CIO-cnuchar.c ComplexDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
CIO-math.o : CIO-math.c ComplexDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
CIO-reduce.o : CIO-reduce.c ComplexDI.h CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
CIO-strict_ne.o : CIO-strict_ne.c ComplexDI.h CoreImage.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
a684 19
ComplexConvolutions.o : ComplexConvolutions.c 
ComplexDDTempl.o : ComplexDDTempl.c ../../include/PSIter.h ../../include/BasePSIter.h \
  ../../include/BasePS.h ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/DoublePoint.h ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/DoublePointSet.h ../../include/SetStructure.h \
  ../../include/Array.h ImageIter.h BaseImageIter.h CoreImage.h BaseI.h Pixel.h \
  AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h InvariantDT.h \
  BaseDT.h ClosureDT.h ComplexDDTempl.h DDTempl.h Image.h BitDI.h BitImageOps.h \
  UcharDI.h ../../include/ImageDisplayProtocol.h UcharImageOps.h IntDI.h IntImageOps.h \
  FloatDI.h FloatImageOps.h ComplexDI.h ComplexImageOps.h RGBDI.h ../../include/RGB.h \
  RGBImageOps.h FloatCI.h AuxDDTempl.h ../../include/ComplexConvolutions.h VectorI.h \
  ComplexConvolutions.c 
ComplexDI.o : ComplexDI.c VectorI.h BaseI.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h ConstI.h ClosureI.h ErrorI.h \
  ImageIter.h BaseImageIter.h CoreImage.h Pixel.h AuxImage.h ../../include/Closure.h \
  ../../include/Bit.h ImgRestrictAssn.h ../../include/PSIter.h ../../include/BasePSIter.h \
  ComplexDI.h Image.h IntDI.h IntImageOps.h ComplexImageOps.h restrict.h 
d686 4
a689 4
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h ConstI.h ConstImageIter.h \
  ../../include/PSIter.h ../../include/BasePSIter.h BaseImageIter.h 
d692 3
a694 3
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/IntPointSet.h \
  ../../include/Set.h ../../include/BaseSet.h ../../include/DoublePointSet.h ../../include/SetStructure.h \
  ../../include/Array.h BaseImageIter.h ConstI.h BaseI.h 
d696 22
a717 5
  ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/DoublePointSet.h ../../include/SetStructure.h \
  ../../include/Array.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ../../include/Bit.h ImgRestrictAssn.h ImageIter.h BaseImageIter.h ErrorI.h ConstI.h \
  VectorI.h ClosureI.h FunctionI.h ../../include/ClosurePS.h image_errors.h ImgRestrictAssn.c 
d719 1
a719 1
  DDTempl.h BaseDT.h ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h \
d721 1
a721 1
  ../../include/DoublePointSet.h ../../include/DoublePoint.h ../../include/SetStructure.h \
d723 3
a725 4
  BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h UcharImageOps.h \
  IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h ComplexImageOps.h \
  RGBDI.h ../../include/RGB.h RGBImageOps.h FloatCI.h AuxDDTempl.h ErrorDT.h image_errors.h \
  InvariantDT.h FunctionDT.h 
d727 9
a735 10
  ../../include/Point.h ../../include/Set.h ../../include/BaseSet.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/DoublePointSet.h ../../include/DoublePoint.h \
  ../../include/SetStructure.h ../../include/Array.h Image.h BitDI.h CoreImage.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h BitImageOps.h \
  UcharDI.h ../../include/ImageDisplayProtocol.h UcharImageOps.h IntDI.h IntImageOps.h \
  FloatDI.h FloatImageOps.h ComplexDI.h ComplexImageOps.h RGBDI.h ../../include/RGB.h \
  RGBImageOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Neighborhood.h \
  BaseNbh.h NeighborhoodOps.h AllConvolutions.h ../../include/PSIter.h ../../include/BasePSIter.h \
  ConstI.h VectorI.h ImageIter.h BaseImageIter.h InvariantDT.h BitConvolutions.c \
  UcharConvolutions.c IntConvolutions.c FloatConvolutions.c ComplexConvolutions.c 
d737 5
a741 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d743 5
a747 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d749 5
a753 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d755 5
a759 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d761 5
a765 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d767 5
a771 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d773 5
a777 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d779 5
a783 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d785 5
a789 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d791 5
a795 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d797 5
a801 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d803 5
a807 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d809 5
a813 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d815 5
a819 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d821 5
a825 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d827 5
a831 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d833 5
a837 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d839 5
a843 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d845 5
a849 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d851 5
a855 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d857 5
a861 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d863 5
a867 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d869 5
a873 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d875 5
a879 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d881 5
a885 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d887 5
a891 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d893 5
a897 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d899 5
a903 6
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h ClosureI.h \
  restrict.h VectorI.h 
FloatConvolutions.o : FloatConvolutions.c 
d906 8
a913 8
  ../../include/DoublePoint.h ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/DoublePointSet.h ../../include/SetStructure.h \
  ../../include/Array.h InvariantDT.h BaseDT.h ClosureDT.h FloatDDTempl.h DDTempl.h \
  Image.h BitDI.h ../../include/Bit.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ImgRestrictAssn.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h RGBDI.h ../../include/RGB.h RGBImageOps.h FloatCI.h AuxDDTempl.h \
  ../../include/FloatConvolutions.h VectorI.h ImageIter.h BaseImageIter.h FloatConvolutions.c 
d915 6
a920 6
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ClosureI.h ErrorI.h ImageIter.h \
  BaseImageIter.h ../../include/PSIter.h ../../include/BasePSIter.h restrict.h 
d922 3
a924 3
  ../../include/Point.h ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/BasePS.h ../../include/PSIter.h ../../include/BasePSIter.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h 
d926 3
a928 3
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h ../../include/PSIter.h ../../include/BasePSIter.h 
d931 4
a934 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d937 4
a940 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d943 4
a946 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d949 4
a952 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d955 4
a958 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d961 4
a964 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d967 4
a970 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d973 4
a976 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d979 4
a982 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d985 4
a988 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d991 4
a994 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d997 4
a1000 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1003 4
a1006 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1009 4
a1012 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1015 4
a1018 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1021 4
a1024 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1027 4
a1030 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1033 4
a1036 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1039 4
a1042 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1045 4
a1048 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1051 4
a1054 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1057 4
a1060 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1063 4
a1066 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1069 4
a1072 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1075 4
a1078 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1081 4
a1084 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1087 4
a1090 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1093 4
a1096 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1099 4
a1102 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1105 4
a1108 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1111 4
a1114 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1117 4
a1120 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1123 4
a1126 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1129 4
a1132 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1135 4
a1138 4
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/DoublePoint.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1140 4
a1143 4
  ../../include/IntPoint.h ../../include/ia.h ../../include/DoublePoint.h CoreImage.h \
  ../../include/Set.h ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h \
  ../../include/DoublePointSet.h ../../include/SetStructure.h ../../include/Array.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h 
d1145 4
a1148 4
IntConvolutions.o : IntConvolutions.c DDTempl.h BaseDT.h ../../include/ia.h \
  ../../include/IntPoint.h ../../include/Point.h ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/BasePS.h ClosureDT.h Image.h BitDI.h ../../include/Bit.h \
  CoreImage.h ../../include/DoublePointSet.h ../../include/DoublePoint.h ../../include/SetStructure.h \
d1150 3
a1152 4
  BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h UcharImageOps.h \
  IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h ComplexImageOps.h \
  RGBDI.h ../../include/RGB.h RGBImageOps.h FloatCI.h AuxDDTempl.h InvariantDT.h \
  ImageIter.h BaseImageIter.h 
d1155 8
a1162 8
  ../../include/DoublePoint.h ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/DoublePointSet.h ../../include/SetStructure.h \
  ../../include/Array.h InvariantDT.h BaseDT.h ClosureDT.h IntDDTempl.h DDTempl.h \
  Image.h BitDI.h ../../include/Bit.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ImgRestrictAssn.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h RGBDI.h ../../include/RGB.h RGBImageOps.h FloatCI.h AuxDDTempl.h \
  ../../include/IntConvolutions.h VectorI.h ImageIter.h BaseImageIter.h IntConvolutions.c 
d1165 5
a1169 5
  ../../include/DoublePoint.h ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/DoublePointSet.h ../../include/SetStructure.h \
  ../../include/Array.h IntDI.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Bit.h \
  ImgRestrictAssn.h Image.h IntImageOps.h VectorI.h ConstI.h ClosureI.h ErrorI.h \
  ImageIter.h BaseImageIter.h restrict.h 
d1171 1
a1171 1
  ../../include/Point.h ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h \
d1174 1
a1174 1
  ../../include/IntPoint.h ../../include/Point.h ../../include/IntPointSet.h ../../include/Set.h \
d1176 10
a1185 11
Neighborhood.o : Neighborhood.c Image.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/ia.h ../../include/IntPointSet.h ../../include/IntPoint.h ../../include/Point.h \
  ../../include/BasePS.h ../../include/DoublePointSet.h ../../include/DoublePoint.h \
  ../../include/SetStructure.h ../../include/Array.h BitDI.h ../../include/Bit.h \
  CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h \
  BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h UcharImageOps.h \
  IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h ComplexImageOps.h \
  RGBDI.h ../../include/RGB.h RGBImageOps.h FloatCI.h ImageIter.h BaseImageIter.h \
  VectorI.h ../../include/PSIter.h ../../include/BasePSIter.h Neighborhood.h BaseNbh.h \
  NeighborhoodOps.h InvariantNbh.h NeighborhoodOps.c 
NeighborhoodOps.o : NeighborhoodOps.c 
d1187 4
a1190 4
  ../../include/IntPoint.h ../../include/ia.h ../../include/DoublePoint.h ../../include/PSIter.h \
  ../../include/BasePSIter.h ../../include/BasePS.h ../../include/IntPointSet.h \
  ../../include/Set.h ../../include/BaseSet.h ../../include/DoublePointSet.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h 
d1193 6
a1198 6
  ../../include/DoublePoint.h ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/DoublePointSet.h ../../include/SetStructure.h \
  ../../include/Array.h RGBDI.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/RGB.h Image.h RGBImageOps.h VectorI.h ConstI.h \
  ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h restrict.h RGBImageOps.c 
RGBImageOps.o : RGBImageOps.c 
d1200 5
a1204 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1206 5
a1210 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1212 5
a1216 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1218 5
a1222 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1224 5
a1228 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1230 5
a1234 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1236 5
a1240 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1242 5
a1246 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1248 5
a1252 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1254 5
a1258 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1260 5
a1264 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1266 5
a1270 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1272 5
a1276 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1278 5
a1282 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1284 5
a1288 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1290 5
a1294 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1296 5
a1300 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1302 5
a1306 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1308 5
a1312 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1314 5
a1318 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1320 5
a1324 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1326 5
a1330 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1332 5
a1336 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1338 5
a1342 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1344 5
a1348 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1350 5
a1354 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1356 5
a1360 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1362 5
a1366 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1368 5
a1372 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1374 5
a1378 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1380 2
a1381 2
  ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
d1384 1
a1384 1
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1386 5
a1390 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1392 5
a1396 5
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
d1398 6
a1403 6
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h VectorI.h ConstI.h ImageIter.h BaseImageIter.h 
UcharConvolutions.o : UcharConvolutions.c 
d1406 8
a1413 8
  ../../include/DoublePoint.h ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/DoublePointSet.h ../../include/SetStructure.h \
  ../../include/Array.h InvariantDT.h BaseDT.h ClosureDT.h UcharDDTempl.h DDTempl.h \
  Image.h BitDI.h ../../include/Bit.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ImgRestrictAssn.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h RGBDI.h ../../include/RGB.h RGBImageOps.h FloatCI.h AuxDDTempl.h \
  ../../include/UcharConvolutions.h VectorI.h ImageIter.h BaseImageIter.h UcharConvolutions.c 
d1415 6
a1420 6
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h ../../include/PSIter.h ../../include/BasePSIter.h \
  UcharDI.h CoreImage.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharImageOps.h \
  ConstI.h ClosureI.h FunctionI.h ErrorI.h ImageIter.h BaseImageIter.h restrict.h 
d1422 4
a1425 4
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h ../../include/PSIter.h ../../include/BasePSIter.h \
  VectorImageIter.h BaseImageIter.h 
d1428 3
a1430 3
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/IntPointSet.h \
  ../../include/Set.h ../../include/BaseSet.h ../../include/DoublePointSet.h ../../include/SetStructure.h \
  ../../include/Array.h BaseImageIter.h VectorI.h BaseI.h 
d1432 4
a1435 4
  ../../include/IntPoint.h ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/DoublePointSet.h \
  ../../include/SetStructure.h ../../include/Array.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h VectorI.h ConstI.h 
d1437 7
a1443 8
  ../../include/DoublePoint.h ../../include/Set.h ../../include/BaseSet.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/DoublePointSet.h ../../include/SetStructure.h \
  ../../include/Array.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ImageIter.h BaseImageIter.h BitDI.h Image.h BitImageOps.h \
  UcharDI.h ../../include/ImageDisplayProtocol.h UcharImageOps.h IntDI.h IntImageOps.h \
  FloatDI.h FloatImageOps.h ComplexDI.h ComplexImageOps.h RGBDI.h ../../include/RGB.h \
  RGBImageOps.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Neighborhood.h BaseNbh.h \
  NeighborhoodOps.h 
d1445 1
a1445 1
  ../../include/ia.h ../../include/DoublePoint.h ../../include/Bit.h ../../include/RGB.h 
d1447 5
a1451 5
  ../../include/DoublePoint.h ../../include/Bit.h ../../include/RGB.h ../../include/ClosurePS.h \
  ../../include/BasePS.h ../../include/Set.h ../../include/BaseSet.h ../../include/IntPointSet.h \
  ../../include/DoublePointSet.h ../../include/SetStructure.h ../../include/Array.h \
  ../../include/PSIter.h ../../include/BasePSIter.h CoreImage.h BaseI.h Pixel.h \
  AuxImage.h ../../include/Closure.h ImgRestrictAssn.h ImageIter.h BaseImageIter.h 
d1453 2
a1454 2
  ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h ../../include/DoublePoint.h \
  ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h ../../include/DoublePointSet.h \
d1456 8
@


1.14
log
@delete opgen-templs directory with spotless target.
@
text
@d55 118
d183 1
a183 3
BLASTABLE_PTFILES = ___ad__FRC14IA_IntPointSetT1 \
	___ls__FR7ostreamRC8IA_IntPoint \
	IA_ValueSet IA_Array \
d250 1
d252 1
a252 1
IIO: int-operations.desc ${OPMETAFILES} ${GENCOPS} IntImageOps.h
d256 1
a256 1
		"./encore.nonnative.perl IA_IntPoint int" \
d261 1
a261 1
IntImageOps.h: int-operations.desc ${GENHOPS}
d264 1
a264 1
		${PERL} ./encore.nonnative.perl IA_IntPoint int > $@@
d267 1
a267 1
BIO: bit-operations.desc ${OPMETAFILES} ${GENCOPS} BitImageOps.h
d271 1
a271 1
		"./encore.nonnative.perl IA_IntPoint IA_Bit" \
d276 1
a276 1
BitImageOps.h: bit-operations.desc ${GENHOPS}
d279 1
a279 1
		${PERL} ./encore.nonnative.perl IA_IntPoint IA_Bit > $@@
d282 1
a282 1
UIO: uchar-operations.desc ${OPMETAFILES} ${GENCOPS} UcharImageOps.h
d286 1
a286 1
		"./encore.nonnative.perl IA_IntPoint u_char" \
d291 1
a291 1
UcharImageOps.h: uchar-operations.desc ${GENHOPS}
d294 1
a294 1
		${PERL} ./encore.nonnative.perl IA_IntPoint u_char > $@@
d297 1
a297 1
FIO: float-operations.desc ${OPMETAFILES} ${GENCOPS} FloatImageOps.h
d301 1
a301 1
		"./encore.nonnative.perl IA_IntPoint float" \
d306 1
a306 1
FloatImageOps.h: float-operations.desc ${GENHOPS}
d309 1
a309 1
		${PERL} ./encore.nonnative.perl IA_IntPoint float > $@@
d312 1
a312 1
CIO: complex-operations.desc ${OPMETAFILES} ${GENCOPS} ComplexImageOps.h
d316 1
a316 1
		"./encore.nonnative.perl IA_IntPoint complex" \
d321 1
a321 1
ComplexImageOps.h: complex-operations.desc ${GENHOPS}
d324 1
a324 1
		${PERL} ./encore.nonnative.perl IA_IntPoint complex > $@@
d327 1
a327 1
RGBImageOps.c: rgb-operations.desc ${OPMETAFILES} ${GENCOPS}
d330 1
a330 1
	${PERL} -i ./encore.nonnative.perl IA_IntPoint IA_RGB $@@
d333 1
a333 1
RGBImageOps.h: rgb-operations.desc ${GENHOPS}
d336 1
a336 1
		${PERL} ./encore.nonnative.perl IA_IntPoint IA_RGB > $@@
d347 1
a347 1
AllConvolutions.h: gen-conv-h.perl ${ALLCONVDESCS}
d350 1
a350 1
		${PERL} ./encore.nonnative.perl IA_IntPoint IA_Bit;	\
d352 1
a352 1
		${PERL} ./encore.nonnative.perl IA_IntPoint u_char;	\
d354 1
a354 1
		${PERL} ./encore.nonnative.perl IA_IntPoint int;	\
d356 1
a356 1
		${PERL} ./encore.nonnative.perl IA_IntPoint float;	\
d358 1
a358 1
		${PERL} ./encore.nonnative.perl IA_IntPoint complex;	\
d362 1
a362 1
IntConvolutions.c: gen-conv-c.perl ${CONVMETAFILES} int-convolutions.desc
d365 1
a365 1
		${PERL} ./encore.nonnative.perl IA_IntPoint int > $@@
d368 1
a368 1
IntConvolutions.h: gen-conv-h.perl int-convolutions.desc
d371 1
a371 1
		${PERL} ./encore.nonnative.perl IA_IntPoint int > $@@
d374 1
a374 1
BitConvolutions.c: gen-conv-c.perl ${CONVMETAFILES} bit-convolutions.desc
d377 1
a377 1
		${PERL} ./encore.nonnative.perl IA_IntPoint IA_Bit  > $@@
d380 1
a380 1
BitConvolutions.h: gen-conv-h.perl bit-convolutions.desc
d383 1
a383 1
		${PERL} ./encore.nonnative.perl IA_IntPoint IA_Bit > $@@
d386 1
a386 1
UcharConvolutions.c: gen-conv-c.perl ${CONVMETAFILES} uchar-convolutions.desc
d389 1
a389 1
		${PERL} ./encore.nonnative.perl IA_IntPoint u_char  > $@@
d392 1
a392 1
UcharConvolutions.h: gen-conv-h.perl uchar-convolutions.desc
d395 1
a395 1
		${PERL} ./encore.nonnative.perl IA_IntPoint u_char > $@@
d398 1
a398 1
FloatConvolutions.c: gen-conv-c.perl ${CONVMETAFILES} float-convolutions.desc
d401 1
a401 1
		${PERL} ./encore.nonnative.perl IA_IntPoint float > $@@
d404 1
a404 1
FloatConvolutions.h: gen-conv-h.perl float-convolutions.desc
d407 1
a407 1
		${PERL} ./encore.nonnative.perl IA_IntPoint float > $@@
d410 1
a410 1
ComplexConvolutions.c: gen-conv-c.perl ${CONVMETAFILES} complex-convolutions.desc
d413 1
a413 1
		${PERL} ./encore.nonnative.perl IA_IntPoint complex  > $@@
d416 1
a416 1
ComplexConvolutions.h: gen-conv-h.perl complex-convolutions.desc
d419 1
a419 1
		${PERL} ./encore.nonnative.perl IA_IntPoint complex > $@@
d495 1
a495 1
  CoreImage.h ../../include/FloatPointSet.h ../../include/FloatPoint.h ../../include/SetStructure.h \
d497 4
a500 4
  ../../include/BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h ../../include/UcharImageOps.h \
  IntDI.h ../../include/IntImageOps.h FloatDI.h ../../include/FloatImageOps.h \
  ComplexDI.h ../../include/ComplexImageOps.h FloatCI.h FBI.h Neighborhood.h BaseNbh.h \
  ../../include/NeighborhoodOps.h AllConvolutions.h ../../include/PSIter.h ../../include/BasePSIter.h \
d503 2
a504 2
  ../../include/FloatPoint.h ../../include/Set.h ../../include/BaseSet.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/FloatPointSet.h ../../include/SetStructure.h \
d509 60
d570 2
a571 2
  ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h ../../include/FloatPoint.h \
  ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h ../../include/FloatPointSet.h \
d575 2
a576 2
  ../../include/ia.h ../../include/FloatPoint.h BaseI.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/FloatPointSet.h \
d581 8
a588 8
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/FloatPointSet.h ../../include/SetStructure.h ../../include/Array.h \
  ImageIter.h BaseImageIter.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ../../include/Bit.h ImgRestrictAssn.h InvariantDT.h BaseDT.h ClosureDT.h BitDDTempl.h \
  DDTempl.h Image.h BitDI.h ../../include/BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  ../../include/UcharImageOps.h IntDI.h ../../include/IntImageOps.h FloatDI.h \
  ../../include/FloatImageOps.h ComplexDI.h ../../include/ComplexImageOps.h FloatCI.h \
  AuxDDTempl.h ../../include/BitConvolutions.h VectorI.h BitConvolutions.c 
d590 69
a658 2
  ../../include/Point.h ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/FloatPointSet.h \
d660 20
a679 3
  ../../include/Closure.h ImgRestrictAssn.h Image.h ../../include/BitImageOps.h \
  VectorI.h ConstI.h ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h ../../include/PSIter.h \
  ../../include/BasePSIter.h restrict.h 
d684 9
a692 8
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/FloatPointSet.h ../../include/SetStructure.h ../../include/Array.h \
  ImageIter.h BaseImageIter.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ../../include/Bit.h ImgRestrictAssn.h InvariantDT.h BaseDT.h ClosureDT.h ComplexDDTempl.h \
  DDTempl.h Image.h BitDI.h ../../include/BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  ../../include/UcharImageOps.h IntDI.h ../../include/IntImageOps.h FloatDI.h \
  ../../include/FloatImageOps.h ComplexDI.h ../../include/ComplexImageOps.h FloatCI.h \
  AuxDDTempl.h ../../include/ComplexConvolutions.h VectorI.h ComplexConvolutions.c 
d694 2
a695 2
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/FloatPointSet.h \
d699 1
a699 2
  ComplexDI.h Image.h IntDI.h ../../include/IntImageOps.h ../../include/ComplexImageOps.h \
  restrict.h 
d701 2
a702 2
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/FloatPointSet.h \
d707 2
a708 2
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/IntPointSet.h \
  ../../include/Set.h ../../include/BaseSet.h ../../include/FloatPointSet.h ../../include/SetStructure.h \
d711 2
a712 2
  ../../include/FloatPoint.h ../../include/Set.h ../../include/BaseSet.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/FloatPointSet.h ../../include/SetStructure.h \
d719 1
a719 1
  ../../include/FloatPointSet.h ../../include/FloatPoint.h ../../include/SetStructure.h \
d721 4
a724 4
  ../../include/BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h ../../include/UcharImageOps.h \
  IntDI.h ../../include/IntImageOps.h FloatDI.h ../../include/FloatImageOps.h \
  ComplexDI.h ../../include/ComplexImageOps.h FloatCI.h AuxDDTempl.h ErrorDT.h \
  image_errors.h InvariantDT.h FunctionDT.h 
d727 1
a727 1
  ../../include/BasePS.h ../../include/FloatPointSet.h ../../include/FloatPoint.h \
d729 169
a897 8
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h ../../include/BitImageOps.h \
  UcharDI.h ../../include/ImageDisplayProtocol.h ../../include/UcharImageOps.h \
  IntDI.h ../../include/IntImageOps.h FloatDI.h ../../include/FloatImageOps.h \
  ComplexDI.h ../../include/ComplexImageOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h \
  AuxDDTempl.h Neighborhood.h BaseNbh.h ../../include/NeighborhoodOps.h AllConvolutions.h \
  ../../include/PSIter.h ../../include/BasePSIter.h ConstI.h VectorI.h ImageIter.h \
  BaseImageIter.h InvariantDT.h BitConvolutions.c UcharConvolutions.c IntConvolutions.c \
  FloatConvolutions.c ComplexConvolutions.c 
d899 2
a900 2
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/FloatPointSet.h \
d907 8
a914 9
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/FloatPointSet.h ../../include/SetStructure.h ../../include/Array.h \
  InvariantDT.h BaseDT.h ClosureDT.h FloatDDTempl.h DDTempl.h Image.h BitDI.h \
  ../../include/Bit.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ImgRestrictAssn.h ../../include/BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  ../../include/UcharImageOps.h IntDI.h ../../include/IntImageOps.h FloatDI.h \
  ../../include/FloatImageOps.h ComplexDI.h ../../include/ComplexImageOps.h FloatCI.h \
  AuxDDTempl.h ../../include/FloatConvolutions.h VectorI.h ImageIter.h BaseImageIter.h \
  FloatConvolutions.c 
d916 2
a917 2
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/FloatPointSet.h \
d920 2
a921 3
  ../../include/IntImageOps.h ../../include/FloatImageOps.h VectorI.h ConstI.h \
  ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h ../../include/PSIter.h ../../include/BasePSIter.h \
  restrict.h 
d924 2
a925 2
  ../../include/BasePS.h ../../include/PSIter.h ../../include/BasePSIter.h ../../include/FloatPointSet.h \
  ../../include/FloatPoint.h ../../include/SetStructure.h ../../include/Array.h 
d927 2
a928 2
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/FloatPointSet.h \
d930 210
d1141 1
a1141 1
  ../../include/IntPoint.h ../../include/ia.h ../../include/FloatPoint.h CoreImage.h \
d1143 1
a1143 1
  ../../include/FloatPointSet.h ../../include/SetStructure.h ../../include/Array.h \
d1146 9
a1154 1
IntConvolutions.o : IntConvolutions.c 
d1157 8
a1164 8
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/FloatPointSet.h ../../include/SetStructure.h ../../include/Array.h \
  InvariantDT.h BaseDT.h ClosureDT.h IntDDTempl.h DDTempl.h Image.h BitDI.h ../../include/Bit.h \
  CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h \
  ../../include/BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h ../../include/UcharImageOps.h \
  IntDI.h ../../include/IntImageOps.h FloatDI.h ../../include/FloatImageOps.h \
  ComplexDI.h ../../include/ComplexImageOps.h FloatCI.h AuxDDTempl.h ../../include/IntConvolutions.h \
  VectorI.h ImageIter.h BaseImageIter.h IntConvolutions.c 
d1167 5
a1171 5
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/FloatPointSet.h ../../include/SetStructure.h ../../include/Array.h \
  IntDI.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h ../../include/IntImageOps.h VectorI.h ConstI.h ClosureI.h ErrorI.h ImageIter.h \
  BaseImageIter.h restrict.h 
d1180 1
a1180 1
  ../../include/BasePS.h ../../include/FloatPointSet.h ../../include/FloatPoint.h \
d1183 3
a1185 3
  ../../include/BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h ../../include/UcharImageOps.h \
  IntDI.h ../../include/IntImageOps.h FloatDI.h ../../include/FloatImageOps.h \
  ComplexDI.h ../../include/ComplexImageOps.h FloatCI.h ImageIter.h BaseImageIter.h \
d1187 1
a1187 1
  ../../include/NeighborhoodOps.h InvariantNbh.h NeighborhoodOps.c 
d1190 1
a1190 1
  ../../include/IntPoint.h ../../include/ia.h ../../include/FloatPoint.h ../../include/PSIter.h \
d1192 1
a1192 1
  ../../include/Set.h ../../include/BaseSet.h ../../include/FloatPointSet.h ../../include/SetStructure.h \
d1196 5
a1200 5
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/FloatPointSet.h ../../include/SetStructure.h ../../include/Array.h \
  RGBDI.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Bit.h ImgRestrictAssn.h \
  ../../include/RGB.h Image.h ../../include/RGBImageOps.h VectorI.h ConstI.h ClosureI.h \
  ErrorI.h ImageIter.h BaseImageIter.h restrict.h RGBImageOps.c 
d1202 204
d1409 8
a1416 9
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/FloatPointSet.h ../../include/SetStructure.h ../../include/Array.h \
  InvariantDT.h BaseDT.h ClosureDT.h UcharDDTempl.h DDTempl.h Image.h BitDI.h \
  ../../include/Bit.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ImgRestrictAssn.h ../../include/BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  ../../include/UcharImageOps.h IntDI.h ../../include/IntImageOps.h FloatDI.h \
  ../../include/FloatImageOps.h ComplexDI.h ../../include/ComplexImageOps.h FloatCI.h \
  AuxDDTempl.h ../../include/UcharConvolutions.h VectorI.h ImageIter.h BaseImageIter.h \
  UcharConvolutions.c 
d1418 2
a1419 2
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/FloatPointSet.h \
d1422 1
a1422 1
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h ../../include/UcharImageOps.h \
d1425 2
a1426 2
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/FloatPointSet.h \
d1431 2
a1432 2
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/IntPointSet.h \
  ../../include/Set.h ../../include/BaseSet.h ../../include/FloatPointSet.h ../../include/SetStructure.h \
d1435 2
a1436 2
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h ../../include/BaseSet.h \
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/FloatPointSet.h \
d1440 2
a1441 2
  ../../include/FloatPoint.h ../../include/Set.h ../../include/BaseSet.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/FloatPointSet.h ../../include/SetStructure.h \
d1443 5
a1447 5
  ImgRestrictAssn.h ImageIter.h BaseImageIter.h BitDI.h Image.h ../../include/BitImageOps.h \
  UcharDI.h ../../include/ImageDisplayProtocol.h ../../include/UcharImageOps.h \
  IntDI.h ../../include/IntImageOps.h FloatDI.h ../../include/FloatImageOps.h \
  ComplexDI.h ../../include/ComplexImageOps.h RGBDI.h ../../include/RGB.h ../../include/RGBImageOps.h \
  DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Neighborhood.h BaseNbh.h ../../include/NeighborhoodOps.h 
d1449 1
a1449 1
  ../../include/ia.h ../../include/FloatPoint.h ../../include/Bit.h ../../include/RGB.h 
d1451 1
a1451 1
  ../../include/FloatPoint.h ../../include/Bit.h ../../include/RGB.h ../../include/ClosurePS.h \
d1453 1
a1453 1
  ../../include/FloatPointSet.h ../../include/SetStructure.h ../../include/Array.h \
d1457 2
a1458 2
  ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h ../../include/FloatPoint.h \
  ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h ../../include/FloatPointSet.h \
a1459 14
test0.o : test0.c ../../include/imagealgebra.h ../../include/ia.h ../../include/IntPoint.h \
  ../../include/Point.h ../../include/FloatPoint.h ../../include/IntPointSet.h \
  ../../include/Set.h ../../include/BaseSet.h ../../include/BasePS.h ../../include/FloatPointSet.h \
  ../../include/SetStructure.h ../../include/Array.h ../../include/PSIter.h ../../include/BasePSIter.h \
  ../../include/ClosurePS.h ../../include/BitDI.h ../../include/Bit.h ../../include/CoreImage.h \
  ../../include/BaseI.h ../../include/Pixel.h ../../include/AuxImage.h ../../include/Closure.h \
  ../../include/ImgRestrictAssn.h ../../include/Image.h ../../include/BitImageOps.h \
  ../../include/UcharDI.h ../../include/ImageDisplayProtocol.h ../../include/UcharImageOps.h \
  ../../include/IntDI.h ../../include/IntImageOps.h ../../include/FloatDI.h ../../include/FloatImageOps.h \
  ../../include/ComplexDI.h ../../include/ComplexImageOps.h ../../include/ImageIter.h \
  ../../include/BaseImageIter.h ../../include/ClosureI.h ../../include/ClosureDT.h \
  ../../include/BaseDT.h ../../include/DDTempl.h ../../include/AuxDDTempl.h ../../include/BitConvolutions.h \
  ../../include/UcharConvolutions.h ../../include/IntConvolutions.h ../../include/FloatConvolutions.h \
  ../../include/ComplexConvolutions.h IntDDTempl.h DDTempl.h IntDI.h 
@


1.13
log
@*** empty log message ***
@
text
@d323 1
a323 1
	/bin/rm -rf ptrepository
@


1.12
log
@Need to install RGB image operations.
@
text
@d5 5
d18 6
a23 1
LOBJS =  IntDI.o BitDI.o UcharDI.o FloatDI.o ComplexDI.o RGBDI.o \
d28 1
d82 5
a86 5
IntDI.o: IntImageOps.c IntImageOps.h
BitDI.o: BitImageOps.c BitImageOps.h
UcharDI.o: UcharImageOps.c UcharImageOps.h
FloatDI.o: FloatImageOps.c FloatImageOps.h
ComplexDI.o: ComplexImageOps.c ComplexImageOps.h
d133 1
d135 8
a142 5
IntImageOps.c: int-operations.desc ${OPMETAFILES} ${GENCOPS}
	rm -f $@@
	${PERL} ${GENCOPS} < int-operations.desc | \
		${PERL} ./encore.nonnative.perl IA_IntPoint int > $@@
	chmod a-w $@@
d150 8
a157 5
BitImageOps.c: bit-operations.desc ${OPMETAFILES} ${GENCOPS}
	rm -f $@@
	${PERL} ${GENCOPS} < bit-operations.desc | \
		${PERL} ./encore.nonnative.perl IA_IntPoint IA_Bit > $@@
	chmod a-w $@@
d165 8
a172 5
UcharImageOps.c: uchar-operations.desc ${OPMETAFILES} ${GENCOPS}
	rm -f $@@
	${PERL} ${GENCOPS} < uchar-operations.desc | \
		${PERL} ./encore.nonnative.perl IA_IntPoint u_char > $@@
	chmod a-w $@@
d180 8
a187 5
FloatImageOps.c: float-operations.desc ${OPMETAFILES} ${GENCOPS}
	rm -f $@@
	${PERL} ${GENCOPS} < float-operations.desc | \
		${PERL} ./encore.nonnative.perl IA_IntPoint float > $@@
	chmod a-w $@@
d195 8
a202 5
ComplexImageOps.c: complex-operations.desc ${OPMETAFILES} ${GENCOPS}
	rm -f $@@
	${PERL} ${GENCOPS} < complex-operations.desc | \
		${PERL} ./encore.nonnative.perl IA_IntPoint complex > $@@
	chmod a-w $@@
d212 2
a213 2
	${PERL} ${GENCOPS} < rgb-operations.desc | \
		${PERL} ./encore.nonnative.perl IA_IntPoint IA_RGB > $@@
d324 8
a331 3
	rm -f ${BOPMETAFILES}
	rm -f IntConvolutions.[ch] BitConvolutions.[ch] UcharConvolutions.[ch] FloatConvolutions.[ch] ComplexConvolutions.[ch]
	rm -f IntImageOps.[ch] BitImageOps.[ch] UcharImageOps.[ch] FloatImageOps.[ch] ComplexImageOps.[ch]
d335 15
d355 18
a372 5
ifneq (${LOBJS},)

LSRCS = ${patsubst %.o,%.c,${LOBJS}}
oclib_src:
	!load ${CCFLAGS} ${LSRCS}
a373 13
oclib_obj:
	!load ${CCFLAGS} ${LOBJS}

OCSRCS = ${patsubst %.o,%_src,${LOBJS}}
OCOBJS = ${patsubst %.o,%_obj,${LOBJS}}

${OCSRCS}: %_src: %.c
	!load ${CCFLAGS} $<

${OCOBJS}: %_obj: %.o
	!load ${CCFLAGS} $<
endif

a374 9
AddTemplate.o : AddTemplate.c IntDDTempl.h DDTempl.h BaseDT.h ../../include/ia.h \
  ../../include/IntPoint.h ../../include/Point.h ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ClosureDT.h Image.h BitDI.h ../../include/Bit.h CoreImage.h \
  ../../include/FloatPointSet.h ../../include/FloatPoint.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h FloatCI.h AuxDDTempl.h IntConvolutions.h InvariantDT.h ImageIter.h \
  BaseImageIter.h 
d377 8
a384 8
  ../../include/BaseSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ClosureDT.h Image.h BitDI.h ../../include/Bit.h CoreImage.h \
  ../../include/FloatPointSet.h ../../include/FloatPoint.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h FloatCI.h FBI.h Neighborhood.h BaseNbh.h NeighborhoodOps.h \
  AllConvolutions.h ../../include/PSIter.h ../../include/BasePSIter.h ImageIter.h \
  BaseImageIter.h InvariantDT.h 
d387 2
a388 2
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  ../../include/PSIter.h ../../include/BasePSIter.h ../../include/ClosurePS.h \
d394 2
a395 2
  ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h BaseI.h VectorI.h BaseImageIter.h \
d399 2
a400 2
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h 
d405 1
a405 1
  ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
d408 4
a411 3
  DDTempl.h Image.h BitDI.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h FloatCI.h AuxDDTempl.h BitConvolutions.h VectorI.h BitConvolutions.c 
d414 5
a418 6
  ../../include/BaseSet.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h Image.h BitImageOps.h VectorI.h ConstI.h \
  ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h ../../include/PSIter.h ../../include/BasePSIter.h \
  restrict.h BitImageOps.c 
BitImageOps.o : BitImageOps.c 
d424 1
a424 1
  ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
d427 4
a430 3
  DDTempl.h Image.h BitDI.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h FloatCI.h AuxDDTempl.h ComplexConvolutions.h VectorI.h ComplexConvolutions.c 
d433 2
a434 2
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h ConstI.h ClosureI.h ErrorI.h \
d437 2
a438 2
  ComplexDI.h Image.h IntDI.h IntImageOps.h ComplexImageOps.h restrict.h ComplexImageOps.c 
ComplexImageOps.o : ComplexImageOps.c 
d441 2
a442 2
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h ConstI.h ConstImageIter.h \
d447 2
a448 2
  ../../include/Set.h ../../include/BaseSet.h ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h BaseImageIter.h ConstI.h BaseI.h 
d451 4
a454 4
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h \
  ImgRestrictAssn.h ImageIter.h BaseImageIter.h ErrorI.h ConstI.h VectorI.h ClosureI.h \
  FunctionI.h ../../include/ClosurePS.h image_errors.h ImgRestrictAssn.c 
d457 7
a463 7
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ClosureDT.h \
  Image.h BitDI.h ../../include/Bit.h CoreImage.h ../../include/FloatPointSet.h \
  ../../include/FloatPoint.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ImgRestrictAssn.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h FloatCI.h AuxDDTempl.h ErrorDT.h image_errors.h InvariantDT.h \
  FunctionDT.h 
d466 10
a475 8
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  ../../include/FloatPoint.h Image.h BitDI.h CoreImage.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h FloatCI.h DDTempl.h BaseDT.h ClosureDT.h AuxDDTempl.h Neighborhood.h \
  BaseNbh.h NeighborhoodOps.h AllConvolutions.h ../../include/PSIter.h ../../include/BasePSIter.h \
  ConstI.h VectorI.h ImageIter.h BaseImageIter.h InvariantDT.h BitConvolutions.c \
  UcharConvolutions.c IntConvolutions.c FloatConvolutions.c ComplexConvolutions.c 
d478 2
a479 2
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h BaseI.h Pixel.h AuxImage.h \
d486 1
a486 1
  ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
d489 5
a493 4
  ImgRestrictAssn.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h FloatCI.h AuxDDTempl.h FloatConvolutions.h VectorI.h ImageIter.h \
  BaseImageIter.h FloatConvolutions.c 
d496 2
a497 2
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h BaseI.h Pixel.h AuxImage.h \
d499 3
a501 4
  IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ClosureI.h ErrorI.h ImageIter.h \
  BaseImageIter.h ../../include/PSIter.h ../../include/BasePSIter.h restrict.h \
  FloatImageOps.c 
FloatImageOps.o : FloatImageOps.c 
d504 2
a505 2
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/PSIter.h \
  ../../include/BasePSIter.h ../../include/FloatPointSet.h ../../include/FloatPoint.h 
d508 2
a509 2
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h ../../include/PSIter.h ../../include/BasePSIter.h 
d513 1
a513 1
  ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
d516 1
a516 8
IntConvolutions.o : IntConvolutions.c DDTempl.h BaseDT.h ../../include/ia.h \
  ../../include/IntPoint.h ../../include/Point.h ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/BaseSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ClosureDT.h Image.h BitDI.h ../../include/Bit.h CoreImage.h \
  ../../include/FloatPointSet.h ../../include/FloatPoint.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ImgRestrictAssn.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h FloatCI.h AuxDDTempl.h InvariantDT.h ImageIter.h BaseImageIter.h 
d520 1
a520 1
  ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
d523 4
a526 4
  BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h UcharImageOps.h \
  IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h ComplexImageOps.h \
  FloatCI.h AuxDDTempl.h IntConvolutions.h VectorI.h ImageIter.h BaseImageIter.h \
  IntConvolutions.c 
d530 1
a530 1
  ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
d532 2
a533 3
  Image.h IntImageOps.h VectorI.h ConstI.h ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h \
  restrict.h IntImageOps.c 
IntImageOps.o : IntImageOps.c 
d536 1
a536 1
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h 
d539 1
a539 2
  ../../include/BaseSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h 
d542 6
a547 5
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  ../../include/FloatPoint.h BitDI.h ../../include/Bit.h CoreImage.h BaseI.h Pixel.h \
  AuxImage.h ../../include/Closure.h ImgRestrictAssn.h BitImageOps.h UcharDI.h \
  ../../include/ImageDisplayProtocol.h UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h \
  FloatImageOps.h ComplexDI.h ComplexImageOps.h FloatCI.h ImageIter.h BaseImageIter.h \
d549 1
a549 1
  NeighborhoodOps.h InvariantNbh.h NeighborhoodOps.c 
d554 2
a555 2
  ../../include/Set.h ../../include/BaseSet.h ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h BaseI.h 
d559 1
a559 1
  ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
d561 2
a562 2
  ../../include/RGB.h Image.h RGBImageOps.h VectorI.h ConstI.h ClosureI.h ErrorI.h \
  ImageIter.h BaseImageIter.h restrict.h RGBImageOps.c 
d568 1
a568 1
  ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
d571 5
a575 4
  ImgRestrictAssn.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h FloatCI.h AuxDDTempl.h UcharConvolutions.h VectorI.h ImageIter.h \
  BaseImageIter.h UcharConvolutions.c 
d578 2
a579 2
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h ../../include/PSIter.h ../../include/BasePSIter.h \
d581 2
a582 4
  ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h Image.h UcharImageOps.h \
  ConstI.h ClosureI.h FunctionI.h ErrorI.h ImageIter.h BaseImageIter.h restrict.h \
  UcharImageOps.c 
UcharImageOps.o : UcharImageOps.c 
d585 2
a586 2
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h ../../include/PSIter.h ../../include/BasePSIter.h \
d591 2
a592 2
  ../../include/Set.h ../../include/BaseSet.h ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h BaseImageIter.h VectorI.h BaseI.h 
d595 2
a596 2
  ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h BaseI.h Pixel.h AuxImage.h \
d600 7
a606 6
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  ImageIter.h BaseImageIter.h BitDI.h Image.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h RGBDI.h ../../include/RGB.h RGBImageOps.h DDTempl.h BaseDT.h \
  ClosureDT.h AuxDDTempl.h Neighborhood.h BaseNbh.h NeighborhoodOps.h 
d612 1
a612 1
  ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
d617 2
a618 2
  ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h 
d621 2
a622 2
  ../../include/Set.h ../../include/BaseSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h ../../include/PSIter.h ../../include/BasePSIter.h \
d632 1
a632 1
  ../../include/ComplexConvolutions.h IntDDTempl.h DDTempl.h IntDI.h IntConvolutions.h 
@


1.11
log
@*** empty log message ***
@
text
@d23 1
a23 1
	RGBDI.h \
@


1.10
log
@*** empty log message ***
@
text
@d25 2
a26 1
	Image.h CoreImage.h AuxImage.h ImgRestrictAssn.h ImageIter.h \
a573 1
goop.o : goop.c 
@


1.9
log
@*** empty log message ***
@
text
@d29 1
a29 1
    BaseDT.h DDTempl.h ClosureDT.h FBI.h \
d35 1
a35 1
SRCS=CoreImage.c ImageIter.c \
d40 1
a40 1
	DDTempl.c InvariantDT.c FunctionDT.c \
d200 17
d219 2
a220 2
	${PERL} ./gen-conv-c.perl < int-convolutions.desc  | \
		${PERL} ./encore.nonnative.perl IA_IntPoint int  > $@@
d237 1
a237 1
	${PERL} ./gen-conv-h.perl < bit-convolutions.desc | \
d249 1
a249 1
	${PERL} ./gen-conv-h.perl < uchar-convolutions.desc | \
d261 1
a261 1
	${PERL} ./gen-conv-h.perl < float-convolutions.desc | \
d273 1
a273 1
	${PERL} ./gen-conv-h.perl < complex-convolutions.desc | \
d330 5
a334 6
  ../../include/Array.h ClosureDT.h FBI.h Image.h BitDI.h ../../include/Bit.h \
  CoreImage.h ../../include/FloatPointSet.h ../../include/FloatPoint.h BaseI.h \
  Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h BitImageOps.h UcharDI.h \
  ../../include/ImageDisplayProtocol.h UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h \
  FloatImageOps.h ComplexDI.h ComplexImageOps.h FloatCI.h BitConvolutions.h UcharConvolutions.h \
  IntConvolutions.h FloatConvolutions.h ComplexConvolutions.h InvariantDT.h ImageIter.h \
d336 10
d349 1
a349 1
  ../../include/PSIter.h ../../include/BaseIPSIter.h ../../include/ClosurePS.h \
d353 1
a353 1
BaseI.o : BaseI.c ../../include/PSIter.h ../../include/BaseIPSIter.h ../../include/BasePS.h \
d363 1
a363 1
BitDDTempl.o : BitDDTempl.c ../../include/PSIter.h ../../include/BaseIPSIter.h \
d369 1
a369 1
  DDTempl.h FBI.h Image.h BitDI.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
d371 1
a371 2
  ComplexImageOps.h FloatCI.h BitConvolutions.h UcharConvolutions.h IntConvolutions.h \
  FloatConvolutions.h ComplexConvolutions.h VectorI.h BitConvolutions.c 
d377 1
a377 1
  ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
d382 1
a382 1
ComplexDDTempl.o : ComplexDDTempl.c ../../include/PSIter.h ../../include/BaseIPSIter.h \
d388 1
a388 1
  DDTempl.h FBI.h Image.h BitDI.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
d390 1
a390 2
  ComplexImageOps.h FloatCI.h BitConvolutions.h UcharConvolutions.h IntConvolutions.h \
  FloatConvolutions.h ComplexConvolutions.h VectorI.h ComplexConvolutions.c 
d396 1
a396 1
  ../../include/Bit.h ImgRestrictAssn.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
d403 1
a403 1
  ../../include/PSIter.h ../../include/BaseIPSIter.h BaseImageIter.h 
d405 1
a405 1
  ../../include/BaseIPSIter.h ../../include/BasePS.h ../../include/ia.h ../../include/Point.h \
d415 2
a416 2
DDTempl.o : DDTempl.c DDTempl.h BaseDT.h ../../include/ia.h ../../include/IntPoint.h \
  ../../include/Point.h ../../include/IntPointSet.h ../../include/Set.h ../../include/BaseSet.h \
d418 1
a418 1
  FBI.h Image.h BitDI.h ../../include/Bit.h CoreImage.h ../../include/FloatPointSet.h \
d422 12
a433 13
  ComplexImageOps.h FloatCI.h BitConvolutions.h UcharConvolutions.h IntConvolutions.h \
  FloatConvolutions.h ComplexConvolutions.h InvariantDT.h FunctionDT.h 
FBI.o : FBI.c FBI.h Image.h ../../include/Set.h ../../include/BaseSet.h ../../include/ia.h \
  ../../include/IntPointSet.h ../../include/IntPoint.h ../../include/Point.h ../../include/BasePS.h \
  ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  ../../include/FloatPoint.h BitDI.h ../../include/Bit.h CoreImage.h BaseI.h Pixel.h \
  AuxImage.h ../../include/Closure.h ImgRestrictAssn.h BitImageOps.h UcharDI.h \
  ../../include/ImageDisplayProtocol.h UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h \
  FloatImageOps.h ComplexDI.h ComplexImageOps.h FloatCI.h BitConvolutions.h UcharConvolutions.h \
  IntConvolutions.h FloatConvolutions.h ComplexConvolutions.h ../../include/PSIter.h \
  ../../include/BaseIPSIter.h ConstI.h VectorI.h ImageIter.h BaseImageIter.h DDTempl.h \
  BaseDT.h ClosureDT.h InvariantDT.h BitConvolutions.c UcharConvolutions.c IntConvolutions.c \
  FloatConvolutions.c ComplexConvolutions.c 
d441 1
a441 1
FloatDDTempl.o : FloatDDTempl.c ../../include/PSIter.h ../../include/BaseIPSIter.h \
d445 1
a445 1
  InvariantDT.h BaseDT.h ClosureDT.h FloatDDTempl.h DDTempl.h FBI.h Image.h BitDI.h \
d449 2
a450 3
  ComplexImageOps.h FloatCI.h BitConvolutions.h UcharConvolutions.h IntConvolutions.h \
  FloatConvolutions.h ComplexConvolutions.h VectorI.h ImageIter.h BaseImageIter.h \
  FloatConvolutions.c 
d457 1
a457 1
  BaseImageIter.h ../../include/PSIter.h ../../include/BaseIPSIter.h restrict.h \
d463 1
a463 1
  ../../include/BaseIPSIter.h ../../include/FloatPointSet.h ../../include/FloatPoint.h 
d467 1
a467 1
  ../../include/Array.h ../../include/FloatPointSet.h ../../include/PSIter.h ../../include/BaseIPSIter.h 
d477 6
a482 8
  ../../include/Array.h ClosureDT.h FBI.h Image.h BitDI.h ../../include/Bit.h \
  CoreImage.h ../../include/FloatPointSet.h ../../include/FloatPoint.h BaseI.h \
  Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h BitImageOps.h UcharDI.h \
  ../../include/ImageDisplayProtocol.h UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h \
  FloatImageOps.h ComplexDI.h ComplexImageOps.h FloatCI.h BitConvolutions.h UcharConvolutions.h \
  IntConvolutions.h FloatConvolutions.h ComplexConvolutions.h InvariantDT.h ImageIter.h \
  BaseImageIter.h 
IntDDTempl.o : IntDDTempl.c ../../include/PSIter.h ../../include/BaseIPSIter.h \
d486 5
a490 6
  InvariantDT.h BaseDT.h ClosureDT.h IntDDTempl.h DDTempl.h FBI.h Image.h BitDI.h \
  ../../include/Bit.h CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ImgRestrictAssn.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h FloatCI.h BitConvolutions.h UcharConvolutions.h IntConvolutions.h \
  FloatConvolutions.h ComplexConvolutions.h VectorI.h ImageIter.h BaseImageIter.h \
d492 1
a492 1
IntDI.o : IntDI.c ../../include/Closure.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
d514 2
a515 2
  VectorI.h ../../include/PSIter.h ../../include/BaseIPSIter.h Neighborhood.h \
  BaseNbh.h NeighborhoodOps.h InvariantNbh.h NeighborhoodOps.c 
d519 1
a519 1
  ../../include/BaseIPSIter.h ../../include/BasePS.h ../../include/IntPointSet.h \
d522 1
a522 1
RGBDI.o : RGBDI.c ../../include/Closure.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
d531 1
a531 1
UcharDDTempl.o : UcharDDTempl.c ../../include/PSIter.h ../../include/BaseIPSIter.h \
d535 1
a535 1
  InvariantDT.h BaseDT.h ClosureDT.h UcharDDTempl.h DDTempl.h FBI.h Image.h BitDI.h \
d539 2
a540 3
  ComplexImageOps.h FloatCI.h BitConvolutions.h UcharConvolutions.h IntConvolutions.h \
  FloatConvolutions.h ComplexConvolutions.h VectorI.h ImageIter.h BaseImageIter.h \
  UcharConvolutions.c 
d544 1
a544 1
  ../../include/Array.h ../../include/FloatPointSet.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
d553 1
a553 1
  ../../include/Array.h ../../include/FloatPointSet.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
d556 1
a556 1
  ../../include/BaseIPSIter.h ../../include/BasePS.h ../../include/ia.h ../../include/Point.h \
d572 2
a573 2
  ClosureDT.h FBI.h BitConvolutions.h UcharConvolutions.h IntConvolutions.h FloatConvolutions.h \
  ComplexConvolutions.h Neighborhood.h BaseNbh.h NeighborhoodOps.h 
d580 1
a580 1
  ../../include/PSIter.h ../../include/BaseIPSIter.h CoreImage.h BaseI.h Pixel.h \
d582 1
a582 1
restrict.o : restrict.c ../../include/PSIter.h ../../include/BaseIPSIter.h ../../include/BasePS.h \
d589 1
a589 1
  ../../include/Array.h ../../include/FloatPointSet.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
d597 1
a597 1
  ../../include/BaseDT.h ../../include/DDTempl.h ../../include/FBI.h ../../include/BitConvolutions.h \
@


1.8
log
@*** empty log message ***
@
text
@d13 1
a13 1
LOBJS =  IntDI.o BitDI.o UcharDI.o FloatDI.o ComplexDI.o \
d15 1
a15 2
	IntDDTempl.o BitDDTempl.o UcharDDTempl.o \
	FloatDDTempl.o ComplexDDTempl.o \
d23 1
d29 3
a31 6
    BaseDT.h DDTempl.h ClosureDT.h \
	IntDDTempl.h IntConvolutions.h \
	BitDDTempl.h BitConvolutions.h \
	UcharDDTempl.h UcharConvolutions.h \
	FloatDDTempl.h FloatConvolutions.h \
	ComplexDDTempl.h ComplexConvolutions.h \
d75 1
d182 12
d198 1
a198 1
CONVMETAFILES = img-templ-product templ-img-product templ-templ-product template-reduction binary-templop
d203 1
a203 2
		${PERL} ./encore.nonnative.perl IA_IntPoint int | \
	 sed -e 's-IA_DDTemplate *< *IA_Image *< *IA_IntPoint *, *int *> *>-IA_IntDDTemplate-g' > $@@
d209 1
a209 2
		${PERL} ./encore.nonnative.perl IA_IntPoint int | \
	 sed -e 's-IA_DDTemplate *< *IA_Image *< *IA_IntPoint *, *int *> *>-IA_IntDDTemplate-g' > $@@
d215 1
a215 2
		${PERL} ./encore.nonnative.perl IA_IntPoint IA_Bit | \
	 sed -e 's-IA_DDTemplate *< *IA_Image *< *IA_IntPoint *, *IA_Bit *> *>-IA_BitDDTemplate-g' > $@@
d221 1
a221 2
		${PERL} ./encore.nonnative.perl IA_IntPoint IA_Bit | \
	 sed -e 's-IA_DDTemplate *< *IA_Image *< *IA_IntPoint *, *IA_Bit *> *>-IA_BitDDTemplate-g' > $@@
d227 1
a227 2
		${PERL} ./encore.nonnative.perl IA_IntPoint u_char | \
	 sed -e 's-IA_DDTemplate *< *IA_Image *< *IA_IntPoint *, *u_char *> *>-IA_UcharDDTemplate-g' > $@@
d233 1
a233 2
		${PERL} ./encore.nonnative.perl IA_IntPoint u_char | \
	 sed -e 's-IA_DDTemplate *< *IA_Image *< *IA_IntPoint *, *u_char *> *>-IA_UcharDDTemplate-g' > $@@
d239 1
a239 2
		${PERL} ./encore.nonnative.perl IA_IntPoint float | \
	 sed -e 's-IA_DDTemplate *< *IA_Image *< *IA_IntPoint *, *float *> *>-IA_FloatDDTemplate-g' > $@@
d245 1
a245 2
		${PERL} ./encore.nonnative.perl IA_IntPoint float | \
	 sed -e 's-IA_DDTemplate *< *IA_Image *< *IA_IntPoint *, *float *> *>-IA_FloatDDTemplate-g' > $@@
d251 1
a251 2
		${PERL} ./encore.nonnative.perl IA_IntPoint complex | \
	 sed -e 's-IA_DDTemplate *< *IA_Image *< *IA_IntPoint *, *complex *> *>-IA_ComplexDDTemplate-g' > $@@
d257 1
a257 2
		${PERL} ./encore.nonnative.perl IA_IntPoint complex | \
	 sed -e 's-IA_DDTemplate *< *IA_Image *< *IA_IntPoint *, *complex *> *>-IA_ComplexDDTemplate-g' > $@@
d312 8
a319 4
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/ValueSet.h \
  ClosureDT.h IntDI.h CoreImage.h ../../include/FloatPointSet.h ../../include/FloatPoint.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  Image.h IntImageOps.h IntConvolutions.h InvariantDT.h ImageIter.h BaseImageIter.h 
d321 6
a326 5
  ../../include/FloatPoint.h ../../include/Set.h ../../include/IntPointSet.h ../../include/BasePS.h \
  ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  ../../include/ClosurePS.h VectorI.h BaseI.h ../../include/ValueSet.h ConstI.h \
  CoreImage.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  ClosureI.h ImageIter.h BaseImageIter.h image_errors.h 
d329 3
a331 3
  ../../include/IntPointSet.h ../../include/Set.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h BaseI.h ../../include/ValueSet.h \
  VectorI.h BaseImageIter.h restrict.h LazyXlationI.h OtherImageIter.h 
d333 3
a335 3
  ../../include/ia.h ../../include/FloatPoint.h BaseI.h ../../include/Set.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  ../../include/ValueSet.h 
d339 3
a341 3
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h ImageIter.h BaseImageIter.h \
  CoreImage.h ../../include/ValueSet.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
d343 4
a346 1
  DDTempl.h BitDI.h Image.h BitImageOps.h BitConvolutions.h VectorI.h BitConvolutions.c 
d348 2
a349 2
  ../../include/Point.h ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/ValueSet.h \
  ../../include/Set.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
d359 3
a361 3
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h ImageIter.h BaseImageIter.h \
  CoreImage.h ../../include/ValueSet.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
d363 4
a366 2
  DDTempl.h ComplexDI.h Image.h IntDI.h IntImageOps.h ComplexImageOps.h ComplexConvolutions.h \
  VectorI.h ComplexConvolutions.c 
d368 6
a373 6
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  ../../include/ValueSet.h ConstI.h ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h \
  CoreImage.h Pixel.h AuxImage.h ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h \
  ../../include/PSIter.h ../../include/BaseIPSIter.h ComplexDI.h Image.h IntDI.h \
  IntImageOps.h ComplexImageOps.h restrict.h ComplexImageOps.c 
d376 4
a379 4
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  ../../include/ValueSet.h ConstI.h ConstImageIter.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
  BaseImageIter.h 
d383 2
a384 2
  ../../include/Set.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  BaseImageIter.h ConstI.h BaseI.h ../../include/ValueSet.h 
d386 16
a401 1
  ../../include/FloatPoint.h ../../include/Set.h ../../include/IntPointSet.h ../../include/BasePS.h \
d403 8
a410 7
  CoreImage.h ../../include/ValueSet.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ../../include/Bit.h ImgRestrictAssn.h ImageIter.h BaseImageIter.h ErrorI.h ConstI.h \
  VectorI.h ClosureI.h FunctionI.h ../../include/ClosurePS.h image_errors.h ImgRestrictAssn.c 
DDTempl.o : DDTempl.c DDTempl.h BaseDT.h ../../include/ia.h ../../include/IntPoint.h \
  ../../include/Point.h ../../include/IntPointSet.h ../../include/Set.h ../../include/BasePS.h \
  ../../include/SetStructure.h ../../include/Array.h ../../include/ValueSet.h \
  ClosureDT.h InvariantDT.h FunctionDT.h 
d412 2
a413 2
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/ValueSet.h \
  ../../include/Set.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
d420 8
a427 5
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h InvariantDT.h BaseDT.h ../../include/ValueSet.h \
  ClosureDT.h FloatDDTempl.h DDTempl.h FloatDI.h CoreImage.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntDI.h \
  IntImageOps.h FloatImageOps.h FloatConvolutions.h VectorI.h ImageIter.h BaseImageIter.h \
d430 2
a431 2
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/ValueSet.h \
  ../../include/Set.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
d439 3
a441 4
  ../../include/Point.h ../../include/IntPointSet.h ../../include/Set.h ../../include/BasePS.h \
  ../../include/SetStructure.h ../../include/Array.h ../../include/ValueSet.h \
  ../../include/PSIter.h ../../include/BaseIPSIter.h ../../include/FloatPointSet.h \
  ../../include/FloatPoint.h 
d443 3
a445 3
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  ../../include/ValueSet.h ../../include/PSIter.h ../../include/BaseIPSIter.h 
d448 1
a448 1
  ../../include/ValueSet.h ../../include/Set.h ../../include/IntPointSet.h ../../include/BasePS.h \
d454 8
a461 4
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/ValueSet.h \
  ClosureDT.h InvariantDT.h ImageIter.h BaseImageIter.h CoreImage.h ../../include/FloatPointSet.h \
  ../../include/FloatPoint.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h \
  ../../include/Bit.h ImgRestrictAssn.h 
d464 9
a472 5
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h InvariantDT.h BaseDT.h ../../include/ValueSet.h \
  ClosureDT.h IntDDTempl.h DDTempl.h IntDI.h CoreImage.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntImageOps.h \
  IntConvolutions.h VectorI.h ImageIter.h BaseImageIter.h IntConvolutions.c 
d475 5
a479 5
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h IntDI.h CoreImage.h ../../include/ValueSet.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Bit.h ImgRestrictAssn.h Image.h IntImageOps.h \
  VectorI.h ConstI.h ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h restrict.h \
  IntImageOps.c 
d482 2
a483 2
  ../../include/Point.h ../../include/IntPointSet.h ../../include/Set.h ../../include/BasePS.h \
  ../../include/SetStructure.h ../../include/Array.h ../../include/ValueSet.h 
d486 11
a496 10
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/ValueSet.h 
Neighborhood.o : Neighborhood.c Image.h ../../include/Set.h ../../include/IntPointSet.h \
  ../../include/IntPoint.h ../../include/ia.h ../../include/Point.h ../../include/BasePS.h \
  ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  ../../include/FloatPoint.h BitDI.h ../../include/Bit.h CoreImage.h ../../include/ValueSet.h \
  BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h BitImageOps.h \
  UcharDI.h ../../include/ImageDisplayProtocol.h UcharImageOps.h IntDI.h IntImageOps.h \
  FloatDI.h FloatImageOps.h ComplexDI.h ComplexImageOps.h FloatCI.h ImageIter.h \
  BaseImageIter.h VectorI.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
  Neighborhood.h BaseNbh.h NeighborhoodOps.h InvariantNbh.h NeighborhoodOps.c 
d501 10
a510 2
  ../../include/Set.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  BaseI.h ../../include/ValueSet.h 
d514 8
a521 5
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h InvariantDT.h BaseDT.h ../../include/ValueSet.h \
  ClosureDT.h UcharDDTempl.h DDTempl.h UcharDI.h CoreImage.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Closure.h ../../include/Bit.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h UcharConvolutions.h VectorI.h ImageIter.h BaseImageIter.h \
d524 3
a526 3
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  ../../include/ValueSet.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
d533 3
a535 3
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  ../../include/ValueSet.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
d540 2
a541 2
  ../../include/Set.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  BaseImageIter.h VectorI.h BaseI.h ../../include/ValueSet.h 
d543 2
a544 2
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/ValueSet.h \
  ../../include/Set.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
d548 1
a548 1
  ../../include/FloatPoint.h ../../include/ValueSet.h ../../include/Set.h ../../include/IntPointSet.h \
d553 3
a555 1
  ComplexImageOps.h DDTempl.h BaseDT.h ClosureDT.h Neighborhood.h BaseNbh.h NeighborhoodOps.h 
d557 1
a557 1
  ../../include/ia.h ../../include/FloatPoint.h ../../include/ValueSet.h ../../include/Bit.h 
d559 5
a563 5
  ../../include/FloatPoint.h ../../include/Bit.h ../../include/ClosurePS.h ../../include/BasePS.h \
  ../../include/ValueSet.h ../../include/Set.h ../../include/IntPointSet.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
  CoreImage.h BaseI.h Pixel.h AuxImage.h ../../include/Closure.h ImgRestrictAssn.h \
  ImageIter.h BaseImageIter.h 
d566 1
a566 1
  ../../include/IntPointSet.h ../../include/Set.h ../../include/SetStructure.h \
d570 2
a571 2
  ../../include/Set.h ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
d573 9
a581 11
  ../../include/ValueSet.h ../../include/BaseI.h ../../include/Pixel.h ../../include/AuxImage.h \
  ../../include/Closure.h ../../include/ImgRestrictAssn.h ../../include/Image.h \
  ../../include/BitImageOps.h ../../include/UcharDI.h ../../include/ImageDisplayProtocol.h \
  ../../include/UcharImageOps.h ../../include/IntDI.h ../../include/IntImageOps.h \
  ../../include/FloatDI.h ../../include/FloatImageOps.h ../../include/ComplexDI.h \
  ../../include/ComplexImageOps.h ../../include/ImageIter.h ../../include/BaseImageIter.h \
  ../../include/ClosureI.h ../../include/ClosureDT.h ../../include/BaseDT.h ../../include/UcharDDTempl.h \
  ../../include/DDTempl.h ../../include/UcharConvolutions.h ../../include/IntDDTempl.h \
  ../../include/IntConvolutions.h ../../include/FloatDDTempl.h ../../include/FloatConvolutions.h \
  ../../include/BitDDTempl.h ../../include/BitConvolutions.h ../../include/ComplexDDTempl.h \
  ../../include/ComplexConvolutions.h IntDDTempl.h 
@


1.7
log
@*** empty log message ***
@
text
@d188 1
a188 1
CONVMETAFILES = img-templ-product templ-img-product template-reduction binary-templop
@


1.6
log
@*** empty log message ***
@
text
@d188 1
a188 1
CONVMETAFILES = absorber template-reduction
d310 12
a321 6
AuxImage.o : AuxImage.c CoreImage.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/ValueSet.h \
  ../../include/Set.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h BaseI.h Pixel.h AuxImage.h \
  ../../include/Bit.h ../../include/Closure.h ImgRestrictAssn.h VectorI.h ConstI.h \
  ImageIter.h BaseImageIter.h image_errors.h 
d336 3
a338 4
  CoreImage.h ../../include/ValueSet.h BaseI.h Pixel.h AuxImage.h ../../include/Bit.h \
  ../../include/Closure.h ImgRestrictAssn.h InvariantDT.h BaseDT.h ClosureDT.h \
  BitDDTempl.h DDTempl.h BitDI.h Image.h BitImageOps.h BitConvolutions.h VectorI.h \
  BitConvolutions.c 
d353 4
a356 4
  CoreImage.h ../../include/ValueSet.h BaseI.h Pixel.h AuxImage.h ../../include/Bit.h \
  ../../include/Closure.h ImgRestrictAssn.h InvariantDT.h BaseDT.h ClosureDT.h \
  ComplexDDTempl.h DDTempl.h ComplexDI.h Image.h IntDI.h IntImageOps.h ComplexImageOps.h \
  ComplexConvolutions.h VectorI.h ComplexConvolutions.c 
d361 1
a361 1
  CoreImage.h Pixel.h AuxImage.h ../../include/Bit.h ../../include/Closure.h ImgRestrictAssn.h \
d378 3
a380 4
  CoreImage.h ../../include/ValueSet.h BaseI.h Pixel.h AuxImage.h ../../include/Bit.h \
  ../../include/Closure.h ImgRestrictAssn.h ImageIter.h BaseImageIter.h ErrorI.h \
  ConstI.h VectorI.h ClosureI.h FunctionI.h ../../include/ClosurePS.h image_errors.h \
  ImgRestrictAssn.c 
d389 1
a389 1
  ../../include/Bit.h ../../include/Closure.h ImgRestrictAssn.h Image.h ClosureI.h \
d397 1
a397 1
  ../../include/Bit.h ../../include/Closure.h ImgRestrictAssn.h Image.h IntDI.h \
d404 1
a404 1
  ../../include/Bit.h ../../include/Closure.h ImgRestrictAssn.h Image.h IntDI.h \
d422 1
a422 1
  BaseI.h Pixel.h AuxImage.h ../../include/Bit.h ../../include/Closure.h ImgRestrictAssn.h 
d424 6
a429 1
IntConvolutions.o : IntConvolutions.c 
d435 1
a435 1
  ../../include/Bit.h ../../include/Closure.h ImgRestrictAssn.h Image.h IntImageOps.h \
d472 1
a472 1
  ../../include/Bit.h ../../include/Closure.h ImgRestrictAssn.h ../../include/ImageDisplayProtocol.h \
d479 1
a479 1
  UcharDI.h CoreImage.h Pixel.h AuxImage.h ../../include/Bit.h ../../include/Closure.h \
d498 1
a498 1
  ../../include/Bit.h ../../include/Closure.h ImgRestrictAssn.h VectorI.h ConstI.h 
d502 1
a502 1
  BaseI.h Pixel.h AuxImage.h ../../include/Bit.h ../../include/Closure.h ImgRestrictAssn.h \
d518 16
@


1.5
log
@Image class is now CoreImage and named image types are
Image<P,T>.
@
text
@d16 2
a17 1
	FloatDDTempl.o ComplexDDTempl.o
d25 1
a25 1
	Image.h CoreImage.h ImageIter.h \
d34 2
a35 1
	ComplexDDTempl.h ComplexConvolutions.h
d43 2
a44 1
	FunctionDT.c \
d78 1
d84 2
d89 1
a89 1
UOPMETAFILES = opgen-templs/upw opgen-templs/conversion
d104 5
d260 13
d310 6
d330 4
a333 3
  CoreImage.h ../../include/ValueSet.h BaseI.h Pixel.h ../../include/Closure.h \
  InvariantDT.h BaseDT.h ClosureDT.h BitDDTempl.h DDTempl.h BitDI.h ../../include/Bit.h \
  Image.h BitImageOps.h BitConvolutions.h VectorI.h BitConvolutions.c 
d337 4
a340 3
  ../../include/Array.h ../../include/FloatPointSet.h BaseI.h Pixel.h ../../include/Closure.h \
  Image.h BitImageOps.h VectorI.h ConstI.h ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h \
  ../../include/PSIter.h ../../include/BaseIPSIter.h restrict.h BitImageOps.c 
d348 4
a351 3
  CoreImage.h ../../include/ValueSet.h BaseI.h Pixel.h ../../include/Closure.h \
  InvariantDT.h BaseDT.h ClosureDT.h ComplexDDTempl.h DDTempl.h ComplexDI.h Image.h \
  IntDI.h IntImageOps.h ComplexImageOps.h ComplexConvolutions.h VectorI.h ComplexConvolutions.c 
d356 3
a358 2
  CoreImage.h Pixel.h ../../include/Closure.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
  ComplexDI.h Image.h IntDI.h IntImageOps.h ComplexImageOps.h restrict.h ComplexImageOps.c 
d373 4
a376 3
  CoreImage.h ../../include/ValueSet.h BaseI.h Pixel.h ../../include/Closure.h \
  ImageIter.h BaseImageIter.h ErrorI.h ConstI.h VectorI.h ClosureI.h FunctionI.h \
  ../../include/ClosurePS.h image_errors.h 
d384 3
a386 2
  ../../include/Array.h ../../include/FloatPointSet.h BaseI.h Pixel.h ../../include/Closure.h \
  Image.h ClosureI.h restrict.h VectorI.h 
d392 4
a395 3
  ClosureDT.h FloatDDTempl.h DDTempl.h FloatDI.h CoreImage.h BaseI.h Pixel.h ../../include/Closure.h \
  Image.h IntDI.h IntImageOps.h FloatImageOps.h FloatConvolutions.h VectorI.h \
  ImageIter.h BaseImageIter.h FloatConvolutions.c 
d399 5
a403 4
  ../../include/Array.h ../../include/FloatPointSet.h BaseI.h Pixel.h ../../include/Closure.h \
  Image.h IntDI.h IntImageOps.h FloatImageOps.h VectorI.h ConstI.h ClosureI.h \
  ErrorI.h ImageIter.h BaseImageIter.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
  restrict.h FloatImageOps.c 
d418 2
a419 1
  BaseI.h Pixel.h ../../include/Closure.h 
d425 3
a427 3
  ClosureDT.h IntDDTempl.h DDTempl.h IntDI.h CoreImage.h BaseI.h Pixel.h ../../include/Closure.h \
  Image.h IntImageOps.h IntConvolutions.h VectorI.h ImageIter.h BaseImageIter.h \
  IntConvolutions.c 
d432 3
a434 2
  BaseI.h Pixel.h Image.h IntImageOps.h VectorI.h ConstI.h ClosureI.h ErrorI.h \
  ImageIter.h BaseImageIter.h restrict.h IntImageOps.c 
d439 13
d462 4
a465 3
  ClosureDT.h UcharDDTempl.h DDTempl.h UcharDI.h CoreImage.h BaseI.h Pixel.h ../../include/Closure.h \
  ../../include/ImageDisplayProtocol.h Image.h UcharImageOps.h UcharConvolutions.h \
  VectorI.h ImageIter.h BaseImageIter.h UcharConvolutions.c 
d470 4
a473 3
  UcharDI.h CoreImage.h Pixel.h ../../include/Closure.h ../../include/ImageDisplayProtocol.h \
  Image.h UcharImageOps.h ConstI.h ClosureI.h FunctionI.h ErrorI.h ImageIter.h \
  BaseImageIter.h restrict.h UcharImageOps.c 
d488 2
a489 2
  ../../include/Array.h ../../include/FloatPointSet.h BaseI.h Pixel.h ../../include/Closure.h \
  VectorI.h ConstI.h 
d493 4
a496 4
  BaseI.h Pixel.h ../../include/Closure.h ImageIter.h BaseImageIter.h DDTempl.h \
  BaseDT.h ClosureDT.h BitDI.h ../../include/Bit.h Image.h BitImageOps.h UcharDI.h \
  ../../include/ImageDisplayProtocol.h UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h \
  FloatImageOps.h ComplexDI.h ComplexImageOps.h 
d503 2
a504 1
  CoreImage.h BaseI.h Pixel.h ../../include/Closure.h ImageIter.h BaseImageIter.h 
@


1.4
log
@New operator scheme that prevents the need for trivial Image conversions.
@
text
@d24 1
a24 1
	Image.h ImageIter.h \
d36 1
a36 1
SRCS=Image.c ImageIter.c \
d116 1
a116 1
		sed -e 's-/\*PROMOTE\*/IA_Image< *IA_IntPoint *, *int *>-IA_IntDiscreteImage-g' > $@@
d122 1
a122 1
		sed -e 's-/\*PROMOTE\*/IA_Image< *IA_IntPoint *, *int *>-IA_IntDiscreteImage-g' > $@@
d128 1
a128 1
		sed -e 's-/\*PROMOTE\*/IA_Image< *IA_IntPoint *, *IA_Bit *>-IA_BitDiscreteImage-g' > $@@
d134 1
a134 1
		sed -e 's-/\*PROMOTE\*/IA_Image< *IA_IntPoint *, *IA_Bit *>-IA_BitDiscreteImage-g' > $@@
d140 1
a140 1
		sed -e 's-/\*PROMOTE\*/IA_Image< *IA_IntPoint *, *u_char *>-IA_UcharDiscreteImage-g' > $@@
d146 1
a146 1
		sed -e 's-/\*PROMOTE\*/IA_Image< *IA_IntPoint *, *u_char *>-IA_UcharDiscreteImage-g' > $@@
d152 1
a152 1
		sed -e 's-/\*PROMOTE\*/IA_Image< *IA_IntPoint *, *float *>-IA_FloatDiscreteImage-g' > $@@
d158 1
a158 1
		sed -e 's-/\*PROMOTE\*/IA_Image< *IA_IntPoint *, *float *>-IA_FloatDiscreteImage-g' > $@@
d164 1
a164 1
		sed -e 's-/\*PROMOTE\*/IA_Image< *IA_IntPoint *, *complex *>-IA_ComplexDiscreteImage-g' > $@@
d170 1
a170 1
		sed -e 's-/\*PROMOTE\*/IA_Image< *IA_IntPoint *, *complex *>-IA_ComplexDiscreteImage-g' > $@@
d182 2
a183 2
	 sed -e 's-/\*PROMOTE\*/IA_Image *< *IA_IntPoint *, *int *>-IA_IntDiscreteImage-g'| \
	 sed -e 's-IA_DDTemplate *< *IA_IntDiscreteImage *>-IA_IntDDTemplate-g' > $@@
d189 2
a190 2
	 sed -e 's-/\*PROMOTE\*/IA_Image *< *IA_IntPoint *, *int *>-IA_IntDiscreteImage-g' | \
	 sed -e 's-IA_DDTemplate *< *IA_IntDiscreteImage *>-IA_IntDDTemplate-g' > $@@
d196 2
a197 2
	 sed -e 's-/\*PROMOTE\*/IA_Image *< *IA_IntPoint *, *IA_Bit *>-IA_BitDiscreteImage-g'| \
	 sed -e 's-IA_DDTemplate *< *IA_BitDiscreteImage *>-IA_BitDDTemplate-g' > $@@
d203 2
a204 2
	 sed -e 's-/\*PROMOTE\*/IA_Image *< *IA_IntPoint *, *IA_Bit *>-IA_BitDiscreteImage-g' | \
	 sed -e 's-IA_DDTemplate *< *IA_BitDiscreteImage *>-IA_BitDDTemplate-g' > $@@
d210 2
a211 2
	 sed -e 's-/\*PROMOTE\*/IA_Image *< *IA_IntPoint *, *u_char *>-IA_UcharDiscreteImage-g'| \
	 sed -e 's-IA_DDTemplate *< *IA_UcharDiscreteImage *>-IA_UcharDDTemplate-g' > $@@
d217 2
a218 2
	 sed -e 's-/\*PROMOTE\*/IA_Image *< *IA_IntPoint *, *u_char *>-IA_UcharDiscreteImage-g' | \
	 sed -e 's-IA_DDTemplate *< *IA_UcharDiscreteImage *>-IA_UcharDDTemplate-g' > $@@
d224 2
a225 2
	 sed -e 's-/\*PROMOTE\*/IA_Image *< *IA_IntPoint *, *float *>-IA_FloatDiscreteImage-g'| \
	 sed -e 's-IA_DDTemplate *< *IA_FloatDiscreteImage *>-IA_FloatDDTemplate-g' > $@@
d231 2
a232 2
	 sed -e 's-/\*PROMOTE\*/IA_Image *< *IA_IntPoint *, *float *>-IA_FloatDiscreteImage-g' | \
	 sed -e 's-IA_DDTemplate *< *IA_FloatDiscreteImage *>-IA_FloatDDTemplate-g' > $@@
d238 2
a239 2
	 sed -e 's-/\*PROMOTE\*/IA_Image *< *IA_IntPoint *, *complex *>-IA_ComplexDiscreteImage-g'| \
	 sed -e 's-IA_DDTemplate *< *IA_ComplexDiscreteImage *>-IA_ComplexDDTemplate-g' > $@@
d245 2
a246 2
	 sed -e 's-/\*PROMOTE\*/IA_Image *< *IA_IntPoint *, *complex *>-IA_ComplexDiscreteImage-g' | \
	 sed -e 's-IA_DDTemplate *< *IA_ComplexDiscreteImage *>-IA_ComplexDDTemplate-g' > $@@
d300 5
a304 5
  Image.h ../../include/ValueSet.h BaseI.h Pixel.h ../../include/Closure.h InvariantDT.h \
  BaseDT.h ClosureDT.h BitDDTempl.h DDTempl.h BitDI.h ../../include/Bit.h BitImageOps.h \
  BitConvolutions.h VectorI.h BitConvolutions.c 
BitDI.o : BitDI.c BitDI.h ../../include/Bit.h Image.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/ValueSet.h \
d307 1
a307 1
  BitImageOps.h VectorI.h ConstI.h ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h \
d316 3
a318 3
  Image.h ../../include/ValueSet.h BaseI.h Pixel.h ../../include/Closure.h InvariantDT.h \
  BaseDT.h ClosureDT.h ComplexDDTempl.h DDTempl.h ComplexDI.h ComplexImageOps.h \
  ComplexConvolutions.h VectorI.h ComplexConvolutions.c 
d323 2
a324 2
  Image.h Pixel.h ../../include/Closure.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
  ComplexDI.h ComplexImageOps.h restrict.h ComplexImageOps.c 
d336 6
d346 1
a346 1
FloatCI.o : FloatCI.c FloatCI.h Image.h ../../include/ia.h ../../include/Point.h \
d350 1
a350 1
  ClosureI.h restrict.h VectorI.h 
d356 4
a359 3
  ClosureDT.h FloatDDTempl.h DDTempl.h FloatDI.h Image.h BaseI.h Pixel.h ../../include/Closure.h \
  FloatImageOps.h FloatConvolutions.h VectorI.h ImageIter.h BaseImageIter.h FloatConvolutions.c 
FloatDI.o : FloatDI.c FloatDI.h Image.h ../../include/ia.h ../../include/Point.h \
d363 3
a365 2
  FloatImageOps.h VectorI.h ConstI.h ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h \
  ../../include/PSIter.h ../../include/BaseIPSIter.h restrict.h FloatImageOps.c 
a375 6
Image.o : Image.c ../../include/Point.h ../../include/IntPoint.h ../../include/ia.h \
  ../../include/FloatPoint.h ../../include/Set.h ../../include/IntPointSet.h ../../include/BasePS.h \
  ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  Image.h ../../include/ValueSet.h BaseI.h Pixel.h ../../include/Closure.h ImageIter.h \
  BaseImageIter.h ErrorI.h ConstI.h VectorI.h ClosureI.h FunctionI.h ../../include/ClosurePS.h \
  image_errors.h 
d377 1
a377 1
  ../../include/IntPoint.h ../../include/ia.h ../../include/FloatPoint.h Image.h \
d386 3
a388 2
  ClosureDT.h IntDDTempl.h DDTempl.h IntDI.h Image.h BaseI.h Pixel.h ../../include/Closure.h \
  IntImageOps.h IntConvolutions.h VectorI.h ImageIter.h BaseImageIter.h IntConvolutions.c 
d392 3
a394 3
  ../../include/Array.h ../../include/FloatPointSet.h IntDI.h Image.h ../../include/ValueSet.h \
  BaseI.h Pixel.h IntImageOps.h VectorI.h ConstI.h ClosureI.h ErrorI.h ImageIter.h \
  BaseImageIter.h restrict.h IntImageOps.c 
d409 3
a411 3
  ClosureDT.h UcharDDTempl.h DDTempl.h UcharDI.h Image.h BaseI.h Pixel.h ../../include/Closure.h \
  ../../include/ImageDisplayProtocol.h UcharImageOps.h UcharConvolutions.h VectorI.h \
  ImageIter.h BaseImageIter.h UcharConvolutions.c 
d416 3
a418 3
  UcharDI.h Image.h Pixel.h ../../include/Closure.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h ConstI.h ClosureI.h FunctionI.h ErrorI.h ImageIter.h BaseImageIter.h \
  restrict.h UcharImageOps.c 
d430 1
a430 1
chi_contains.o : chi_contains.c Image.h ../../include/ia.h ../../include/Point.h \
d435 1
a435 1
closure.o : closure.c Image.h ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h \
d439 3
a441 3
  BaseDT.h ClosureDT.h BitDI.h ../../include/Bit.h BitImageOps.h UcharDI.h ../../include/ImageDisplayProtocol.h \
  UcharImageOps.h IntDI.h IntImageOps.h FloatDI.h FloatImageOps.h ComplexDI.h \
  ComplexImageOps.h 
d448 1
a448 1
  Image.h BaseI.h Pixel.h ../../include/Closure.h ImageIter.h BaseImageIter.h 
@


1.3
log
@*** empty log message ***
@
text
@d27 1
d38 1
a38 1
	ConstI.c FuncRefI.h VectorI.h \
d116 1
a116 1
		sed -e 's/Image< *IA_IntPoint *, *int *>/IntDiscreteImage/g' > $@@
d122 1
a122 1
		sed -e 's/Image< *IA_IntPoint *, *int *>/IntDiscreteImage/g' > $@@
d128 1
a128 1
		sed -e 's/Image< *IA_IntPoint *, *u_char *>/BitDiscreteImage/g' > $@@
d134 1
a134 1
		sed -e 's/Image< *IA_IntPoint *, *u_char *>/BitDiscreteImage/g' > $@@
d140 1
a140 1
		sed -e 's/Image< *IA_IntPoint *, *u_char *>/UcharDiscreteImage/g' > $@@
d146 1
a146 1
		sed -e 's/Image< *IA_IntPoint *, *u_char *>/UcharDiscreteImage/g' > $@@
d152 1
a152 1
		sed -e 's/Image< *IA_IntPoint *, *float *>/FloatDiscreteImage/g' > $@@
d158 1
a158 1
		sed -e 's/Image< *IA_IntPoint *, *float *>/FloatDiscreteImage/g' > $@@
d164 1
a164 1
		sed -e 's/Image< *IA_IntPoint *, *complex *>/ComplexDiscreteImage/g' > $@@
d170 1
a170 1
		sed -e 's/Image< *IA_IntPoint *, *complex *>/ComplexDiscreteImage/g' > $@@
d182 2
a183 2
	 sed -e 's/IA_Image *< *IA_IntPoint *, *int *>/IA_IntDiscreteImage/g'| \
	 sed -e 's/IA_DDTemplate *< *IA_IntDiscreteImage *>/IA_IntDDTemplate/g' > $@@
d189 2
a190 2
	 sed -e 's/IA_Image *< *IA_IntPoint *, *int *>/IA_IntDiscreteImage/g' | \
	 sed -e 's/IA_DDTemplate *< *IA_IntDiscreteImage *>/IA_IntDDTemplate/g' > $@@
d196 2
a197 2
	 sed -e 's/IA_Image *< *IA_IntPoint *, *u_char *>/IA_BitDiscreteImage/g'| \
	 sed -e 's/IA_DDTemplate *< *IA_BitDiscreteImage *>/IA_BitDDTemplate/g' > $@@
d203 2
a204 2
	 sed -e 's/IA_Image *< *IA_IntPoint *, *u_char *>/IA_BitDiscreteImage/g' | \
	 sed -e 's/IA_DDTemplate *< *IA_BitDiscreteImage *>/IA_BitDDTemplate/g' > $@@
d210 2
a211 2
	 sed -e 's/IA_Image *< *IA_IntPoint *, *u_char *>/IA_UcharDiscreteImage/g'| \
	 sed -e 's/IA_DDTemplate *< *IA_UcharDiscreteImage *>/IA_UcharDDTemplate/g' > $@@
d217 2
a218 2
	 sed -e 's/IA_Image *< *IA_IntPoint *, *u_char *>/IA_UcharDiscreteImage/g' | \
	 sed -e 's/IA_DDTemplate *< *IA_UcharDiscreteImage *>/IA_UcharDDTemplate/g' > $@@
d224 2
a225 2
	 sed -e 's/IA_Image *< *IA_IntPoint *, *float *>/IA_FloatDiscreteImage/g'| \
	 sed -e 's/IA_DDTemplate *< *IA_FloatDiscreteImage *>/IA_FloatDDTemplate/g' > $@@
d231 2
a232 2
	 sed -e 's/IA_Image *< *IA_IntPoint *, *float *>/IA_FloatDiscreteImage/g' | \
	 sed -e 's/IA_DDTemplate *< *IA_FloatDiscreteImage *>/IA_FloatDDTemplate/g' > $@@
d238 2
a239 2
	 sed -e 's/IA_Image *< *IA_IntPoint *, *complex *>/IA_ComplexDiscreteImage/g'| \
	 sed -e 's/IA_DDTemplate *< *IA_ComplexDiscreteImage *>/IA_ComplexDDTemplate/g' > $@@
d245 2
a246 2
	 sed -e 's/IA_Image *< *IA_IntPoint *, *complex *>/IA_ComplexDiscreteImage/g' | \
	 sed -e 's/IA_DDTemplate *< *IA_ComplexDiscreteImage *>/IA_ComplexDDTemplate/g' > $@@
d300 9
a308 9
  Image.h ../../include/ValueSet.h BaseI.h ../../include/Closure.h InvariantDT.h \
  BaseDT.h ClosureDT.h BitDDTempl.h DDTempl.h BitDI.h BitImageOps.h BitConvolutions.h \
  VectorI.h BitConvolutions.c 
BitDI.o : BitDI.c BitDI.h Image.h ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/FloatPoint.h ../../include/ValueSet.h ../../include/Set.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  BaseI.h ../../include/Closure.h BitImageOps.h VectorI.h ConstI.h ClosureI.h \
  ErrorI.h ImageIter.h BaseImageIter.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
  BitImageOps.c 
d316 1
a316 1
  Image.h ../../include/ValueSet.h BaseI.h ../../include/Closure.h InvariantDT.h \
d323 1
a323 1
  Image.h ../../include/Closure.h ../../include/PSIter.h ../../include/BaseIPSIter.h \
d343 1
a343 1
  ../../include/Array.h ../../include/FloatPointSet.h BaseI.h ../../include/Closure.h \
d350 1
a350 1
  ClosureDT.h FloatDDTempl.h DDTempl.h FloatDI.h Image.h BaseI.h ../../include/Closure.h \
d355 1
a355 1
  ../../include/Array.h ../../include/FloatPointSet.h BaseI.h ../../include/Closure.h \
a358 4
FuncRefI.o : FuncRefI.c FuncRefI.h ../../include/ia.h BaseI.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/Set.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h ../../include/FloatPointSet.h \
  ../../include/ValueSet.h ../../include/PSIter.h ../../include/BaseIPSIter.h 
d364 4
d371 3
a373 2
  Image.h ../../include/ValueSet.h BaseI.h ../../include/Closure.h ImageIter.h \
  BaseImageIter.h ErrorI.h ConstI.h VectorI.h ClosureI.h FuncRefI.h ../../include/ClosurePS.h 
d378 1
a378 1
  BaseI.h ../../include/Closure.h 
d384 1
a384 1
  ClosureDT.h IntDDTempl.h DDTempl.h IntDI.h Image.h BaseI.h ../../include/Closure.h \
d390 2
a391 2
  BaseI.h IntImageOps.h VectorI.h ConstI.h ClosureI.h ErrorI.h ImageIter.h BaseImageIter.h \
  restrict.h IntImageOps.c 
d406 10
a415 9
  ClosureDT.h UcharDDTempl.h DDTempl.h UcharDI.h Image.h BaseI.h ../../include/Closure.h \
  UcharImageOps.h UcharConvolutions.h VectorI.h ImageIter.h BaseImageIter.h UcharConvolutions.c 
UcharDI.o : UcharDI.c UcharDI.h Image.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/FloatPoint.h ../../include/ValueSet.h \
  ../../include/Set.h ../../include/IntPointSet.h ../../include/BasePS.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h BaseI.h ../../include/Closure.h \
  UcharImageOps.h VectorI.h ConstI.h ClosureI.h FuncRefI.h ErrorI.h ImageIter.h \
  BaseImageIter.h ../../include/PSIter.h ../../include/BaseIPSIter.h restrict.h \
  UcharImageOps.c 
d427 5
d435 4
a438 3
  BaseI.h ../../include/Closure.h ImageIter.h BaseImageIter.h DDTempl.h BaseDT.h \
  ClosureDT.h BitDI.h BitImageOps.h UcharDI.h UcharImageOps.h IntDI.h IntImageOps.h \
  FloatDI.h FloatImageOps.h ComplexDI.h ComplexImageOps.h 
d440 1
a440 1
  ../../include/ia.h ../../include/FloatPoint.h ../../include/ValueSet.h 
d442 1
a442 1
  ../../include/FloatPoint.h ../../include/ClosurePS.h ../../include/BasePS.h \
d445 1
a445 5
  Image.h BaseI.h ../../include/Closure.h ImageIter.h BaseImageIter.h 
placebos3.o : placebos3.c ../../include/PSIter.h ../../include/BaseIPSIter.h \
  ../../include/BasePS.h ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h 
@


1.2
log
@*** empty log message ***
@
text
@d13 1
a13 1
LOBJS =  IntDI.o UcharDI.o FloatDI.o \
d15 2
a16 1
	IntDDTempl.o UcharDDTempl.o FloatDDTempl.o
d19 1
d22 1
d29 1
d31 2
a32 1
	FloatDDTempl.h FloatConvolutions.h
d39 2
a40 1
	ClosureI.c
d69 11
d124 12
d160 12
d192 14
d234 13
d248 1
d255 2
a256 2
	rm -f IntConvolutions.[ch] UcharConvolutions.[ch] FloatConvolutions.[ch]
	rm -f IntImageOps.[ch] UcharImageOps.[ch] FloatImageOps.[ch]
d285 1
a285 1
BaseI.o : BaseI.c ../../include/IPSIter.h ../../include/BaseIPSIter.h ../../include/BasePS.h \
d289 1
a289 1
  VectorI.h BaseImageIter.h restrict.h 
d294 15
d310 15
d328 1
a328 1
  ../../include/ValueSet.h ConstI.h ConstImageIter.h ../../include/IPSIter.h ../../include/BaseIPSIter.h \
d330 1
a330 1
ConstImageIter.o : ConstImageIter.c ConstImageIter.h ../../include/IPSIter.h \
d343 1
a343 1
  ClosureI.h 
d345 1
a345 1
FloatDDTempl.o : FloatDDTempl.c ../../include/IPSIter.h ../../include/BaseIPSIter.h \
d356 1
a356 1
  ../../include/IPSIter.h ../../include/BaseIPSIter.h FloatImageOps.c 
d361 1
a361 1
  ../../include/ValueSet.h ../../include/IPSIter.h ../../include/BaseIPSIter.h 
d365 1
a365 1
  ../../include/IPSIter.h ../../include/BaseIPSIter.h ../../include/FloatPointSet.h \
d378 1
a378 1
IntDDTempl.o : IntDDTempl.c ../../include/IPSIter.h ../../include/BaseIPSIter.h \
d384 1
a384 1
IntDI.o : IntDI.c ../../include/Closure.h ../../include/IPSIter.h ../../include/BaseIPSIter.h \
d389 1
a389 1
  IntImageOps.c 
d394 5
d400 1
a400 1
UcharDDTempl.o : UcharDDTempl.c ../../include/IPSIter.h ../../include/BaseIPSIter.h \
d411 2
a412 1
  BaseImageIter.h ../../include/IPSIter.h ../../include/BaseIPSIter.h UcharImageOps.c 
d417 1
a417 1
  ../../include/ValueSet.h ../../include/IPSIter.h ../../include/BaseIPSIter.h \
d419 1
a419 1
VectorImageIter.o : VectorImageIter.c VectorImageIter.h ../../include/IPSIter.h \
d427 3
a429 1
  BaseI.h ../../include/Closure.h ImageIter.h BaseImageIter.h 
d435 3
a437 4
  ../../include/Array.h ../../include/FloatPointSet.h ../../include/IPSIter.h \
  ../../include/BaseIPSIter.h Image.h BaseI.h ../../include/Closure.h ImageIter.h \
  BaseImageIter.h 
restrict.o : restrict.c ../../include/IPSIter.h ../../include/BaseIPSIter.h \
d440 4
@


1.1
log
@Initial revision
@
text
@d14 2
a15 1
	 IntDDTempl.o UcharDDTempl.o FloatDDTempl.o
d20 1
d23 2
a24 2
	OtherI.h \
    BaseDT.h DDTempl.h OtherDT.h \
d34 1
a34 1
	OtherI.c
d67 1
a67 1
ALLMETAFILES = ${BOPMETAFILES} ${UOPMETAFILES} ${REDMETAFILES}
d95 1
a95 1
IntImageOps.c: int-operations.desc ${ALLMETAFILES} ${GENCOPS}
d107 1
a107 1
UcharImageOps.c: uchar-operations.desc ${ALLMETAFILES} ${GENCOPS}
d119 1
a119 1
FloatImageOps.c: float-operations.desc ${ALLMETAFILES} ${GENCOPS}
d135 3
a137 1
IntConvolutions.c: gen-conv-c.perl absorber int-convolutions.desc
d151 1
a151 1
UcharConvolutions.c: gen-conv-c.perl absorber uchar-convolutions.desc
d165 1
a165 1
FloatConvolutions.c: gen-conv-c.perl absorber float-convolutions.desc
d216 14
a229 6
BaseI.o : BaseI.c ../../include/IPSIter.h ../../include/BaseIPSIter.h \
  ../../include/BasePS.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/FloatPoint.h \
  ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h BaseI.h ../../include/ValueSet.h VectorI.h \
d231 14
a244 25
BaseImageIter.o : BaseImageIter.c BaseImageIter.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/ia.h ../../include/FloatPoint.h \
  BaseI.h ../../include/Set.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h ../../include/ValueSet.h 
ConstI.o : ConstI.c VectorI.h BaseI.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/FloatPoint.h \
  ../../include/Set.h ../../include/IntPointSet.h ../../include/BasePS.h \
  ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h ../../include/ValueSet.h ConstI.h \
  ConstImageIter.h ../../include/IPSIter.h ../../include/BaseIPSIter.h \
  BaseImageIter.h 
ConstImageIter.o : ConstImageIter.c ConstImageIter.h \
  ../../include/IPSIter.h ../../include/BaseIPSIter.h ../../include/BasePS.h \
  ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h BaseImageIter.h ConstI.h BaseI.h \
  ../../include/ValueSet.h 
DDTempl.o : DDTempl.c DDTempl.h ../../depot/include/BaseDT.h \
  ../../depot/include/ia.h ../../depot/include/IntPoint.h \
  ../../depot/include/IntPointSet.h ../../depot/include/BasePS.h \
  ../../depot/include/SetStructure.h ../../depot/include/Array.h \
  ../../depot/include/ValueSet.h OtherDT.h ../../include/IntPointSet.h \
  InvariantDT.h FunctionDT.h ../../include/ia.h 
d246 12
a257 23
FloatDDTempl.o : FloatDDTempl.c ../../include/IPSIter.h \
  ../../include/BaseIPSIter.h ../../include/BasePS.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/FloatPoint.h \
  ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h ../../depot/include/DIVIter.h \
  ../../depot/include/BaseDIIter.h ../../depot/include/IntPoint.h \
  ../../depot/include/DiscreteImage.h ../../depot/include/ia.h \
  ../../depot/include/IntPointSet.h ../../depot/include/BaseDI.h \
  ../../depot/include/ValueSet.h ../../depot/include/OtherDI.h \
  ../../depot/include/PPComp.h ../../depot/include/DIPIter.h InvariantDT.h \
  ../../depot/include/BaseDT.h OtherDT.h FloatDDTempl.h DDTempl.h \
  ../../depot/include/FloatDiscreteImage.h \
  ../../depot/include/FloatImageOps.h FloatConvolutions.h VectorI.h BaseI.h \
  ../../include/ValueSet.h FloatConvolutions.c 
FloatDI.o : FloatDI.c FloatDI.h Image.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/FloatPoint.h \
  ../../include/ValueSet.h ../../include/Set.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h BaseI.h ../../include/Closure.h \
  FloatImageOps.h VectorI.h ConstI.h OtherI.h ErrorI.h ImageIter.h \
  BaseImageIter.h ../../include/IPSIter.h ../../include/BaseIPSIter.h \
  FloatImageOps.c 
d259 14
a272 23
FuncRefI.o : FuncRefI.c FuncRefI.h ../../include/ia.h BaseI.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/FloatPoint.h \
  ../../include/Set.h ../../include/IntPointSet.h ../../include/BasePS.h \
  ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h ../../include/ValueSet.h \
  ../../include/IPSIter.h ../../include/BaseIPSIter.h 
FunctionDT.o : FunctionDT.c FunctionDT.h ../../include/ia.h \
  ../../depot/include/BaseDT.h ../../depot/include/ia.h \
  ../../depot/include/IntPoint.h ../../depot/include/IntPointSet.h \
  ../../depot/include/BasePS.h ../../depot/include/SetStructure.h \
  ../../depot/include/Array.h ../../depot/include/ValueSet.h \
  ../../include/IPSIter.h ../../include/BaseIPSIter.h ../../include/BasePS.h \
  ../../include/IntPoint.h ../../include/IntPointSet.h \
  ../../include/FloatPointSet.h ../../include/Set.h \
  ../../include/FloatPoint.h ../../include/Point.h \
  ../../include/SetStructure.h 
Image.o : Image.c ../../include/Point.h ../../include/IntPoint.h \
  ../../include/ia.h ../../include/FloatPoint.h ../../include/Set.h \
  ../../include/IntPointSet.h ../../include/BasePS.h \
  ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h Image.h ../../include/ValueSet.h BaseI.h \
  ../../include/Closure.h ImageIter.h BaseImageIter.h ErrorI.h ConstI.h \
  VectorI.h OtherI.h FuncRefI.h ../../include/PredicatePS.h 
d274 4
a277 5
  ../../include/IntPoint.h ../../include/ia.h ../../include/FloatPoint.h \
  Image.h ../../include/ValueSet.h ../../include/Set.h \
  ../../include/IntPointSet.h ../../include/BasePS.h \
  ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h BaseI.h ../../include/Closure.h 
d279 12
a290 23
IntDDTempl.o : IntDDTempl.c ../../include/IPSIter.h \
  ../../include/BaseIPSIter.h ../../include/BasePS.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/FloatPoint.h \
  ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h ../../depot/include/DIVIter.h \
  ../../depot/include/BaseDIIter.h ../../depot/include/IntPoint.h \
  ../../depot/include/DiscreteImage.h ../../depot/include/ia.h \
  ../../depot/include/IntPointSet.h ../../depot/include/BaseDI.h \
  ../../depot/include/ValueSet.h ../../depot/include/OtherDI.h \
  ../../depot/include/PPComp.h ../../depot/include/DIPIter.h InvariantDT.h \
  ../../depot/include/BaseDT.h OtherDT.h IntDDTempl.h DDTempl.h IntDI.h \
  Image.h ../../include/ValueSet.h BaseI.h ../../include/Closure.h \
  IntImageOps.h IntConvolutions.h VectorI.h ImageIter.h BaseImageIter.h \
  IntConvolutions.c 
IntDI.o : IntDI.c ../../include/Closure.h ../../include/IPSIter.h \
  ../../include/BaseIPSIter.h ../../include/BasePS.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/FloatPoint.h \
  ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h IntDI.h Image.h ../../include/ValueSet.h \
  BaseI.h IntImageOps.h VectorI.h ConstI.h OtherI.h ErrorI.h ImageIter.h \
  BaseImageIter.h IntImageOps.c 
d292 3
a294 6
InvariantDT.o : InvariantDT.c InvariantDT.h ../../depot/include/BaseDT.h \
  ../../depot/include/ia.h ../../depot/include/IntPoint.h \
  ../../depot/include/IntPointSet.h ../../depot/include/BasePS.h \
  ../../depot/include/SetStructure.h ../../depot/include/Array.h \
  ../../depot/include/ValueSet.h 
OtherI.o : OtherI.c 
d296 12
a307 24
UcharDDTempl.o : UcharDDTempl.c ../../include/IPSIter.h \
  ../../include/BaseIPSIter.h ../../include/BasePS.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/FloatPoint.h \
  ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h ../../depot/include/DIVIter.h \
  ../../depot/include/BaseDIIter.h ../../depot/include/IntPoint.h \
  ../../depot/include/DiscreteImage.h ../../depot/include/ia.h \
  ../../depot/include/IntPointSet.h ../../depot/include/BaseDI.h \
  ../../depot/include/ValueSet.h ../../depot/include/OtherDI.h \
  ../../depot/include/PPComp.h ../../depot/include/DIPIter.h InvariantDT.h \
  ../../depot/include/BaseDT.h OtherDT.h UcharDDTempl.h DDTempl.h \
  ../../depot/include/UcharDiscreteImage.h \
  ../../depot/include/ImageDisplayProtocol.h ../../depot/include/Array.h \
  ../../depot/include/UcharImageOps.h UcharConvolutions.h VectorI.h BaseI.h \
  ../../include/ValueSet.h UcharConvolutions.c 
UcharDI.o : UcharDI.c UcharDI.h Image.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/FloatPoint.h \
  ../../include/ValueSet.h ../../include/Set.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h BaseI.h ../../include/Closure.h \
  UcharImageOps.h VectorI.h ConstI.h OtherI.h ErrorI.h ImageIter.h \
  BaseImageIter.h ../../include/IPSIter.h ../../include/BaseIPSIter.h \
  UcharImageOps.c 
d309 21
a329 19
VectorI.o : VectorI.c VectorI.h BaseI.h ../../include/ia.h \
  ../../include/Point.h ../../include/IntPoint.h ../../include/FloatPoint.h \
  ../../include/Set.h ../../include/IntPointSet.h ../../include/BasePS.h \
  ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h ../../include/ValueSet.h \
  ../../include/IPSIter.h ../../include/BaseIPSIter.h VectorImageIter.h \
  BaseImageIter.h 
VectorImageIter.o : VectorImageIter.c VectorImageIter.h \
  ../../include/IPSIter.h ../../include/BaseIPSIter.h ../../include/BasePS.h \
  ../../include/ia.h ../../include/Point.h ../../include/IntPoint.h \
  ../../include/FloatPoint.h ../../include/IntPointSet.h ../../include/Set.h \
  ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h BaseImageIter.h VectorI.h BaseI.h \
  ../../include/ValueSet.h 
closure.o : closure.c Image.h ../../include/ia.h ../../include/Point.h \
  ../../include/IntPoint.h ../../include/FloatPoint.h \
  ../../include/ValueSet.h ../../include/Set.h ../../include/IntPointSet.h \
  ../../include/BasePS.h ../../include/SetStructure.h ../../include/Array.h \
  ../../include/FloatPointSet.h BaseI.h ../../include/Closure.h ImageIter.h \
d331 4
a334 7
placebos.o : placebos.c ../../include/Point.h ../../include/IntPoint.h \
  ../../include/ia.h ../../include/FloatPoint.h ../../include/PredicatePS.h \
  ../../include/BasePS.h ../../include/ValueSet.h ../../include/Set.h \
  ../../include/IntPointSet.h ../../include/SetStructure.h \
  ../../include/Array.h ../../include/FloatPointSet.h ../../include/IPSIter.h \
  ../../include/BaseIPSIter.h Image.h BaseI.h ../../include/Closure.h \
  ImageIter.h BaseImageIter.h 
@
