#ident "%W% %G%"

# Copyright (C) 1994 Kubota Graphics Corp.
# 
# Permission to use, copy, modify, and distribute this material for
# any purpose and without fee is hereby granted, provided that the
# above copyright notice and this permission notice appear in all
# copies, and that the name of Kubota Graphics not be used in
# advertising or publicity pertaining to this material.  Kubota
# Graphics Corporation MAKES NO REPRESENTATIONS ABOUT THE ACCURACY
# OR SUITABILITY OF THIS MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED
# "AS IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE AND KUBOTA GRAPHICS CORPORATION DISCLAIMS ALL WARRANTIES,
# EXPRESS OR IMPLIED.

SHELL = /bin/sh
CCCOM = $(CC) $(CFLAGS) -DERRCHK -I${DORE_LOC}/dore/include -I${ROOT}/usr/include
LDCOM = $(LD) $(LDFLAGS)
ARCOM = $(AR) $(ARFLAGS)
SRC_PATH = $(DORE_LOC)/dore/src/objs/map
OBJ_PATH = $(DORE_LOC)/dore/obj/$(DORE_OBJTYPE)/objs/map
LIB_PATH = $(DORE_LOC)/dore/lib/$(DORE_OBJTYPE)

OFILES = mapbmp.o mapbmpswi.o mapdclrswi.o mapdifclr.o mapenv.o \
       mapenvswi.o maptintswi.o maptrnint.o texaa.o texextuv.o \
       texextuvw.o texintsrf.o texmatuv.o texmatuvw.o texop.o \
       texscluv.o texscluvw.o textrnuv.o textrnuvw.o texuvidx.o \
       texuvwidx.o 

compile: $(OFILES)

$(OBJ_PATH):
	@sIFS=$$IFS ; IFS="/" ; set $(OBJ_PATH) ; IFS=$$sIFS ; \
	path="" ; \
	for file do \
	   path="$$path/$$file" ; \
	   if [ ! -d $$path ]; then \
	      echo "New Directory $$path" ; \
	      mkdir -p $$path ; \
	   fi ; \
	done

mapbmp.o : $(OBJ_PATH) $(OBJ_PATH)/mapbmp.o ;
mapbmpswi.o : $(OBJ_PATH) $(OBJ_PATH)/mapbmpswi.o ;
mapdclrswi.o : $(OBJ_PATH) $(OBJ_PATH)/mapdclrswi.o ;
mapdifclr.o : $(OBJ_PATH) $(OBJ_PATH)/mapdifclr.o ;
mapenv.o : $(OBJ_PATH) $(OBJ_PATH)/mapenv.o ;
mapenvswi.o : $(OBJ_PATH) $(OBJ_PATH)/mapenvswi.o ;
maptintswi.o : $(OBJ_PATH) $(OBJ_PATH)/maptintswi.o ;
maptrnint.o : $(OBJ_PATH) $(OBJ_PATH)/maptrnint.o ;
texaa.o : $(OBJ_PATH) $(OBJ_PATH)/texaa.o ;
texextuv.o : $(OBJ_PATH) $(OBJ_PATH)/texextuv.o ;
texextuvw.o : $(OBJ_PATH) $(OBJ_PATH)/texextuvw.o ;
texintsrf.o : $(OBJ_PATH) $(OBJ_PATH)/texintsrf.o ;
texmatuv.o : $(OBJ_PATH) $(OBJ_PATH)/texmatuv.o ;
texmatuvw.o : $(OBJ_PATH) $(OBJ_PATH)/texmatuvw.o ;
texop.o : $(OBJ_PATH) $(OBJ_PATH)/texop.o ;
texscluv.o : $(OBJ_PATH) $(OBJ_PATH)/texscluv.o ;
texscluvw.o : $(OBJ_PATH) $(OBJ_PATH)/texscluvw.o ;
textrnuv.o : $(OBJ_PATH) $(OBJ_PATH)/textrnuv.o ;
textrnuvw.o : $(OBJ_PATH) $(OBJ_PATH)/textrnuvw.o ;
texuvidx.o : $(OBJ_PATH) $(OBJ_PATH)/texuvidx.o ;
texuvwidx.o : $(OBJ_PATH) $(OBJ_PATH)/texuvwidx.o ;

$(OBJ_PATH)/mapbmp.o : mapbmp.c
	$(CCCOM) -c mapbmp.c
	mv -f mapbmp.o $(OBJ_PATH)/mapbmp.o

$(OBJ_PATH)/mapbmpswi.o : mapbmpswi.c
	$(CCCOM) -c mapbmpswi.c
	mv -f mapbmpswi.o $(OBJ_PATH)/mapbmpswi.o

$(OBJ_PATH)/mapdclrswi.o : mapdclrswi.c
	$(CCCOM) -c mapdclrswi.c
	mv -f mapdclrswi.o $(OBJ_PATH)/mapdclrswi.o

$(OBJ_PATH)/mapdifclr.o : mapdifclr.c
	$(CCCOM) -c mapdifclr.c
	mv -f mapdifclr.o $(OBJ_PATH)/mapdifclr.o

$(OBJ_PATH)/mapenv.o : mapenv.c
	$(CCCOM) -c mapenv.c
	mv -f mapenv.o $(OBJ_PATH)/mapenv.o

$(OBJ_PATH)/mapenvswi.o : mapenvswi.c
	$(CCCOM) -c mapenvswi.c
	mv -f mapenvswi.o $(OBJ_PATH)/mapenvswi.o

$(OBJ_PATH)/maptintswi.o : maptintswi.c
	$(CCCOM) -c maptintswi.c
	mv -f maptintswi.o $(OBJ_PATH)/maptintswi.o

$(OBJ_PATH)/maptrnint.o : maptrnint.c
	$(CCCOM) -c maptrnint.c
	mv -f maptrnint.o $(OBJ_PATH)/maptrnint.o

$(OBJ_PATH)/texaa.o : texaa.c
	$(CCCOM) -c texaa.c
	mv -f texaa.o $(OBJ_PATH)/texaa.o

$(OBJ_PATH)/texextuv.o : texextuv.c
	$(CCCOM) -c texextuv.c
	mv -f texextuv.o $(OBJ_PATH)/texextuv.o

$(OBJ_PATH)/texextuvw.o : texextuvw.c
	$(CCCOM) -c texextuvw.c
	mv -f texextuvw.o $(OBJ_PATH)/texextuvw.o

$(OBJ_PATH)/texintsrf.o : texintsrf.c
	$(CCCOM) -c texintsrf.c
	mv -f texintsrf.o $(OBJ_PATH)/texintsrf.o

$(OBJ_PATH)/texmatuv.o : texmatuv.c
	$(CCCOM) -c texmatuv.c
	mv -f texmatuv.o $(OBJ_PATH)/texmatuv.o

$(OBJ_PATH)/texmatuvw.o : texmatuvw.c
	$(CCCOM) -c texmatuvw.c
	mv -f texmatuvw.o $(OBJ_PATH)/texmatuvw.o

$(OBJ_PATH)/texop.o : texop.c
	$(CCCOM) -c texop.c
	mv -f texop.o $(OBJ_PATH)/texop.o

$(OBJ_PATH)/texscluv.o : texscluv.c
	$(CCCOM) -c texscluv.c
	mv -f texscluv.o $(OBJ_PATH)/texscluv.o

$(OBJ_PATH)/texscluvw.o : texscluvw.c
	$(CCCOM) -c texscluvw.c
	mv -f texscluvw.o $(OBJ_PATH)/texscluvw.o

$(OBJ_PATH)/textrnuv.o : textrnuv.c
	$(CCCOM) -c textrnuv.c
	mv -f textrnuv.o $(OBJ_PATH)/textrnuv.o

$(OBJ_PATH)/textrnuvw.o : textrnuvw.c
	$(CCCOM) -c textrnuvw.c
	mv -f textrnuvw.o $(OBJ_PATH)/textrnuvw.o

$(OBJ_PATH)/texuvidx.o : texuvidx.c
	$(CCCOM) -c texuvidx.c
	mv -f texuvidx.o $(OBJ_PATH)/texuvidx.o

$(OBJ_PATH)/texuvwidx.o : texuvwidx.c
	$(CCCOM) -c texuvwidx.c
	mv -f texuvwidx.o $(OBJ_PATH)/texuvwidx.o


library: 
	(cd $(OBJ_PATH);					\
	$(LDCOM) $(OFILES) -o map.o ; \
	$(ARCOM) $(LIB_PATH)/$(DORE_LIB_NAME) map.o )

object: 
	(cd $(OBJ_PATH);					\
	$(LDCOM) $(LIB_PATH)/dore.sub.o $(OFILES) -o $(LIB_PATH)/dore.t.o)
	mv $(LIB_PATH)/dore.t.o $(LIB_PATH)/dore.sub.o

clean: 
	/bin/rm -f $(OBJ_PATH)/*.o

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

$(OBJ_PATH)/mapbmp.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/mapbmp.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/mapbmp.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/mapbmp.o: ${DORE_LOC}/dore/include/dore_develop/private/mapbmp.h
$(OBJ_PATH)/mapbmp.o: ${DORE_LOC}/dore/include/dore_develop/private/stdtexatt.h
$(OBJ_PATH)/mapbmp.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/mapbmp.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/mapbmp.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/mapbmp.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/mapbmp.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/mapbmp.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/mapbmp.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/mapbmp.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/mapbmp.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/mapbmpswi.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/mapbmpswi.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/mapbmpswi.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/mapbmpswi.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/mapbmpswi.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/mapbmpswi.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/mapbmpswi.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/mapbmpswi.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/mapbmpswi.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/mapbmpswi.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/mapbmpswi.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/mapbmpswi.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/mapdclrswi.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/mapdclrswi.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/mapdclrswi.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/mapdclrswi.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/mapdclrswi.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/mapdclrswi.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/mapdclrswi.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/mapdclrswi.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/mapdclrswi.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/mapdclrswi.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/mapdclrswi.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/mapdclrswi.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/mapdifclr.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/mapdifclr.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/mapdifclr.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/mapdifclr.o: ${DORE_LOC}/dore/include/dore_develop/private/mapdifclr.h
$(OBJ_PATH)/mapdifclr.o: ${DORE_LOC}/dore/include/dore_develop/private/stdtexatt.h
$(OBJ_PATH)/mapdifclr.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/mapdifclr.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/mapdifclr.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/mapdifclr.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/mapdifclr.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/mapdifclr.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/mapdifclr.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/mapdifclr.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/mapdifclr.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/mapenv.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/mapenv.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/mapenv.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/mapenv.o: ${DORE_LOC}/dore/include/dore_develop/private/mapenv.h
$(OBJ_PATH)/mapenv.o: ${DORE_LOC}/dore/include/dore_develop/private/stdtexatt.h
$(OBJ_PATH)/mapenv.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/mapenv.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/mapenv.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/mapenv.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/mapenv.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/mapenv.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/mapenv.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/mapenv.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/mapenv.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/mapenvswi.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/mapenvswi.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/mapenvswi.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/mapenvswi.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/mapenvswi.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/mapenvswi.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/mapenvswi.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/mapenvswi.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/mapenvswi.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/mapenvswi.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/mapenvswi.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/mapenvswi.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/maptintswi.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/maptintswi.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/maptintswi.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/maptintswi.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/maptintswi.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/maptintswi.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/maptintswi.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/maptintswi.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/maptintswi.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/maptintswi.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/maptintswi.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/maptintswi.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/maptrnint.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/maptrnint.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/maptrnint.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/maptrnint.o: ${DORE_LOC}/dore/include/dore_develop/private/maptrnint.h
$(OBJ_PATH)/maptrnint.o: ${DORE_LOC}/dore/include/dore_develop/private/stdtexatt.h
$(OBJ_PATH)/maptrnint.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/maptrnint.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/maptrnint.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/maptrnint.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/maptrnint.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/maptrnint.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/maptrnint.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/maptrnint.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/maptrnint.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/texaa.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/texaa.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/texaa.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/texaa.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/texaa.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/texaa.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/texaa.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/texaa.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/texaa.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/texaa.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/texaa.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/texaa.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/texextuv.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/texextuv.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/texextuv.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/texextuv.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/texextuv.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/texextuv.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/texextuv.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/texextuv.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/texextuv.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/texextuv.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/texextuv.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/texextuv.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/texextuvw.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/texextuvw.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/texextuvw.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/texextuvw.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/texextuvw.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/texextuvw.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/texextuvw.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/texextuvw.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/texextuvw.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/texextuvw.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/texextuvw.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/texextuvw.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/texintsrf.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/texintsrf.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/texintsrf.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/texintsrf.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/texintsrf.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/texintsrf.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/texintsrf.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/texintsrf.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/texintsrf.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/texintsrf.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/texintsrf.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/texintsrf.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/texmatuv.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/texmatuv.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/texmatuv.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/texmatuv.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/texmatuv.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/texmatuv.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/texmatuv.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/texmatuv.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/texmatuv.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/texmatuv.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/texmatuv.o: ${DORE_LOC}/dore/include/internal/list.h
$(OBJ_PATH)/texmatuv.o: ${DORE_LOC}/dore/include/internal/matrix.h
$(OBJ_PATH)/texmatuv.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/texmatuv.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/texmatuvw.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/texmatuvw.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/texmatuvw.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/texmatuvw.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/texmatuvw.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/texmatuvw.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/texmatuvw.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/texmatuvw.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/texmatuvw.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/texmatuvw.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/texmatuvw.o: ${DORE_LOC}/dore/include/internal/list.h
$(OBJ_PATH)/texmatuvw.o: ${DORE_LOC}/dore/include/internal/matrix.h
$(OBJ_PATH)/texmatuvw.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/texmatuvw.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/texop.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/texop.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/texop.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/texop.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/texop.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/texop.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/texop.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/texop.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/texop.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/texop.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/texop.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/texop.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/texscluv.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/texscluv.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/texscluv.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/texscluv.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/texscluv.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/texscluv.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/texscluv.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/texscluv.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/texscluv.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/texscluv.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/texscluv.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/texscluv.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/texscluvw.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/texscluvw.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/texscluvw.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/texscluvw.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/texscluvw.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/texscluvw.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/texscluvw.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/texscluvw.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/texscluvw.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/texscluvw.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/texscluvw.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/texscluvw.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/textrnuv.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/textrnuv.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/textrnuv.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/textrnuv.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/textrnuv.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/textrnuv.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/textrnuv.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/textrnuv.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/textrnuv.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/textrnuv.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/textrnuv.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/textrnuv.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/textrnuvw.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/textrnuvw.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/textrnuvw.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/textrnuvw.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/textrnuvw.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/textrnuvw.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/textrnuvw.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/textrnuvw.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/textrnuvw.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/textrnuvw.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/textrnuvw.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/textrnuvw.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/texuvidx.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/texuvidx.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/texuvidx.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/texuvidx.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/texuvidx.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/texuvidx.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/texuvidx.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/texuvidx.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/texuvidx.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/texuvidx.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/texuvidx.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/texuvidx.o: ${DORE_LOC}/dore/include/internal/util.h
$(OBJ_PATH)/texuvwidx.o: ${DORE_LOC}/dore/include/dore.h
$(OBJ_PATH)/texuvwidx.o: ${DORE_LOC}/dore/include/dore_develop/develop.h
$(OBJ_PATH)/texuvwidx.o: ${DORE_LOC}/dore/include/dore_develop/error.h
$(OBJ_PATH)/texuvwidx.o: ${DORE_LOC}/dore/include/internal/bitfield.h
$(OBJ_PATH)/texuvwidx.o: ${DORE_LOC}/dore/include/internal/dogen.h
$(OBJ_PATH)/texuvwidx.o: ${DORE_LOC}/dore/include/internal/error.h
$(OBJ_PATH)/texuvwidx.o: ${DORE_LOC}/dore/include/internal/exeset.h
$(OBJ_PATH)/texuvwidx.o: ${DORE_LOC}/dore/include/internal/filters.h
$(OBJ_PATH)/texuvwidx.o: ${DORE_LOC}/dore/include/internal/font.h
$(OBJ_PATH)/texuvwidx.o: ${DORE_LOC}/dore/include/internal/glbatt.h
$(OBJ_PATH)/texuvwidx.o: ${DORE_LOC}/dore/include/internal/modclpvol.h
$(OBJ_PATH)/texuvwidx.o: ${DORE_LOC}/dore/include/internal/util.h
