# This file is automatically generated by RHIDE Version 1.4.7
# created from within RHIDE
vpath_src=../stream ../names ../classes/linux ../classes ..
vpath %.c $(vpath_src)
vpath %.cc $(vpath_src)
vpath %.cpp $(vpath_src)
vpath %.C $(vpath_src)
vpath %.cxx $(vpath_src)
vpath %.s $(vpath_src)
vpath %.S $(vpath_src)
vpath %.p $(vpath_src)
vpath %.pas $(vpath_src)
vpath %.f $(vpath_src)
vpath %.for $(vpath_src)
vpath %.F $(vpath_src)
vpath %.fpp $(vpath_src)
vpath %.i $(vpath_src)
vpath %.ii $(vpath_src)
vpath %.m $(vpath_src)
vpath %.asm $(vpath_src)
vpath %.nsm $(vpath_src)
vpath_obj=obj
vpath %.o $(vpath_obj)
RHIDE_GCC=gcc
RHIDE_AS=gcc
RHIDE_GXX=gcc
RHIDE_GPC=gpc
RHIDE_FPC=ppc386
RHIDE_AR=ar
RHIDE_LD=gcc
RHIDE_G77=g77
RHIDE_NASM=nasm
RHIDE_LD_PASCAL=gpc
RHIDE_LD_FPC=ld
RHIDE_GNATBIND=gnatbind
RHIDE_RM=rm
RHIDE_ARFLAGS=rcs
RHIDE_TYPED_LIBS.f=m f2c
RHIDE_TYPED_LIBS.for=$(RHIDE_TYPED_LIBS.f)
RHIDE_TYPED_LIBS.F=$(RHIDE_TYPED_LIBS.f)
RHIDE_TYPED_LIBS.fpp=$(RHIDE_TYPED_LIBS.f)
RHIDE_TYPED_LIBS_GPC=m gpc
RHIDE_TYPED_LIBS_FPC=fpc
RHIDE_TYPED_LIBS.p=$(RHIDE_TYPED_LIBS_$(PASCAL_TYPE))
RHIDE_TYPED_LIBS.pas=$(RHIDE_TYPED_LIBS.p)
RHIDE_TYPED_LIBS.pp=$(RHIDE_TYPED_LIBS_FPC)
RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx
RHIDE_TYPED_LIBS_Linux.cc=stdc++
RHIDE_TYPED_LIBS.cc=$(RHIDE_TYPED_LIBS_$(RHIDE_OS).cc)
RHIDE_TYPED_LIBS.cpp=$(RHIDE_TYPED_LIBS.cc)
RHIDE_TYPED_LIBS.cxx=$(RHIDE_TYPED_LIBS.cc)
RHIDE_TYPED_LIBS.C=$(RHIDE_TYPED_LIBS.cc)
RHIDE_TYPED_LIBS.ii=$(RHIDE_TYPED_LIBS.cc)
RHIDE_TYPED_LIBS.l=fl
RHIDE_TYPED_LIBS.m=objc
RHIDE_TYPED_LIBS.adb=gnat
RHIDE_TYPED_LIBS_SUFFIXES=$(sort $(foreach item,$(PROJECT_ITEMS),$(suffix\
	$(item))))
RHIDE_TYPED_LIBS=$(foreach\
	suff,$(RHIDE_TYPED_LIBS_SUFFIXES),$(RHIDE_TYPED_LIBS$(suff)))
RHIDE_INCLUDES=$(SPECIAL_CFLAGS) $(addprefix -I,$(INCLUDE_DIRS))
RHIDE_LIBDIRS=$(addprefix -L,$(LIB_DIRS))
RHIDE_LIBS=$(addprefix -l,$(LIBS) $(RHIDE_TYPED_LIBS) $(RHIDE_OS_LIBS))
RHIDE_LDFLAGS=$(SPECIAL_LDFLAGS) $(addprefix -Xlinker ,$(LD_EXTRA_FLAGS))
RHIDE_NASM_TARGET_DJGPP=coff
RHIDE_NASM_TARGET_Linux=elf
RHIDE_NASM_TARGET=$(RHIDE_NASM_TARGET_$(RHIDE_OS))
RHIDE_COMPILE_NASM=$(RHIDE_NASM) -f $(RHIDE_NASM_TARGET) $(LOCAL_OPT) -o\
	$(OUTFILE)  $(SOURCE_NAME)
RHIDE_COMPILE_FORTRAN=$(RHIDE_G77) $(RHIDE_INCLUDES) $(C_DEBUG_FLAGS)\
	$(C_OPT_FLAGS)  $(C_WARN_FLAGS) $(C_F_LANG_FLAGS) $(C_EXTRA_FLAGS)\
	$(LOCAL_OPT)  -c $(SOURCE_NAME) -o $(OUTFILE)
RHIDE_COMPILE_FORTRAN_FORCE=$(RHIDE_G77) $(RHIDE_INCLUDES) $(C_DEBUG_FLAGS)\
	$(C_OPT_FLAGS)  $(C_WARN_FLAGS) $(C_F_LANG_FLAGS) $(C_EXTRA_FLAGS)\
	-x f77 $(LOCAL_OPT)  -c $(SOURCE_NAME) -o $(OUTFILE)
RHIDE_COMPILE_C=$(RHIDE_GCC) $(RHIDE_INCLUDES) $(C_DEBUG_FLAGS)\
	$(C_OPT_FLAGS)  $(C_WARN_FLAGS) $(C_C_LANG_FLAGS) $(C_EXTRA_FLAGS)\
	$(LOCAL_OPT)  $(CPPFLAGS) $(CFLAGS) $(RHIDE_OS_CFLAGS) -c\
	$(SOURCE_NAME) -o $(OUTFILE)
RHIDE_COMPILE_C_FORCE=$(RHIDE_GCC) $(RHIDE_INCLUDES) $(C_DEBUG_FLAGS)\
	$(C_OPT_FLAGS)  $(C_WARN_FLAGS) $(C_C_LANG_FLAGS) $(C_EXTRA_FLAGS)\
	-x c $(LOCAL_OPT)  $(CPPFLAGS) $(CFLAGS) $(RHIDE_OS_CFLAGS) -c\
	$(SOURCE_NAME) -o $(OUTFILE)
RHIDE_COMPILE_CC=$(RHIDE_GXX) $(RHIDE_INCLUDES) $(C_DEBUG_FLAGS)\
	$(C_OPT_FLAGS)  $(C_WARN_FLAGS) $(C_C_LANG_FLAGS)\
	$(C_CXX_LANG_FLAGS) $(C_EXTRA_FLAGS)  $(CPPFLAGS) $(CXXFLAGS)\
	$(RHIDE_OS_CXXFLAGS) $(LOCAL_OPT)   -c $(SOURCE_NAME) -o $(OUTFILE)
RHIDE_COMPILE_CC_FORCE=$(RHIDE_GXX) $(RHIDE_INCLUDES) $(C_DEBUG_FLAGS)\
	$(C_OPT_FLAGS)  $(C_WARN_FLAGS) $(C_C_LANG_FLAGS)\
	$(C_CXX_LANG_FLAGS) $(C_EXTRA_FLAGS)  $(CPPFLAGS) $(CXXFLAGS)\
	$(RHIDE_OS_CXXFLAGS) -x c++ $(LOCAL_OPT)   -c $(SOURCE_NAME) -o\
	$(OUTFILE)
RHIDE_COMPILE_ASM=$(RHIDE_AS) $(RHIDE_INCLUDES) $(C_DEBUG_FLAGS)\
	$(C_OPT_FLAGS)  $(C_WARN_FLAGS) $(C_EXTRA_FLAGS) $(LOCAL_OPT)  -c\
	$(SOURCE_NAME) -o $(OUTFILE)
RHIDE_COMPILE_ASM_FORCE=$(RHIDE_AS) $(RHIDE_INCLUDES) $(C_DEBUG_FLAGS)\
	$(C_OPT_FLAGS)  $(C_WARN_FLAGS) $(C_EXTRA_FLAGS) -x assembler\
	$(LOCAL_OPT)  -c $(SOURCE_NAME) -o $(OUTFILE)
RHIDE_GPC_FLAGS=$(RHIDE_INCLUDES) $(C_DEBUG_FLAGS) $(C_OPT_FLAGS)\
	$(C_WARN_FLAGS)  $(C_P_LANG_FLAGS) $(C_EXTRA_FLAGS)
RHIDE_COMPILE_GPC=$(RHIDE_GPC) $(RHIDE_GPC_FLAGS) $(LOCAL_OPT)  -c\
	$(SOURCE_NAME) -o $(OUTFILE)
RHIDE_COMPILE_GPC_FORCE=$(RHIDE_GPC) $(RHIDE_GPC_FLAGS) -x pascal\
	$(LOCAL_OPT)  -c $(SOURCE_NAME) -o $(OUTFILE)
RHIDE_FPC_FLAGS=$(C_FPC_LANG_FLAGS) $(LOCAL_OPT) $(addprefix\
	-Up,$(INCLUDE_DIRS))  $(C_EXTRA_FLAGS)
RHIDE_COMPILE_FPC=$(RHIDE_FPC) $(RHIDE_FPC_FLAGS) -E- $(SOURCE_NAME)
RHIDE_COMPILE_FPC_FORCE=$(RHIDE_FPC) $(RHIDE_FPC_FLAGS) -B -E-\
	$(SOURCE_NAME)
RHIDE_COMPILE_LINK=$(RHIDE_LD) $(RHIDE_LIBDIRS) $(C_EXTRA_FLAGS) -o\
	$(OUTFILE)  $(OBJFILES) $(LIBRARIES) $(LDFLAGS) $(RHIDE_LDFLAGS)\
	$(RHIDE_LIBS)
RHIDE_COMPILE_LINK_GPC=$(RHIDE_LD_PASCAL) $(RHIDE_LIBDIRS) $(C_EXTRA_FLAGS)\
	-o $(OUTFILE)  $(OBJFILES) $(LIBRARIES) $(RHIDE_LDFLAGS) $(LDFLAGS)\
	$(RHIDE_LIBS)
RHIDE_COMPILE_LINK_GPC_AUTOMAKE=$(RHIDE_LD_PASCAL) $(RHIDE_LIBDIRS)  -o\
	$(OUTFILE) --automake="$(strip $(RHIDE_GPC_FLAGS))"\
	$(RHIDE_GPC_FLAGS)  $(SOURCE_NAME) $(LIBRARIES) $(LDFLAGS)\
	$(RHIDE_LDFLAGS) $(RHIDE_LIBS)
RHIDE_COMPILE_PASCAL=$(RHIDE_COMPILE_$(PASCAL_TYPE))
RHIDE_COMPILE_PASCAL_FORCE=$(RHIDE_COMPILE_$(PASCAL_TYPE)_FORCE)
RHIDE_COMPILE_LINK_PASCAL_AUTOMAKE=$(RHIDE_COMPILE_LINK_$(PASCAL_TYPE)_AUTOMAKE)
RHIDE_COMPILE_LINK_PASCAL=$(RHIDE_COMPILE_LINK_$(PASCAL_TYPE))
RHIDE_FPC_LIBDIRS_DJGPP=$(DJDIR)/lib
RHIDE_FPC_LIBDIRS_Linux=/usr/local/lib /usr/lib /lib
RHIDE_FPC_LIBDIRS=$(RHIDE_FPC_LIBDIRS_$(RHIDE_OS))
RHIDE_FPC_LINK_FLAGS_DJGPP=-O coff-go32-exe $(RHIDE_LIBDIRS) $(addprefix\
	-L,$(RHIDE_FPC_LIBDIRS))
RHIDE_FPC_LINK_FLAGS_Linux=$(RHIDE_LIBDIRS) $(addprefix\
	-L,$(RHIDE_FPC_LIBDIRS))
RHIDE_FPC_LINK_FLAGS=$(RHIDE_FPC_LINK_FLAGS_$(RHIDE_OS))
RHIDE_COMPILE_LINK_FPC=$(RHIDE_LD_FPC) -o $(OUTFILE) $(OBJFILES)\
	$(RHIDE_FPC_LINK_FLAGS)   $(LIBRARIES) $(RHIDE_LIBS)
RHIDE_COMPILE_LINK_FPC_AUTOMAKE=$(RHIDE_FPC) -o$(OUTFILE) $(SOURCE_NAME)\
	$(RHIDE_FPC_FLAGS) -E+
RHIDE_COMPILE_ARCHIVE=$(RHIDE_AR) $(RHIDE_ARFLAGS) $(OUTFILE) $(OBJFILES)
RHIDE_COMPILE_ADA=$(RHIDE_GCC) $(RHIDE_INCLUDES) $(C_DEBUG_FLAGS)\
	$(C_OPT_FLAGS)  $(C_WARN_FLAGS) $(C_C_LANG_FLAGS) $(C_EXTRA_FLAGS)\
	$(LOCAL_OPT)  $(C_ADA_LANG_FLAGS)  $(CPPFLAGS) $(CFLAGS)\
	$(RHIDE_OS_CFLAGS) -c $(SOURCE_NAME) -o $(OUTFILE)
RHIDE_ADA_BIND_FILE=$(addprefix _,$(setsuffix .c,$(OUTFILE)))
RHIDE_COMPILE_LINK_ADA_BIND=$(RHIDE_GNATBIND) -o $(RHIDE_ADA_BIND_FILE)\
	$(setsuffix .ali,$(OUTFILE))
RHIDE_COMPILE_LINK_ADA_LINK=$(RHIDE_LD) $(RHIDE_LIBDIRS) $(C_EXTRA_FLAGS) -o\
	$(OUTFILE)  $(RHIDE_ADA_BIND_FILE) $(OBJFILES) $(LIBRARIES)\
	$(LDFLAGS)  $(RHIDE_LDFLAGS) $(RHIDE_LIBS)
_RHIDE_COMPILE_LINK_ADA=$(RHIDE_COMPILE_LINK_ADA_BIND);\
	$(RHIDE_COMPILE_LINK_ADA_LINK);   $(RHIDE_RM)\
	$(RHIDE_ADA_BIND_FILE)
RHIDE_COMPILE_LINK_ADA=gnatbl $(RHIDE_LIBDIRS) $(C_EXTRA_FLAGS) -o\
	$(OUTFILE)  $(setsuffix .ali,$(OUTFILE)) $(LIBRARIES) $(LDFLAGS) \
	$(RHIDE_LDFLAGS) $(RHIDE_LIBS)
RHIDE_COMPILE.c.o=$(RHIDE_COMPILE_C)
RHIDE_COMPILE.cc.o=$(RHIDE_COMPILE_CC)
RHIDE_COMPILE.p.o=$(RHIDE_COMPILE_PASCAL)
RHIDE_COMPILE.pas.o=$(RHIDE_COMPILE.p.o)
RHIDE_COMPILE.pp.o=$(RHIDE_COMPILE_FPC)
RHIDE_COMPILE.pas.s.GPC=$(subst -c $(SOURCE_NAME),-S\
	$(SOURCE_NAME),$(RHIDE_COMPILE_GPC))
RHIDE_COMPILE.pas.s.FPC=$(RHIDE_COMPILE_FPC) -a -s
RHIDE_COMPILE.pas.s=$(RHIDE_COMPILE.pas.s.$(PASCAL_TYPE))
RHIDE_COMPILE.f.o=$(RHIDE_COMPILE_FORTRAN)
RHIDE_COMPILE.nsm.o=$(RHIDE_COMPILE_NASM)
RHIDE_COMPILE.s.o=$(RHIDE_COMPILE_ASM)
RHIDE_COMPILE.c.s=$(subst -c $(SOURCE_NAME),-S\
	$(SOURCE_NAME),$(RHIDE_COMPILE_C))
RHIDE_COMPILE.c.i=$(subst -c $(SOURCE_NAME),-E\
	$(SOURCE_NAME),$(RHIDE_COMPILE_C))
RHIDE_COMPILE.i.s=$(RHIDE_COMPILE.c.s)
RHIDE_COMPILE.cc.s=$(subst -c $(SOURCE_NAME),-S\
	$(SOURCE_NAME),$(RHIDE_COMPILE_CC))
RHIDE_COMPILE.cc.ii=$(subst -c $(SOURCE_NAME),-E\
	$(SOURCE_NAME),$(RHIDE_COMPILE_CC))
RHIDE_COMPILE.ii.s=$(RHIDE_COMPILE.cc.s)
RHIDE_COMPILE.cpp.o=$(RHIDE_COMPILE.cc.o)
RHIDE_COMPILE.cxx.o=$(RHIDE_COMPILE.cc.o)
RHIDE_COMPILE.C.o=$(RHIDE_COMPILE.cc.o)
RHIDE_COMPILE.pas.o=$(RHIDE_COMPILE.p.o)
RHIDE_COMPILE.for.o=$(RHIDE_COMPILE.f.o)
RHIDE_COMPILE.F.o=$(RHIDE_COMPILE.f.o)
RHIDE_COMPILE.fpp.o=$(RHIDE_COMPILE.f.o)
RHIDE_COMPILE.asm.o=$(RHIDE_COMPILE.nsm.o)
RHIDE_COMPILE.cpp.s=$(RHIDE_COMPILE.cc.s)
RHIDE_COMPILE.cxx.s=$(RHIDE_COMPILE.cc.s)
RHIDE_COMPILE.C.s=$(RHIDE_COMPILE.cc.s)
RHIDE_COMPILE.cpp.ii=$(RHIDE_COMPILE.cc.ii)
RHIDE_COMPILE.cxx.ii=$(RHIDE_COMPILE.cc.ii)
RHIDE_COMPILE.C.ii=$(RHIDE_COMPILE.cc.ii)
RHIDE_COMPILE.adb.o=$(RHIDE_COMPILE_ADA)
RHIDE_FSDB=fsdb $(OUTFILE) $(addprefix -p ,$(SRC_DIRS)) $(PROG_ARGS)
RHIDE_GDB=gdb $(OUTFILE) $(addprefix -d ,$(SRC_DIRS))
DEFAULT_GREP_MASK=*.[cfhmnps]*
RHIDE_GREP=grep -n $(prompt arguments for GREP,$(WUC) $(DEFAULT_GREP_MASK))
RHIDE_GPROF=gprof $(OUTFILE)
RHIDE_RLOG=$(shell rlog -R $(rlog_arg))
RHIDE_CO=$(shell co -q $(co_arg))
RHIDE_STANDARD_INCLUDES_DJGPP=$(addprefix $(DJDIR)/,include include/sys\
	lang/cxx lang/cxx/std)
RHIDE_STANDARD_INCLUDES_Linux=$(addprefix /usr/,include include/sys\
	include/g++ include/g++/std)
RHIDE_STANDARD_INCLUDES=$(RHIDE_STANDARD_INCLUDES_$(RHIDE_OS))
RHIDE_CONFIG_DIRS_DJGPP=. $(RHIDE_SHARE) $(HOME) $(DJDIR)/share/rhide
RHIDE_CONFIG_DIRS_Linux=. $(RHIDE_SHARE) $(HOME) /usr/local/share/rhide\
	/usr/share/rhide  /local/share/rhide /share/rhide
RHIDE_CONFIG_DIRS=$(RHIDE_CONFIG_DIRS_$(RHIDE_OS))\
	$(RHIDE_BIN_DIR)/../share/rhide
RHIDE_PATH_SEPARATOR_DJGPP=;
RHIDE_PATH_SEPARATOR_Linux=:
RHIDE_PATH_SEPARATOR=$(RHIDE_PATH_SEPARATOR_$(RHIDE_OS))
INCLUDE_DIRS=../include
LIB_DIRS=
C_DEBUG_FLAGS=-gstabs3
C_OPT_FLAGS=-O2
C_WARN_FLAGS=-Wall -Werror
C_C_LANG_FLAGS=
C_CXX_LANG_FLAGS=
C_P_LANG_FLAGS=
C_FPC_LANG_FLAGS=
C_F_LANG_FLAGS=
C_ADA_LANG_FLAGS=
LIBS=
LD_EXTRA_FLAGS=
C_EXTRA_FLAGS=
LOCAL_OPT=$(subst ___~~~___, ,$(subst $(notdir $<)___,,$(filter $(notdir\
	$<)___%,$(LOCAL_OPTIONS))))
OBJFILES=obj/bc.o obj/drivers2.o obj/dual.o obj/fileview.o obj/fpbase.o\
	obj/fpstream.o obj/gkey.o obj/gkeyli.o obj/histlist.o\
	obj/ifpstrea.o obj/iopstrea.o obj/ipstream.o obj/misc.o obj/mouse.o\
	obj/msgbox.o obj/nbackgro.o obj/nbutton.o obj/nchdirdi.o\
	obj/ncheckbo.o obj/nclrdisp.o obj/ncluster.o obj/ncollect.o\
	obj/ncolordi.o obj/ncolorgr.o obj/ncolorit.o obj/ncolorse.o\
	obj/ndesktop.o obj/ndialog.o obj/ndircoll.o obj/ndirlist.o\
	obj/newstr.o obj/nfilecol.o obj/nfiledia.o obj/nfileinf.o\
	obj/nfileinp.o obj/nfilelis.o obj/nfilterv.o obj/nframe.o\
	obj/ngroup.o obj/nhistory.o obj/nindicat.o obj/ninputli.o\
	obj/nlabel.o obj/nlistbox.o obj/nlistvie.o obj/nmenubar.o\
	obj/nmenubox.o obj/nmenuvie.o obj/nmonosel.o obj/nparamte.o\
	obj/nradiobu.o obj/nrangeva.o obj/nresourc.o obj/nscrollb.o\
	obj/nscrolle.o obj/nsortedc.o obj/nsortedl.o obj/nstatict.o\
	obj/nstatusl.o obj/nstringc.o obj/nstringl.o obj/nvalidat.o\
	obj/nview.o obj/nwindow.o obj/ofpstrea.o obj/opstream.o\
	obj/pstream.o obj/rhscreen.o obj/sbackgro.o obj/sbutton.o\
	obj/schdirdi.o obj/scheckbo.o obj/sclrdisp.o obj/scluster.o\
	obj/scolordi.o obj/scolorgr.o obj/scolorit.o obj/scolorse.o\
	obj/screen.o obj/sdesktop.o obj/sdialog.o obj/sdircoll.o\
	obj/sdirlist.o obj/sescreen.o obj/sfilecol.o obj/sfiledia.o\
	obj/sfileinf.o obj/sfileinp.o obj/sfilelis.o obj/sfilterv.o\
	obj/sframe.o obj/sgroup.o obj/shistory.o obj/sindicat.o\
	obj/sinputli.o obj/slabel.o obj/slistbox.o obj/slistvie.o\
	obj/smenubar.o obj/smenubox.o obj/smenuvie.o obj/smonosel.o\
	obj/sparamte.o obj/sradiobu.o obj/srangeva.o obj/sresourc.o\
	obj/sscrollb.o obj/sscrolle.o obj/sstatict.o obj/sstatusl.o\
	obj/sstringc.o obj/sstringl.o obj/sview.o obj/swindow.o\
	obj/tapplica.o obj/tbackgro.o obj/tbutton.o obj/tchdirdi.o\
	obj/tcheckbo.o obj/tclrdisp.o obj/tcluster.o obj/tcollect.o\
	obj/tcolordi.o obj/tcolorgr.o obj/tcolorit.o obj/tcolorse.o\
	obj/tcommand.o obj/tdesktop.o obj/tdialog.o obj/tdircoll.o\
	obj/tdirlist.o obj/tdisplay.o obj/tdrawbuf.o obj/tevent.o\
	obj/tfilecol.o obj/tfiledia.o obj/tfileinf.o obj/tfileinp.o\
	obj/tfilelis.o obj/tfilterv.o obj/tfont.o obj/tframe.o obj/tgroup.o\
	obj/thistory.o obj/thistvie.o obj/thistwin.o obj/thwmouse.o\
	obj/ticks.o obj/tindicat.o obj/tinputli.o obj/tlabel.o\
	obj/tlistbox.o obj/tlistvie.o obj/tmenubar.o obj/tmenubox.o\
	obj/tmenuvie.o obj/tmonosel.o obj/tmouse.o obj/tnscolle.o\
	obj/tnssorte.o obj/tobject.o obj/tpalette.o obj/tparamte.o\
	obj/tpoint.o obj/tprogini.o obj/tprogram.o obj/tpwobj.o\
	obj/tpwreado.o obj/tpwritte.o obj/tradiobu.o obj/trangeva.o\
	obj/trescoll.o obj/tresfile.o obj/tscreen.o obj/tscrollb.o\
	obj/tscrolle.o obj/tsortedc.o obj/tsortedl.o obj/tstatict.o\
	obj/tstatusd.o obj/tstatusl.o obj/tstrinde.o obj/tstringc.o\
	obj/tstringl.o obj/tstrlist.o obj/tstrmcla.o obj/tstrmtyp.o\
	obj/tsubmenu.o obj/ttermina.o obj/ttextdev.o obj/tvalidat.o\
	obj/tview.o obj/tvtext1.o obj/tvtext2.o obj/tweaked.o obj/twindow.o\
	obj/vesa.o obj/vga.o
LIBRARIES=
SOURCE_NAME=$<
OUTFILE=$@
SPECIAL_CFLAGS=
SPECIAL_LDFLAGS=
PROG_ARGS=
SRC_DIRS=../stream ../names ../classes/linux ../classes ..
WUC=
EDITORS=
RHIDE_OS=$(RHIDE_OS_)
ifeq ($(strip $(RHIDE_OS)),)
ifneq ($(strip $(DJDIR)),)
RHIDE_OS_:=DJGPP
else
RHIDE_OS_:=$(shell uname)
endif
endif

MAIN_TARGET=libtv.a
PROJECT_ITEMS=bc.cc drivers2.cc dual.cc fileview.cc fpbase.cc fpstream.cc\
	gkey.cc gkeyli.cc histlist.cc ifpstrea.cc iopstrea.cc ipstream.cc\
	misc.cc mouse.cc msgbox.cc nbackgro.cc nbutton.cc nchdirdi.cc\
	ncheckbo.cc nclrdisp.cc ncluster.cc ncollect.cc ncolordi.cc\
	ncolorgr.cc ncolorit.cc ncolorse.cc ndesktop.cc ndialog.cc\
	ndircoll.cc ndirlist.cc newstr.cc nfilecol.cc nfiledia.cc\
	nfileinf.cc nfileinp.cc nfilelis.cc nfilterv.cc nframe.cc ngroup.cc\
	nhistory.cc nindicat.cc ninputli.cc nlabel.cc nlistbox.cc\
	nlistvie.cc nmenubar.cc nmenubox.cc nmenuvie.cc nmonosel.cc\
	nparamte.cc nradiobu.cc nrangeva.cc nresourc.cc nscrollb.cc\
	nscrolle.cc nsortedc.cc nsortedl.cc nstatict.cc nstatusl.cc\
	nstringc.cc nstringl.cc nvalidat.cc nview.cc nwindow.cc ofpstrea.cc\
	opstream.cc pstream.cc rhscreen.cc sbackgro.cc sbutton.cc\
	schdirdi.cc scheckbo.cc sclrdisp.cc scluster.cc scolordi.cc\
	scolorgr.cc scolorit.cc scolorse.cc screen.cc sdesktop.cc\
	sdialog.cc sdircoll.cc sdirlist.cc sescreen.cc sfilecol.cc\
	sfiledia.cc sfileinf.cc sfileinp.cc sfilelis.cc sfilterv.cc\
	sframe.cc sgroup.cc shistory.cc sindicat.cc sinputli.cc slabel.cc\
	slistbox.cc slistvie.cc smenubar.cc smenubox.cc smenuvie.cc\
	smonosel.cc sparamte.cc sradiobu.cc srangeva.cc sresourc.cc\
	sscrollb.cc sscrolle.cc sstatict.cc sstatusl.cc sstringc.cc\
	sstringl.cc sview.cc swindow.cc tapplica.cc tbackgro.cc tbutton.cc\
	tchdirdi.cc tcheckbo.cc tclrdisp.cc tcluster.cc tcollect.cc\
	tcolordi.cc tcolorgr.cc tcolorit.cc tcolorse.cc tcommand.cc\
	tdesktop.cc tdialog.cc tdircoll.cc tdirlist.cc tdisplay.cc\
	tdrawbuf.cc tevent.cc tfilecol.cc tfiledia.cc tfileinf.cc\
	tfileinp.cc tfilelis.cc tfilterv.cc tfont.cc tframe.cc tgroup.cc\
	thistory.cc thistvie.cc thistwin.cc thwmouse.cc ticks.cc\
	tindicat.cc tinputli.cc tlabel.cc tlistbox.cc tlistvie.cc\
	tmenubar.cc tmenubox.cc tmenuvie.cc tmonosel.cc tmouse.cc\
	tnscolle.cc tnssorte.cc tobject.cc tpalette.cc tparamte.cc\
	tpoint.cc tprogini.cc tprogram.cc tpwobj.cc tpwreado.cc tpwritte.cc\
	tradiobu.cc trangeva.cc trescoll.cc tresfile.cc tscreen.cc\
	tscrollb.cc tscrolle.cc tsortedc.cc tsortedl.cc tstatict.cc\
	tstatusd.cc tstatusl.cc tstrinde.cc tstringc.cc tstringl.cc\
	tstrlist.cc tstrmcla.cc tstrmtyp.cc tsubmenu.cc ttermina.cc\
	ttextdev.cc tvalidat.cc tview.cc tvtext1.cc tvtext2.cc tweaked.c\
	twindow.cc vesa.cc vga.cc
DEFAULT_MASK=*
RHIDE_BIN_DIR=/usr/local/bin
PASCAL_TYPE=GPC
%.o: %.c
	$(RHIDE_COMPILE.c.o)
%.o: %.i
	$(RHIDE_COMPILE_C)
%.o: %.cc
	$(RHIDE_COMPILE.cc.o)
%.o: %.cpp
	$(RHIDE_COMPILE.cpp.o)
%.o: %.cxx
	$(RHIDE_COMPILE.cxx.o)
%.o: %.C
	$(RHIDE_COMPILE.C.o)
%.o: %.ii
	$(RHIDE_COMPILE_CC)
%.o: %.s
	$(RHIDE_COMPILE.s.o)
%.o: %.S
	$(RHIDE_COMPILE_ASM)
%.s: %.c
	$(RHIDE_COMPILE.c.s)
%.s: %.i
	$(RHIDE_COMPILE.i.s)
%.s: %.cc
	$(RHIDE_COMPILE.cc.s)
%.s: %.cpp
	$(RHIDE_COMPILE.cpp.s)
%.s: %.cxx
	$(RHIDE_COMPILE.cxx.s)
%.s: %.C
	$(RHIDE_COMPILE.C.s)
%.o: %.pas
	$(RHIDE_COMPILE.pas.o)
%.o: %.p
	$(RHIDE_COMPILE.p.o)
%.o: %.pp
	$(RHIDE_COMPILE.pp.o)
%.s: %.pas
	$(RHIDE_COMPILE.pas.s)
%.o: %.m
	$(RHIDE_COMPILE_OBJC)
%.o: %.f
	$(RHIDE_COMPILE.f.o)
%.o: %.for
	$(RHIDE_COMPILE.for.o)
%.o: %.F
	$(RHIDE_COMPILE.F.o)
%.o: %.fpp
	$(RHIDE_COMPILE.fpp.o)
%.o: %.asm
	$(RHIDE_COMPILE.asm.o)
%.o: %.nsm
	$(RHIDE_COMPILE.nsm.o)
%.o: %.adb
	$(RHIDE_COMPILE.adb.o)
%.i: %.c
	$(RHIDE_COMPILE.c.i)
%.s: %.c
	$(RHIDE_COMPILE.c.s)
%.ii: %.cc
	$(RHIDE_COMPILE.cc.ii)
%.s: %.cc
	$(RHIDE_COMPILE.cc.s)
%.ii: %.cpp
	$(RHIDE_COMPILE.cpp.ii)
%.s: %.cpp
	$(RHIDE_COMPILE.cpp.s)
%.ii: %.cxx
	$(RHIDE_COMPILE.cxx.ii)
%.s: %.cxx
	$(RHIDE_COMPILE.cxx.s)
%.ii: %.C
	$(RHIDE_COMPILE.C.ii)
%.s: %.C
	$(RHIDE_COMPILE.C.s)
all::
DEPS_0= obj/bc.o obj/drivers2.o obj/dual.o obj/fileview.o obj/fpbase.o\
	obj/fpstream.o obj/gkey.o obj/gkeyli.o obj/histlist.o\
	obj/ifpstrea.o obj/iopstrea.o obj/ipstream.o obj/misc.o obj/mouse.o\
	obj/msgbox.o obj/nbackgro.o obj/nbutton.o obj/nchdirdi.o\
	obj/ncheckbo.o obj/nclrdisp.o obj/ncluster.o obj/ncollect.o\
	obj/ncolordi.o obj/ncolorgr.o obj/ncolorit.o obj/ncolorse.o\
	obj/ndesktop.o obj/ndialog.o obj/ndircoll.o obj/ndirlist.o\
	obj/newstr.o obj/nfilecol.o obj/nfiledia.o obj/nfileinf.o\
	obj/nfileinp.o obj/nfilelis.o obj/nfilterv.o obj/nframe.o\
	obj/ngroup.o obj/nhistory.o obj/nindicat.o obj/ninputli.o\
	obj/nlabel.o obj/nlistbox.o obj/nlistvie.o obj/nmenubar.o\
	obj/nmenubox.o obj/nmenuvie.o obj/nmonosel.o obj/nparamte.o\
	obj/nradiobu.o obj/nrangeva.o obj/nresourc.o obj/nscrollb.o\
	obj/nscrolle.o obj/nsortedc.o obj/nsortedl.o obj/nstatict.o\
	obj/nstatusl.o obj/nstringc.o obj/nstringl.o obj/nvalidat.o\
	obj/nview.o obj/nwindow.o obj/ofpstrea.o obj/opstream.o\
	obj/pstream.o obj/rhscreen.o obj/sbackgro.o obj/sbutton.o\
	obj/schdirdi.o obj/scheckbo.o obj/sclrdisp.o obj/scluster.o\
	obj/scolordi.o obj/scolorgr.o obj/scolorit.o obj/scolorse.o\
	obj/screen.o obj/sdesktop.o obj/sdialog.o obj/sdircoll.o\
	obj/sdirlist.o obj/sescreen.o obj/sfilecol.o obj/sfiledia.o\
	obj/sfileinf.o obj/sfileinp.o obj/sfilelis.o obj/sfilterv.o\
	obj/sframe.o obj/sgroup.o obj/shistory.o obj/sindicat.o\
	obj/sinputli.o obj/slabel.o obj/slistbox.o obj/slistvie.o\
	obj/smenubar.o obj/smenubox.o obj/smenuvie.o obj/smonosel.o\
	obj/sparamte.o obj/sradiobu.o obj/srangeva.o obj/sresourc.o\
	obj/sscrollb.o obj/sscrolle.o obj/sstatict.o obj/sstatusl.o\
	obj/sstringc.o obj/sstringl.o obj/sview.o obj/swindow.o\
	obj/tapplica.o obj/tbackgro.o obj/tbutton.o obj/tchdirdi.o\
	obj/tcheckbo.o obj/tclrdisp.o obj/tcluster.o obj/tcollect.o\
	obj/tcolordi.o obj/tcolorgr.o obj/tcolorit.o obj/tcolorse.o\
	obj/tcommand.o obj/tdesktop.o obj/tdialog.o obj/tdircoll.o\
	obj/tdirlist.o obj/tdisplay.o obj/tdrawbuf.o obj/tevent.o\
	obj/tfilecol.o obj/tfiledia.o obj/tfileinf.o obj/tfileinp.o\
	obj/tfilelis.o obj/tfilterv.o obj/tfont.o obj/tframe.o obj/tgroup.o\
	obj/thistory.o obj/thistvie.o obj/thistwin.o obj/thwmouse.o\
	obj/ticks.o obj/tindicat.o obj/tinputli.o obj/tlabel.o\
	obj/tlistbox.o obj/tlistvie.o obj/tmenubar.o obj/tmenubox.o\
	obj/tmenuvie.o obj/tmonosel.o obj/tmouse.o obj/tnscolle.o\
	obj/tnssorte.o obj/tobject.o obj/tpalette.o obj/tparamte.o\
	obj/tpoint.o obj/tprogini.o obj/tprogram.o obj/tpwobj.o\
	obj/tpwreado.o obj/tpwritte.o obj/tradiobu.o obj/trangeva.o\
	obj/trescoll.o obj/tresfile.o obj/tscreen.o obj/tscrollb.o\
	obj/tscrolle.o obj/tsortedc.o obj/tsortedl.o obj/tstatict.o\
	obj/tstatusd.o obj/tstatusl.o obj/tstrinde.o obj/tstringc.o\
	obj/tstringl.o obj/tstrlist.o obj/tstrmcla.o obj/tstrmtyp.o\
	obj/tsubmenu.o obj/ttermina.o obj/ttextdev.o obj/tvalidat.o\
	obj/tview.o obj/tvtext1.o obj/tvtext2.o obj/tweaked.o obj/twindow.o\
	obj/vesa.o obj/vga.o 
NO_LINK=
LINK_FILES=$(filter-out $(NO_LINK),$(DEPS_0))
libtv.a:: $(DEPS_0)
	$(RHIDE_COMPILE_ARCHIVE)
DEPS_1=bc.cc ../include/ttypes.h ../include/tvutil.h
obj/bc.o:: $(DEPS_1)
	$(RHIDE_COMPILE.cc.o)
DEPS_2=drivers2.cc ../include/intl.h ../include/ipstream.h\
	../include/opstream.h ../include/pstream.h ../include/stddlg.h\
	../include/system.h ../include/tkeys.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvutil.h ../include/views.h
obj/drivers2.o:: $(DEPS_2)
	$(RHIDE_COMPILE.cc.o)
DEPS_3=dual.cc ../include/event.h ../include/eventqu.h ../include/intl.h\
	../include/ipstream.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/screen.h\
	../include/stddlg.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvutil.h ../include/views.h
obj/dual.o:: $(DEPS_3)
	$(RHIDE_COMPILE.cc.o)
DEPS_4=fileview.cc ../include/app.h ../include/collectn.h\
	../include/desktop.h ../include/dialog.h ../include/dialogs.h\
	../include/drawbuf.h ../include/event.h ../include/filedlg.h\
	../include/fileview.h ../include/group.h ../include/intl.h\
	../include/ipstream.h ../include/msgbox.h ../include/nscoll.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/program.h ../include/pstream.h\
	../include/rect.h ../include/scroller.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tkeys.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h\
	../include/window.h
obj/fileview.o:: $(DEPS_4)
	$(RHIDE_COMPILE.cc.o)
DEPS_5=fpbase.cc ../include/fpbase.h ../include/intl.h\
	../include/ipstream.h ../include/opstream.h ../include/pstream.h\
	../include/stddlg.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvutil.h ../include/views.h
obj/fpbase.o:: $(DEPS_5)
	$(RHIDE_COMPILE.cc.o)
DEPS_6=fpstream.cc ../include/fpbase.h ../include/fpstream.h\
	../include/intl.h ../include/iopstrm.h ../include/ipstream.h\
	../include/opstream.h ../include/pstream.h ../include/stddlg.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvutil.h\
	../include/views.h
obj/fpstream.o:: $(DEPS_6)
	$(RHIDE_COMPILE.cc.o)
DEPS_7=gkey.cc ../include/event.h ../include/gkey.h ../include/intl.h\
	../include/ipstream.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvutil.h\
	../include/views.h
obj/gkey.o:: $(DEPS_7)
	$(RHIDE_COMPILE.cc.o)
DEPS_8=gkeyli.cc ../include/event.h ../include/gkey.h ../include/intl.h\
	../include/ipstream.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvutil.h\
	../include/views.h
obj/gkeyli.o:: $(DEPS_8)
	$(RHIDE_COMPILE.cc.o)
DEPS_9=histlist.cc ../include/intl.h ../include/ipstream.h\
	../include/opstream.h ../include/pstream.h ../include/stddlg.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvutil.h\
	../include/views.h
obj/histlist.o:: $(DEPS_9)
	$(RHIDE_COMPILE.cc.o)
DEPS_10=ifpstrea.cc ../include/fpbase.h ../include/ifpstrm.h\
	../include/intl.h ../include/ipstream.h ../include/opstream.h\
	../include/pstream.h ../include/stddlg.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvutil.h ../include/views.h
obj/ifpstrea.o:: $(DEPS_10)
	$(RHIDE_COMPILE.cc.o)
DEPS_11=iopstrea.cc ../include/intl.h ../include/iopstrm.h\
	../include/ipstream.h ../include/opstream.h ../include/pstream.h\
	../include/stddlg.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvutil.h ../include/views.h
obj/iopstrea.o:: $(DEPS_11)
	$(RHIDE_COMPILE.cc.o)
DEPS_12=ipstream.cc ../include/intl.h ../include/ipstream.h\
	../include/nscoll.h ../include/nssorcol.h ../include/object.h\
	../include/opstream.h ../include/preadobj.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/strmblty.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/views.h
obj/ipstream.o:: $(DEPS_12)
	$(RHIDE_COMPILE.cc.o)
DEPS_13=misc.cc ../include/drawbuf.h ../include/event.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/misc.o:: $(DEPS_13)
	$(RHIDE_COMPILE.cc.o)
DEPS_14=mouse.cc ../include/event.h ../include/eventqu.h ../include/intl.h\
	../include/ipstream.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvutil.h\
	../include/views.h
obj/mouse.o:: $(DEPS_14)
	$(RHIDE_COMPILE.cc.o)
DEPS_15=msgbox.cc ../include/app.h ../include/button.h\
	../include/checkbox.h ../include/cluster.h ../include/desktop.h\
	../include/dialog.h ../include/dialogs.h ../include/drawbuf.h\
	../include/event.h ../include/group.h ../include/inputln.h\
	../include/intl.h ../include/ipstream.h ../include/label.h\
	../include/msgbox.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/program.h\
	../include/pstream.h ../include/rect.h ../include/sitem.h\
	../include/stddlg.h ../include/streambl.h ../include/sttctext.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h\
	../include/window.h
obj/msgbox.o:: $(DEPS_15)
	$(RHIDE_COMPILE.cc.o)
DEPS_16=nbackgro.cc ../include/ttypes.h ../include/tvutil.h
obj/nbackgro.o:: $(DEPS_16)
	$(RHIDE_COMPILE.cc.o)
DEPS_17=nbutton.cc ../include/ttypes.h ../include/tvutil.h
obj/nbutton.o:: $(DEPS_17)
	$(RHIDE_COMPILE.cc.o)
DEPS_18=nchdirdi.cc ../include/ttypes.h ../include/tvutil.h
obj/nchdirdi.o:: $(DEPS_18)
	$(RHIDE_COMPILE.cc.o)
DEPS_19=ncheckbo.cc ../include/ttypes.h ../include/tvutil.h
obj/ncheckbo.o:: $(DEPS_19)
	$(RHIDE_COMPILE.cc.o)
DEPS_20=nclrdisp.cc ../include/ttypes.h ../include/tvutil.h
obj/nclrdisp.o:: $(DEPS_20)
	$(RHIDE_COMPILE.cc.o)
DEPS_21=ncluster.cc ../include/ttypes.h ../include/tvutil.h
obj/ncluster.o:: $(DEPS_21)
	$(RHIDE_COMPILE.cc.o)
DEPS_22=ncollect.cc ../include/ttypes.h ../include/tvutil.h
obj/ncollect.o:: $(DEPS_22)
	$(RHIDE_COMPILE.cc.o)
DEPS_23=ncolordi.cc ../include/ttypes.h ../include/tvutil.h
obj/ncolordi.o:: $(DEPS_23)
	$(RHIDE_COMPILE.cc.o)
DEPS_24=ncolorgr.cc ../include/ttypes.h ../include/tvutil.h
obj/ncolorgr.o:: $(DEPS_24)
	$(RHIDE_COMPILE.cc.o)
DEPS_25=ncolorit.cc ../include/ttypes.h ../include/tvutil.h
obj/ncolorit.o:: $(DEPS_25)
	$(RHIDE_COMPILE.cc.o)
DEPS_26=ncolorse.cc ../include/ttypes.h ../include/tvutil.h
obj/ncolorse.o:: $(DEPS_26)
	$(RHIDE_COMPILE.cc.o)
DEPS_27=ndesktop.cc ../include/ttypes.h ../include/tvutil.h
obj/ndesktop.o:: $(DEPS_27)
	$(RHIDE_COMPILE.cc.o)
DEPS_28=ndialog.cc ../include/ttypes.h ../include/tvutil.h
obj/ndialog.o:: $(DEPS_28)
	$(RHIDE_COMPILE.cc.o)
DEPS_29=ndircoll.cc ../include/ttypes.h ../include/tvutil.h
obj/ndircoll.o:: $(DEPS_29)
	$(RHIDE_COMPILE.cc.o)
DEPS_30=ndirlist.cc ../include/ttypes.h ../include/tvutil.h
obj/ndirlist.o:: $(DEPS_30)
	$(RHIDE_COMPILE.cc.o)
DEPS_31=newstr.cc ../include/intl.h ../include/ipstream.h\
	../include/opstream.h ../include/pstream.h ../include/stddlg.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvutil.h\
	../include/views.h
obj/newstr.o:: $(DEPS_31)
	$(RHIDE_COMPILE.cc.o)
DEPS_32=nfilecol.cc ../include/ttypes.h ../include/tvutil.h
obj/nfilecol.o:: $(DEPS_32)
	$(RHIDE_COMPILE.cc.o)
DEPS_33=nfiledia.cc ../include/ttypes.h ../include/tvutil.h
obj/nfiledia.o:: $(DEPS_33)
	$(RHIDE_COMPILE.cc.o)
DEPS_34=nfileinf.cc ../include/ttypes.h ../include/tvutil.h
obj/nfileinf.o:: $(DEPS_34)
	$(RHIDE_COMPILE.cc.o)
DEPS_35=nfileinp.cc ../include/ttypes.h ../include/tvutil.h
obj/nfileinp.o:: $(DEPS_35)
	$(RHIDE_COMPILE.cc.o)
DEPS_36=nfilelis.cc ../include/ttypes.h ../include/tvutil.h
obj/nfilelis.o:: $(DEPS_36)
	$(RHIDE_COMPILE.cc.o)
DEPS_37=nfilterv.cc ../include/ttypes.h ../include/tvutil.h
obj/nfilterv.o:: $(DEPS_37)
	$(RHIDE_COMPILE.cc.o)
DEPS_38=nframe.cc ../include/ttypes.h ../include/tvutil.h
obj/nframe.o:: $(DEPS_38)
	$(RHIDE_COMPILE.cc.o)
DEPS_39=ngroup.cc ../include/ttypes.h ../include/tvutil.h
obj/ngroup.o:: $(DEPS_39)
	$(RHIDE_COMPILE.cc.o)
DEPS_40=nhistory.cc ../include/ttypes.h ../include/tvutil.h
obj/nhistory.o:: $(DEPS_40)
	$(RHIDE_COMPILE.cc.o)
DEPS_41=nindicat.cc ../include/ttypes.h ../include/tvutil.h
obj/nindicat.o:: $(DEPS_41)
	$(RHIDE_COMPILE.cc.o)
DEPS_42=ninputli.cc ../include/ttypes.h ../include/tvutil.h
obj/ninputli.o:: $(DEPS_42)
	$(RHIDE_COMPILE.cc.o)
DEPS_43=nlabel.cc ../include/ttypes.h ../include/tvutil.h
obj/nlabel.o:: $(DEPS_43)
	$(RHIDE_COMPILE.cc.o)
DEPS_44=nlistbox.cc ../include/ttypes.h ../include/tvutil.h
obj/nlistbox.o:: $(DEPS_44)
	$(RHIDE_COMPILE.cc.o)
DEPS_45=nlistvie.cc ../include/ttypes.h ../include/tvutil.h
obj/nlistvie.o:: $(DEPS_45)
	$(RHIDE_COMPILE.cc.o)
DEPS_46=nmenubar.cc ../include/ttypes.h ../include/tvutil.h
obj/nmenubar.o:: $(DEPS_46)
	$(RHIDE_COMPILE.cc.o)
DEPS_47=nmenubox.cc ../include/ttypes.h ../include/tvutil.h
obj/nmenubox.o:: $(DEPS_47)
	$(RHIDE_COMPILE.cc.o)
DEPS_48=nmenuvie.cc ../include/ttypes.h ../include/tvutil.h
obj/nmenuvie.o:: $(DEPS_48)
	$(RHIDE_COMPILE.cc.o)
DEPS_49=nmonosel.cc ../include/ttypes.h ../include/tvutil.h
obj/nmonosel.o:: $(DEPS_49)
	$(RHIDE_COMPILE.cc.o)
DEPS_50=nparamte.cc ../include/ttypes.h ../include/tvutil.h
obj/nparamte.o:: $(DEPS_50)
	$(RHIDE_COMPILE.cc.o)
DEPS_51=nradiobu.cc ../include/ttypes.h ../include/tvutil.h
obj/nradiobu.o:: $(DEPS_51)
	$(RHIDE_COMPILE.cc.o)
DEPS_52=nrangeva.cc ../include/ttypes.h ../include/tvutil.h
obj/nrangeva.o:: $(DEPS_52)
	$(RHIDE_COMPILE.cc.o)
DEPS_53=nresourc.cc ../include/ttypes.h ../include/tvutil.h
obj/nresourc.o:: $(DEPS_53)
	$(RHIDE_COMPILE.cc.o)
DEPS_54=nscrollb.cc ../include/ttypes.h ../include/tvutil.h
obj/nscrollb.o:: $(DEPS_54)
	$(RHIDE_COMPILE.cc.o)
DEPS_55=nscrolle.cc ../include/ttypes.h ../include/tvutil.h
obj/nscrolle.o:: $(DEPS_55)
	$(RHIDE_COMPILE.cc.o)
DEPS_56=nsortedc.cc ../include/ttypes.h ../include/tvutil.h
obj/nsortedc.o:: $(DEPS_56)
	$(RHIDE_COMPILE.cc.o)
DEPS_57=nsortedl.cc ../include/ttypes.h ../include/tvutil.h
obj/nsortedl.o:: $(DEPS_57)
	$(RHIDE_COMPILE.cc.o)
DEPS_58=nstatict.cc ../include/ttypes.h ../include/tvutil.h
obj/nstatict.o:: $(DEPS_58)
	$(RHIDE_COMPILE.cc.o)
DEPS_59=nstatusl.cc ../include/ttypes.h ../include/tvutil.h
obj/nstatusl.o:: $(DEPS_59)
	$(RHIDE_COMPILE.cc.o)
DEPS_60=nstringc.cc ../include/ttypes.h ../include/tvutil.h
obj/nstringc.o:: $(DEPS_60)
	$(RHIDE_COMPILE.cc.o)
DEPS_61=nstringl.cc ../include/ttypes.h ../include/tvutil.h
obj/nstringl.o:: $(DEPS_61)
	$(RHIDE_COMPILE.cc.o)
DEPS_62=nvalidat.cc ../include/ttypes.h ../include/tvutil.h
obj/nvalidat.o:: $(DEPS_62)
	$(RHIDE_COMPILE.cc.o)
DEPS_63=nview.cc ../include/ttypes.h ../include/tvutil.h
obj/nview.o:: $(DEPS_63)
	$(RHIDE_COMPILE.cc.o)
DEPS_64=nwindow.cc ../include/ttypes.h ../include/tvutil.h
obj/nwindow.o:: $(DEPS_64)
	$(RHIDE_COMPILE.cc.o)
DEPS_65=ofpstrea.cc ../include/fpbase.h ../include/intl.h\
	../include/ipstream.h ../include/ofpstrm.h ../include/opstream.h\
	../include/pstream.h ../include/stddlg.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvutil.h ../include/views.h
obj/ofpstrea.o:: $(DEPS_65)
	$(RHIDE_COMPILE.cc.o)
DEPS_66=opstream.cc ../include/intl.h ../include/ipstream.h\
	../include/nscoll.h ../include/nssorcol.h ../include/object.h\
	../include/opstream.h ../include/pstream.h ../include/pwritobj.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/strmblty.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/views.h
obj/opstream.o:: $(DEPS_66)
	$(RHIDE_COMPILE.cc.o)
DEPS_67=pstream.cc ../include/intl.h ../include/ipstream.h\
	../include/nscoll.h ../include/nssorcol.h ../include/object.h\
	../include/opstream.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/strmblty.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/views.h
obj/pstream.o:: $(DEPS_67)
	$(RHIDE_COMPILE.cc.o)
DEPS_68=rhscreen.cc
obj/rhscreen.o:: $(DEPS_68)
	$(RHIDE_COMPILE.cc.o)
DEPS_69=sbackgro.cc ../include/app.h ../include/backgrnd.h\
	../include/drawbuf.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/sbackgro.o:: $(DEPS_69)
	$(RHIDE_COMPILE.cc.o)
DEPS_70=sbutton.cc ../include/button.h ../include/dialogs.h\
	../include/drawbuf.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/sbutton.o:: $(DEPS_70)
	$(RHIDE_COMPILE.cc.o)
DEPS_71=schdirdi.cc ../include/chdirdlg.h ../include/dialog.h\
	../include/dialogs.h ../include/drawbuf.h ../include/group.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/rect.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h ../include/window.h
obj/schdirdi.o:: $(DEPS_71)
	$(RHIDE_COMPILE.cc.o)
DEPS_72=scheckbo.cc ../include/checkbox.h ../include/cluster.h\
	../include/dialogs.h ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/scheckbo.o:: $(DEPS_72)
	$(RHIDE_COMPILE.cc.o)
DEPS_73=sclrdisp.cc ../include/clrdisp.h ../include/colorsel.h\
	../include/drawbuf.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/sclrdisp.o:: $(DEPS_73)
	$(RHIDE_COMPILE.cc.o)
DEPS_74=scluster.cc ../include/cluster.h ../include/dialogs.h\
	../include/drawbuf.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/scluster.o:: $(DEPS_74)
	$(RHIDE_COMPILE.cc.o)
DEPS_75=scolordi.cc ../include/clrdlg.h ../include/colorsel.h\
	../include/dialog.h ../include/dialogs.h ../include/drawbuf.h\
	../include/group.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/rect.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h\
	../include/window.h
obj/scolordi.o:: $(DEPS_75)
	$(RHIDE_COMPILE.cc.o)
DEPS_76=scolorgr.cc ../include/clrgrpli.h ../include/colorsel.h\
	../include/drawbuf.h ../include/intl.h ../include/ipstream.h\
	../include/lstviewr.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/scolorgr.o:: $(DEPS_76)
	$(RHIDE_COMPILE.cc.o)
DEPS_77=scolorit.cc ../include/clriteml.h ../include/colorsel.h\
	../include/drawbuf.h ../include/intl.h ../include/ipstream.h\
	../include/lstviewr.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/scolorit.o:: $(DEPS_77)
	$(RHIDE_COMPILE.cc.o)
DEPS_78=scolorse.cc ../include/clrselct.h ../include/colorsel.h\
	../include/drawbuf.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/scolorse.o:: $(DEPS_78)
	$(RHIDE_COMPILE.cc.o)
DEPS_79=screen.cc ../include/intl.h ../include/ipstream.h\
	../include/opstream.h ../include/pstream.h ../include/screen.h\
	../include/stddlg.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvutil.h ../include/views.h
obj/screen.o:: $(DEPS_79)
	$(RHIDE_COMPILE.cc.o)
DEPS_80=sdesktop.cc ../include/app.h ../include/desktop.h\
	../include/drawbuf.h ../include/group.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/sdesktop.o:: $(DEPS_80)
	$(RHIDE_COMPILE.cc.o)
DEPS_81=sdialog.cc ../include/dialog.h ../include/dialogs.h\
	../include/drawbuf.h ../include/group.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h ../include/window.h
obj/sdialog.o:: $(DEPS_81)
	$(RHIDE_COMPILE.cc.o)
DEPS_82=sdircoll.cc ../include/collectn.h ../include/dircoll.h\
	../include/direntr.h ../include/intl.h ../include/ipstream.h\
	../include/nscoll.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/views.h
obj/sdircoll.o:: $(DEPS_82)
	$(RHIDE_COMPILE.cc.o)
DEPS_83=sdirlist.cc ../include/dialogs.h ../include/dirlibo.h\
	../include/drawbuf.h ../include/intl.h ../include/ipstream.h\
	../include/listbox.h ../include/lstviewr.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/sdirlist.o:: $(DEPS_83)
	$(RHIDE_COMPILE.cc.o)
DEPS_84=sescreen.cc
obj/sescreen.o:: $(DEPS_84)
	$(RHIDE_COMPILE.cc.o)
DEPS_85=sfilecol.cc ../include/collectn.h ../include/filecoll.h\
	../include/intl.h ../include/ipstream.h ../include/nscoll.h\
	../include/nssorcol.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/pstream.h ../include/searchrc.h\
	../include/sortcoll.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/views.h
obj/sfilecol.o:: $(DEPS_85)
	$(RHIDE_COMPILE.cc.o)
DEPS_86=sfiledia.cc ../include/dialog.h ../include/dialogs.h\
	../include/drawbuf.h ../include/filedlg.h ../include/group.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/rect.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h ../include/window.h
obj/sfiledia.o:: $(DEPS_86)
	$(RHIDE_COMPILE.cc.o)
DEPS_87=sfileinf.cc ../include/drawbuf.h ../include/filinfpn.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/searchrc.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/sfileinf.o:: $(DEPS_87)
	$(RHIDE_COMPILE.cc.o)
DEPS_88=sfileinp.cc ../include/dialogs.h ../include/drawbuf.h\
	../include/filinpln.h ../include/inputln.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/sfileinp.o:: $(DEPS_88)
	$(RHIDE_COMPILE.cc.o)
DEPS_89=sfilelis.cc ../include/collectn.h ../include/dialogs.h\
	../include/drawbuf.h ../include/filecoll.h ../include/filelist.h\
	../include/intl.h ../include/ipstream.h ../include/listbox.h\
	../include/lstviewr.h ../include/nscoll.h ../include/nssorcol.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/searchrc.h\
	../include/sortcoll.h ../include/sortlibo.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/sfilelis.o:: $(DEPS_89)
	$(RHIDE_COMPILE.cc.o)
DEPS_90=sfilterv.cc ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/opstream.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/validate.h ../include/views.h
obj/sfilterv.o:: $(DEPS_90)
	$(RHIDE_COMPILE.cc.o)
DEPS_91=sframe.cc ../include/drawbuf.h ../include/frame.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/sframe.o:: $(DEPS_91)
	$(RHIDE_COMPILE.cc.o)
DEPS_92=sgroup.cc ../include/drawbuf.h ../include/group.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/sgroup.o:: $(DEPS_92)
	$(RHIDE_COMPILE.cc.o)
DEPS_93=shistory.cc ../include/dialogs.h ../include/drawbuf.h\
	../include/history.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/shistory.o:: $(DEPS_93)
	$(RHIDE_COMPILE.cc.o)
DEPS_94=sindicat.cc ../include/drawbuf.h ../include/indicato.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/sindicat.o:: $(DEPS_94)
	$(RHIDE_COMPILE.cc.o)
DEPS_95=sinputli.cc ../include/dialogs.h ../include/drawbuf.h\
	../include/inputln.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/sinputli.o:: $(DEPS_95)
	$(RHIDE_COMPILE.cc.o)
DEPS_96=slabel.cc ../include/dialogs.h ../include/drawbuf.h\
	../include/intl.h ../include/ipstream.h ../include/label.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/sttctext.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/slabel.o:: $(DEPS_96)
	$(RHIDE_COMPILE.cc.o)
DEPS_97=slistbox.cc ../include/dialogs.h ../include/drawbuf.h\
	../include/intl.h ../include/ipstream.h ../include/listbox.h\
	../include/lstviewr.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/slistbox.o:: $(DEPS_97)
	$(RHIDE_COMPILE.cc.o)
DEPS_98=slistvie.cc ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/lstviewr.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/slistvie.o:: $(DEPS_98)
	$(RHIDE_COMPILE.cc.o)
DEPS_99=smenubar.cc ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/menubar.h ../include/menus.h\
	../include/menuview.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/smenubar.o:: $(DEPS_99)
	$(RHIDE_COMPILE.cc.o)
DEPS_100=smenubox.cc ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/menubox.h ../include/menus.h\
	../include/menuview.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/smenubox.o:: $(DEPS_100)
	$(RHIDE_COMPILE.cc.o)
DEPS_101=smenuvie.cc ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/menus.h ../include/menuview.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/smenuvie.o:: $(DEPS_101)
	$(RHIDE_COMPILE.cc.o)
DEPS_102=smonosel.cc ../include/cluster.h ../include/colorsel.h\
	../include/dialogs.h ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/mnoselct.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/smonosel.o:: $(DEPS_102)
	$(RHIDE_COMPILE.cc.o)
DEPS_103=sparamte.cc ../include/dialogs.h ../include/drawbuf.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/parmtext.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/sttctext.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/sparamte.o:: $(DEPS_103)
	$(RHIDE_COMPILE.cc.o)
DEPS_104=sradiobu.cc ../include/cluster.h ../include/dialogs.h\
	../include/drawbuf.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/radiobtn.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/sradiobu.o:: $(DEPS_104)
	$(RHIDE_COMPILE.cc.o)
DEPS_105=srangeva.cc ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/opstream.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/validate.h ../include/views.h
obj/srangeva.o:: $(DEPS_105)
	$(RHIDE_COMPILE.cc.o)
DEPS_106=sresourc.cc ../include/collectn.h ../include/intl.h\
	../include/ipstream.h ../include/nscoll.h ../include/nssorcol.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/pstream.h ../include/rescoll.h ../include/resource.h\
	../include/sortcoll.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/strncoll.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/views.h
obj/sresourc.o:: $(DEPS_106)
	$(RHIDE_COMPILE.cc.o)
DEPS_107=sscrollb.cc ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/scrlbar.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/sscrollb.o:: $(DEPS_107)
	$(RHIDE_COMPILE.cc.o)
DEPS_108=sscrolle.cc ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/scroller.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/sscrolle.o:: $(DEPS_108)
	$(RHIDE_COMPILE.cc.o)
DEPS_109=sstatict.cc ../include/dialogs.h ../include/drawbuf.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/sttctext.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/sstatict.o:: $(DEPS_109)
	$(RHIDE_COMPILE.cc.o)
DEPS_110=sstatusl.cc ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/menus.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/statslin.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/sstatusl.o:: $(DEPS_110)
	$(RHIDE_COMPILE.cc.o)
DEPS_111=sstringc.cc ../include/collectn.h ../include/intl.h\
	../include/ipstream.h ../include/nscoll.h ../include/nssorcol.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/pstream.h ../include/resource.h ../include/sortcoll.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/strncoll.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/views.h
obj/sstringc.o:: $(DEPS_111)
	$(RHIDE_COMPILE.cc.o)
DEPS_112=sstringl.cc ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/opstream.h ../include/pstream.h\
	../include/resource.h ../include/stddlg.h ../include/streambl.h\
	../include/strilist.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/views.h
obj/sstringl.o:: $(DEPS_112)
	$(RHIDE_COMPILE.cc.o)
DEPS_113=sview.cc ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/sview.o:: $(DEPS_113)
	$(RHIDE_COMPILE.cc.o)
DEPS_114=swindow.cc ../include/drawbuf.h ../include/group.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/rect.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h ../include/window.h
obj/swindow.o:: $(DEPS_114)
	$(RHIDE_COMPILE.cc.o)
DEPS_115=tapplica.cc ../include/app.h ../include/applictn.h\
	../include/drawbuf.h ../include/event.h ../include/eventqu.h\
	../include/group.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/program.h ../include/pstream.h\
	../include/rect.h ../include/screen.h ../include/stddlg.h\
	../include/streambl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/tapplica.o:: $(DEPS_115)
	$(RHIDE_COMPILE.cc.o)
DEPS_116=tbackgro.cc ../include/app.h ../include/backgrnd.h\
	../include/drawbuf.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/palette.h ../include/point.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/tbackgro.o:: $(DEPS_116)
	$(RHIDE_COMPILE.cc.o)
DEPS_117=tbutton.cc ../include/button.h ../include/dialogs.h\
	../include/drawbuf.h ../include/event.h ../include/gkey.h\
	../include/group.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/palette.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/stddlg.h ../include/streambl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/tbutton.o:: $(DEPS_117)
	$(RHIDE_COMPILE.cc.o)
DEPS_118=tchdirdi.cc ../include/button.h ../include/chdirdlg.h\
	../include/collectn.h ../include/dialog.h ../include/dialogs.h\
	../include/dircoll.h ../include/direntr.h ../include/dirlibo.h\
	../include/drawbuf.h ../include/event.h ../include/group.h\
	../include/history.h ../include/inputln.h ../include/intl.h\
	../include/ipstream.h ../include/label.h ../include/listbox.h\
	../include/lstviewr.h ../include/msgbox.h ../include/nscoll.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/rect.h\
	../include/scrlbar.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/sttctext.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h ../include/window.h
obj/tchdirdi.o:: $(DEPS_118)
	$(RHIDE_COMPILE.cc.o)
DEPS_119=tcheckbo.cc ../include/checkbox.h ../include/cluster.h\
	../include/dialogs.h ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/tcheckbo.o:: $(DEPS_119)
	$(RHIDE_COMPILE.cc.o)
DEPS_120=tclrdisp.cc ../include/clrdisp.h ../include/colorsel.h\
	../include/drawbuf.h ../include/event.h ../include/group.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/rect.h ../include/stddlg.h\
	../include/streambl.h ../include/system.h ../include/tkeys.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/tclrdisp.o:: $(DEPS_120)
	$(RHIDE_COMPILE.cc.o)
DEPS_121=tcluster.cc ../include/cluster.h ../include/collectn.h\
	../include/dialogs.h ../include/drawbuf.h ../include/event.h\
	../include/gkey.h ../include/group.h ../include/intl.h\
	../include/ipstream.h ../include/nscoll.h ../include/nssorcol.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/palette.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/resource.h ../include/sitem.h\
	../include/sortcoll.h ../include/stddlg.h ../include/streambl.h\
	../include/strncoll.h ../include/system.h ../include/tkeys.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/tcluster.o:: $(DEPS_121)
	$(RHIDE_COMPILE.cc.o)
DEPS_122=tcollect.cc ../include/collectn.h ../include/intl.h\
	../include/ipstream.h ../include/nscoll.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/views.h
obj/tcollect.o:: $(DEPS_122)
	$(RHIDE_COMPILE.cc.o)
DEPS_123=tcolordi.cc ../include/button.h ../include/clrdisp.h\
	../include/clrdlg.h ../include/clrgroup.h ../include/clrgrpli.h\
	../include/clritem.h ../include/clriteml.h ../include/clrselct.h\
	../include/cluster.h ../include/colorsel.h ../include/dialog.h\
	../include/dialogs.h ../include/drawbuf.h ../include/event.h\
	../include/group.h ../include/intl.h ../include/ipstream.h\
	../include/label.h ../include/lstviewr.h ../include/mnoselct.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/palette.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/scrlbar.h ../include/stddlg.h\
	../include/streambl.h ../include/sttctext.h ../include/system.h\
	../include/tkeys.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h\
	../include/window.h
obj/tcolordi.o:: $(DEPS_123)
	$(RHIDE_COMPILE.cc.o)
DEPS_124=tcolorgr.cc ../include/clrgroup.h ../include/clrgrpli.h\
	../include/clritem.h ../include/colorsel.h ../include/drawbuf.h\
	../include/group.h ../include/intl.h ../include/ipstream.h\
	../include/lstviewr.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/stddlg.h ../include/streambl.h\
	../include/system.h ../include/tkeys.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/tcolorgr.o:: $(DEPS_124)
	$(RHIDE_COMPILE.cc.o)
DEPS_125=tcolorit.cc ../include/clritem.h ../include/clriteml.h\
	../include/colorsel.h ../include/drawbuf.h ../include/event.h\
	../include/group.h ../include/intl.h ../include/ipstream.h\
	../include/lstviewr.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/stddlg.h ../include/streambl.h\
	../include/system.h ../include/tkeys.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/tcolorit.o:: $(DEPS_125)
	$(RHIDE_COMPILE.cc.o)
DEPS_126=tcolorse.cc ../include/clrselct.h ../include/colorsel.h\
	../include/drawbuf.h ../include/event.h ../include/group.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/rect.h ../include/stddlg.h\
	../include/streambl.h ../include/system.h ../include/tkeys.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/tcolorse.o:: $(DEPS_126)
	$(RHIDE_COMPILE.cc.o)
DEPS_127=tcommand.cc ../include/cmdset.h ../include/intl.h\
	../include/ipstream.h ../include/opstream.h ../include/pstream.h\
	../include/stddlg.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvutil.h ../include/views.h
obj/tcommand.o:: $(DEPS_127)
	$(RHIDE_COMPILE.cc.o)
DEPS_128=tdesktop.cc ../include/app.h ../include/backgrnd.h\
	../include/desktop.h ../include/drawbuf.h ../include/event.h\
	../include/group.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/rect.h\
	../include/stddlg.h ../include/streambl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/tdesktop.o:: $(DEPS_128)
	$(RHIDE_COMPILE.cc.o)
DEPS_129=tdialog.cc ../include/dialog.h ../include/dialogs.h\
	../include/drawbuf.h ../include/event.h ../include/group.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/palette.h\
	../include/point.h ../include/pstream.h ../include/rect.h\
	../include/stddlg.h ../include/streambl.h ../include/system.h\
	../include/tkeys.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h\
	../include/window.h
obj/tdialog.o:: $(DEPS_129)
	$(RHIDE_COMPILE.cc.o)
DEPS_130=tdircoll.cc ../include/collectn.h ../include/dircoll.h\
	../include/direntr.h ../include/intl.h ../include/ipstream.h\
	../include/nscoll.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/views.h
obj/tdircoll.o:: $(DEPS_130)
	$(RHIDE_COMPILE.cc.o)
DEPS_131=tdirlist.cc ../include/button.h ../include/chdirdlg.h\
	../include/collectn.h ../include/dialog.h ../include/dialogs.h\
	../include/dircoll.h ../include/direntr.h ../include/dirlibo.h\
	../include/drawbuf.h ../include/event.h ../include/group.h\
	../include/intl.h ../include/ipstream.h ../include/listbox.h\
	../include/lstviewr.h ../include/nscoll.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/rect.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h ../include/window.h
obj/tdirlist.o:: $(DEPS_131)
	$(RHIDE_COMPILE.cc.o)
DEPS_132=tdisplay.cc ../include/intl.h ../include/ipstream.h\
	../include/opstream.h ../include/pstream.h ../include/screen.h\
	../include/stddlg.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvutil.h ../include/views.h
obj/tdisplay.o:: $(DEPS_132)
	$(RHIDE_COMPILE.cc.o)
DEPS_133=tdrawbuf.cc ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/opstream.h ../include/pstream.h\
	../include/stddlg.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvutil.h ../include/views.h
obj/tdrawbuf.o:: $(DEPS_133)
	$(RHIDE_COMPILE.cc.o)
DEPS_134=tevent.cc ../include/event.h ../include/eventqu.h\
	../include/gkey.h ../include/intl.h ../include/ipstream.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/screen.h ../include/stddlg.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvutil.h\
	../include/views.h
obj/tevent.o:: $(DEPS_134)
	$(RHIDE_COMPILE.cc.o)
DEPS_135=tfilecol.cc ../include/collectn.h ../include/filecoll.h\
	../include/intl.h ../include/ipstream.h ../include/nscoll.h\
	../include/nssorcol.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/pstream.h ../include/searchrc.h\
	../include/sortcoll.h ../include/stddlg.h ../include/streambl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/views.h
obj/tfilecol.o:: $(DEPS_135)
	$(RHIDE_COMPILE.cc.o)
DEPS_136=tfiledia.cc ../include/button.h ../include/collectn.h\
	../include/dialog.h ../include/dialogs.h ../include/drawbuf.h\
	../include/event.h ../include/filecoll.h ../include/filedlg.h\
	../include/filelist.h ../include/filinfpn.h ../include/filinpln.h\
	../include/group.h ../include/history.h ../include/inputln.h\
	../include/intl.h ../include/ipstream.h ../include/label.h\
	../include/listbox.h ../include/lstviewr.h ../include/msgbox.h\
	../include/nscoll.h ../include/nssorcol.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/rect.h ../include/scrlbar.h\
	../include/searchrc.h ../include/sortcoll.h ../include/sortlibo.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/sttctext.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h ../include/window.h
obj/tfiledia.o:: $(DEPS_136)
	$(RHIDE_COMPILE.cc.o)
DEPS_137=tfileinf.cc ../include/dialog.h ../include/dialogs.h\
	../include/drawbuf.h ../include/event.h ../include/filedlg.h\
	../include/filinfpn.h ../include/filinpln.h ../include/group.h\
	../include/inputln.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/palette.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/searchrc.h ../include/stddlg.h\
	../include/streambl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h ../include/window.h
obj/tfileinf.o:: $(DEPS_137)
	$(RHIDE_COMPILE.cc.o)
DEPS_138=tfileinp.cc ../include/dialog.h ../include/dialogs.h\
	../include/drawbuf.h ../include/event.h ../include/filedlg.h\
	../include/filinpln.h ../include/group.h ../include/inputln.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/rect.h ../include/searchrc.h\
	../include/stddlg.h ../include/streambl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h ../include/window.h
obj/tfileinp.o:: $(DEPS_138)
	$(RHIDE_COMPILE.cc.o)
DEPS_139=tfilelis.cc ../include/collectn.h ../include/dialogs.h\
	../include/drawbuf.h ../include/event.h ../include/filecoll.h\
	../include/filelist.h ../include/group.h ../include/intl.h\
	../include/ipstream.h ../include/listbox.h ../include/lstviewr.h\
	../include/msgbox.h ../include/nscoll.h ../include/nssorcol.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/rect.h\
	../include/searchrc.h ../include/sortcoll.h ../include/sortlibo.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/tfilelis.o:: $(DEPS_139)
	$(RHIDE_COMPILE.cc.o)
DEPS_140=tfilterv.cc ../include/intl.h ../include/ipstream.h\
	../include/msgbox.h ../include/object.h ../include/opstream.h\
	../include/pstream.h ../include/stddlg.h ../include/streambl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/validate.h ../include/views.h
obj/tfilterv.o:: $(DEPS_140)
	$(RHIDE_COMPILE.cc.o)
DEPS_141=tfont.cc ../include/intl.h ../include/ipstream.h\
	../include/opstream.h ../include/pstream.h ../include/screen.h\
	../include/stddlg.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvutil.h ../include/views.h
obj/tfont.o:: $(DEPS_141)
	$(RHIDE_COMPILE.cc.o)
DEPS_142=tframe.cc ../include/drawbuf.h ../include/event.h\
	../include/frame.h ../include/group.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/palette.h ../include/point.h\
	../include/pstream.h ../include/rect.h ../include/stddlg.h\
	../include/streambl.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h ../include/window.h
obj/tframe.o:: $(DEPS_142)
	$(RHIDE_COMPILE.cc.o)
DEPS_143=tgroup.cc ../include/cmdset.h ../include/drawbuf.h\
	../include/event.h ../include/group.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/tgroup.o:: $(DEPS_143)
	$(RHIDE_COMPILE.cc.o)
DEPS_144=thistory.cc ../include/dialogs.h ../include/drawbuf.h\
	../include/event.h ../include/group.h ../include/history.h\
	../include/histwind.h ../include/inputln.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/palette.h ../include/point.h\
	../include/pstream.h ../include/rect.h ../include/stddlg.h\
	../include/streambl.h ../include/system.h ../include/tkeys.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h ../include/window.h
obj/thistory.o:: $(DEPS_144)
	$(RHIDE_COMPILE.cc.o)
DEPS_145=thistvie.cc ../include/dialogs.h ../include/drawbuf.h\
	../include/event.h ../include/histvwer.h ../include/intl.h\
	../include/ipstream.h ../include/lstviewr.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/palette.h\
	../include/point.h ../include/pstream.h ../include/scrlbar.h\
	../include/stddlg.h ../include/streambl.h ../include/system.h\
	../include/tkeys.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/thistvie.o:: $(DEPS_145)
	$(RHIDE_COMPILE.cc.o)
DEPS_146=thistwin.cc ../include/dialogs.h ../include/drawbuf.h\
	../include/group.h ../include/histvwer.h ../include/histwind.h\
	../include/intl.h ../include/ipstream.h ../include/lstviewr.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/palette.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/stddlg.h ../include/streambl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h\
	../include/window.h
obj/thistwin.o:: $(DEPS_146)
	$(RHIDE_COMPILE.cc.o)
DEPS_147=thwmouse.cc ../include/event.h ../include/eventqu.h\
	../include/intl.h ../include/ipstream.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/screen.h ../include/stddlg.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvutil.h ../include/views.h
obj/thwmouse.o:: $(DEPS_147)
	$(RHIDE_COMPILE.cc.o)
DEPS_148=ticks.cc
obj/ticks.o:: $(DEPS_148)
	$(RHIDE_COMPILE.cc.o)
DEPS_149=tindicat.cc ../include/drawbuf.h ../include/event.h\
	../include/indicato.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/palette.h ../include/point.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/tindicat.o:: $(DEPS_149)
	$(RHIDE_COMPILE.cc.o)
DEPS_150=tinputli.cc ../include/dialogs.h ../include/drawbuf.h\
	../include/event.h ../include/inputln.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/palette.h ../include/point.h\
	../include/pstream.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/system.h ../include/tkeys.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/validate.h ../include/view.h ../include/views.h
obj/tinputli.o:: $(DEPS_150)
	$(RHIDE_COMPILE.cc.o)
DEPS_151=tlabel.cc ../include/dialogs.h ../include/drawbuf.h\
	../include/event.h ../include/gkey.h ../include/group.h\
	../include/intl.h ../include/ipstream.h ../include/label.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/palette.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/stddlg.h ../include/streambl.h\
	../include/strmblcl.h ../include/sttctext.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/tlabel.o:: $(DEPS_151)
	$(RHIDE_COMPILE.cc.o)
DEPS_152=tlistbox.cc ../include/collectn.h ../include/dialogs.h\
	../include/drawbuf.h ../include/event.h ../include/intl.h\
	../include/ipstream.h ../include/listbox.h ../include/lstviewr.h\
	../include/nscoll.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/tlistbox.o:: $(DEPS_152)
	$(RHIDE_COMPILE.cc.o)
DEPS_153=tlistvie.cc ../include/drawbuf.h ../include/event.h\
	../include/group.h ../include/intl.h ../include/ipstream.h\
	../include/lstviewr.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/palette.h ../include/point.h\
	../include/pstream.h ../include/rect.h ../include/scrlbar.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tkeys.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/tlistvie.o:: $(DEPS_153)
	$(RHIDE_COMPILE.cc.o)
DEPS_154=tmenubar.cc ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/menu.h ../include/menubar.h\
	../include/menuitem.h ../include/menus.h ../include/menuview.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/rect.h\
	../include/stddlg.h ../include/streambl.h ../include/submenu.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/tmenubar.o:: $(DEPS_154)
	$(RHIDE_COMPILE.cc.o)
DEPS_155=tmenubox.cc ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/menu.h ../include/menubox.h\
	../include/menuitem.h ../include/menus.h ../include/menuview.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/rect.h\
	../include/stddlg.h ../include/streambl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/tmenubox.o:: $(DEPS_155)
	$(RHIDE_COMPILE.cc.o)
DEPS_156=tmenuvie.cc ../include/drawbuf.h ../include/event.h\
	../include/gkey.h ../include/group.h ../include/intl.h\
	../include/ipstream.h ../include/menu.h ../include/menubox.h\
	../include/menuitem.h ../include/menus.h ../include/menuview.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/palette.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/stddlg.h ../include/streambl.h\
	../include/system.h ../include/tkeys.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/tmenuvie.o:: $(DEPS_156)
	$(RHIDE_COMPILE.cc.o)
DEPS_157=tmonosel.cc ../include/cluster.h ../include/colorsel.h\
	../include/dialogs.h ../include/drawbuf.h ../include/event.h\
	../include/group.h ../include/intl.h ../include/ipstream.h\
	../include/mnoselct.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/sitem.h ../include/stddlg.h\
	../include/streambl.h ../include/system.h ../include/tkeys.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/tmonosel.o:: $(DEPS_157)
	$(RHIDE_COMPILE.cc.o)
DEPS_158=tmouse.cc ../include/event.h ../include/intl.h\
	../include/ipstream.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvutil.h\
	../include/views.h
obj/tmouse.o:: $(DEPS_158)
	$(RHIDE_COMPILE.cc.o)
DEPS_159=tnscolle.cc ../include/intl.h ../include/ipstream.h\
	../include/nscoll.h ../include/object.h ../include/opstream.h\
	../include/pstream.h ../include/stddlg.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/views.h
obj/tnscolle.o:: $(DEPS_159)
	$(RHIDE_COMPILE.cc.o)
DEPS_160=tnssorte.cc ../include/intl.h ../include/ipstream.h\
	../include/nscoll.h ../include/nssorcol.h ../include/object.h\
	../include/opstream.h ../include/pstream.h ../include/stddlg.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/views.h
obj/tnssorte.o:: $(DEPS_160)
	$(RHIDE_COMPILE.cc.o)
DEPS_161=tobject.cc ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/opstream.h ../include/pstream.h\
	../include/stddlg.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/views.h
obj/tobject.o:: $(DEPS_161)
	$(RHIDE_COMPILE.cc.o)
DEPS_162=tpalette.cc ../include/intl.h ../include/ipstream.h\
	../include/opstream.h ../include/palette.h ../include/pstream.h\
	../include/stddlg.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvutil.h ../include/views.h
obj/tpalette.o:: $(DEPS_162)
	$(RHIDE_COMPILE.cc.o)
DEPS_163=tparamte.cc ../include/dialogs.h ../include/drawbuf.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/parmtext.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/sttctext.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/tparamte.o:: $(DEPS_163)
	$(RHIDE_COMPILE.cc.o)
DEPS_164=tpoint.cc ../include/intl.h ../include/ipstream.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/stddlg.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvutil.h ../include/views.h
obj/tpoint.o:: $(DEPS_164)
	$(RHIDE_COMPILE.cc.o)
DEPS_165=tprogini.cc ../include/app.h ../include/desktop.h\
	../include/drawbuf.h ../include/event.h ../include/group.h\
	../include/intl.h ../include/ipstream.h ../include/menubar.h\
	../include/menus.h ../include/menuview.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/program.h ../include/pstream.h ../include/rect.h\
	../include/statslin.h ../include/stddlg.h ../include/streambl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/tprogini.o:: $(DEPS_165)
	$(RHIDE_COMPILE.cc.o)
DEPS_166=tprogram.cc ../include/app.h ../include/desktop.h\
	../include/drawbuf.h ../include/event.h ../include/eventqu.h\
	../include/gkey.h ../include/group.h ../include/intl.h\
	../include/ipstream.h ../include/menu.h ../include/menubar.h\
	../include/menuitem.h ../include/menus.h ../include/menuview.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/palette.h ../include/point.h ../include/program.h\
	../include/pstream.h ../include/rect.h ../include/screen.h\
	../include/statsdef.h ../include/statsitm.h ../include/statslin.h\
	../include/stddlg.h ../include/streambl.h ../include/system.h\
	../include/tkeys.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/tprogram.o:: $(DEPS_166)
	$(RHIDE_COMPILE.cc.o)
DEPS_167=tpwobj.cc ../include/intl.h ../include/ipstream.h\
	../include/nscoll.h ../include/nssorcol.h ../include/object.h\
	../include/opstream.h ../include/pstream.h ../include/pwritobj.h\
	../include/stddlg.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/views.h
obj/tpwobj.o:: $(DEPS_167)
	$(RHIDE_COMPILE.cc.o)
DEPS_168=tpwreado.cc ../include/intl.h ../include/ipstream.h\
	../include/nscoll.h ../include/object.h ../include/opstream.h\
	../include/preadobj.h ../include/pstream.h ../include/stddlg.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/views.h
obj/tpwreado.o:: $(DEPS_168)
	$(RHIDE_COMPILE.cc.o)
DEPS_169=tpwritte.cc ../include/intl.h ../include/ipstream.h\
	../include/nscoll.h ../include/nssorcol.h ../include/object.h\
	../include/opstream.h ../include/pstream.h ../include/pwritobj.h\
	../include/stddlg.h ../include/strmblcl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/views.h
obj/tpwritte.o:: $(DEPS_169)
	$(RHIDE_COMPILE.cc.o)
DEPS_170=tradiobu.cc ../include/cluster.h ../include/dialogs.h\
	../include/drawbuf.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/radiobtn.h\
	../include/stddlg.h ../include/streambl.h ../include/strmblcl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/tradiobu.o:: $(DEPS_170)
	$(RHIDE_COMPILE.cc.o)
DEPS_171=trangeva.cc ../include/intl.h ../include/ipstream.h\
	../include/msgbox.h ../include/object.h ../include/opstream.h\
	../include/pstream.h ../include/stddlg.h ../include/streambl.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/validate.h ../include/views.h
obj/trangeva.o:: $(DEPS_171)
	$(RHIDE_COMPILE.cc.o)
DEPS_172=trescoll.cc ../include/collectn.h ../include/intl.h\
	../include/ipstream.h ../include/nscoll.h ../include/nssorcol.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/pstream.h ../include/rescoll.h ../include/resitem.h\
	../include/resource.h ../include/sortcoll.h ../include/stddlg.h\
	../include/streambl.h ../include/strncoll.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/views.h
obj/trescoll.o:: $(DEPS_172)
	$(RHIDE_COMPILE.cc.o)
DEPS_173=tresfile.cc ../include/collectn.h ../include/fpbase.h\
	../include/fpstream.h ../include/intl.h ../include/iopstrm.h\
	../include/ipstream.h ../include/nscoll.h ../include/nssorcol.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/pstream.h ../include/rescoll.h ../include/resfile.h\
	../include/resitem.h ../include/resource.h ../include/sortcoll.h\
	../include/stddlg.h ../include/streambl.h ../include/strncoll.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/views.h
obj/tresfile.o:: $(DEPS_173)
	$(RHIDE_COMPILE.cc.o)
DEPS_174=tscreen.cc ../include/drawbuf.h ../include/event.h\
	../include/intl.h ../include/ipstream.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/screen.h ../include/stddlg.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvutil.h ../include/views.h
obj/tscreen.o:: $(DEPS_174)
	$(RHIDE_COMPILE.cc.o)
DEPS_175=tscrollb.cc ../include/drawbuf.h ../include/event.h\
	../include/group.h ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/palette.h ../include/point.h ../include/pstream.h\
	../include/rect.h ../include/scrlbar.h ../include/stddlg.h\
	../include/streambl.h ../include/system.h ../include/tkeys.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/tscrollb.o:: $(DEPS_175)
	$(RHIDE_COMPILE.cc.o)
DEPS_176=tscrolle.cc ../include/drawbuf.h ../include/event.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/palette.h\
	../include/point.h ../include/pstream.h ../include/rect.h\
	../include/scrlbar.h ../include/scroller.h ../include/stddlg.h\
	../include/streambl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/tscrolle.o:: $(DEPS_176)
	$(RHIDE_COMPILE.cc.o)
DEPS_177=tsortedc.cc ../include/collectn.h ../include/intl.h\
	../include/ipstream.h ../include/nscoll.h ../include/nssorcol.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/pstream.h ../include/sortcoll.h ../include/stddlg.h\
	../include/streambl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/views.h
obj/tsortedc.o:: $(DEPS_177)
	$(RHIDE_COMPILE.cc.o)
DEPS_178=tsortedl.cc ../include/collectn.h ../include/dialogs.h\
	../include/drawbuf.h ../include/event.h ../include/intl.h\
	../include/ipstream.h ../include/listbox.h ../include/lstviewr.h\
	../include/nscoll.h ../include/nssorcol.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/point.h\
	../include/pstream.h ../include/sortcoll.h ../include/sortlibo.h\
	../include/stddlg.h ../include/streambl.h ../include/system.h\
	../include/tkeys.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h
obj/tsortedl.o:: $(DEPS_178)
	$(RHIDE_COMPILE.cc.o)
DEPS_179=tstatict.cc ../include/dialogs.h ../include/drawbuf.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/palette.h\
	../include/point.h ../include/pstream.h ../include/stddlg.h\
	../include/streambl.h ../include/sttctext.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/tstatict.o:: $(DEPS_179)
	$(RHIDE_COMPILE.cc.o)
DEPS_180=tstatusd.cc ../include/intl.h ../include/ipstream.h\
	../include/menus.h ../include/opstream.h ../include/pstream.h\
	../include/statsdef.h ../include/statsitm.h ../include/stddlg.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvutil.h\
	../include/views.h
obj/tstatusd.o:: $(DEPS_180)
	$(RHIDE_COMPILE.cc.o)
DEPS_181=tstatusl.cc ../include/drawbuf.h ../include/event.h\
	../include/intl.h ../include/ipstream.h ../include/menus.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/palette.h ../include/point.h ../include/pstream.h\
	../include/statsdef.h ../include/statsitm.h ../include/statslin.h\
	../include/stddlg.h ../include/streambl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/tstatusl.o:: $(DEPS_181)
	$(RHIDE_COMPILE.cc.o)
DEPS_182=tstrinde.cc ../include/intl.h ../include/ipstream.h\
	../include/opstream.h ../include/pstream.h ../include/resource.h\
	../include/stddlg.h ../include/strinrec.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvutil.h ../include/views.h
obj/tstrinde.o:: $(DEPS_182)
	$(RHIDE_COMPILE.cc.o)
DEPS_183=tstringc.cc ../include/collectn.h ../include/intl.h\
	../include/ipstream.h ../include/nscoll.h ../include/nssorcol.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/pstream.h ../include/resource.h ../include/sortcoll.h\
	../include/stddlg.h ../include/streambl.h ../include/strncoll.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/views.h
obj/tstringc.o:: $(DEPS_183)
	$(RHIDE_COMPILE.cc.o)
DEPS_184=tstringl.cc ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/opstream.h ../include/pstream.h\
	../include/resource.h ../include/stddlg.h ../include/streambl.h\
	../include/strilist.h ../include/strinrec.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/views.h
obj/tstringl.o:: $(DEPS_184)
	$(RHIDE_COMPILE.cc.o)
DEPS_185=tstrlist.cc ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/opstream.h ../include/pstream.h\
	../include/resource.h ../include/stddlg.h ../include/streambl.h\
	../include/strilist.h ../include/strinrec.h ../include/strlistm.h\
	../include/system.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/views.h
obj/tstrlist.o:: $(DEPS_185)
	$(RHIDE_COMPILE.cc.o)
DEPS_186=tstrmcla.cc ../include/intl.h ../include/ipstream.h\
	../include/opstream.h ../include/pstream.h ../include/stddlg.h\
	../include/strmblcl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvutil.h ../include/views.h
obj/tstrmcla.o:: $(DEPS_186)
	$(RHIDE_COMPILE.cc.o)
DEPS_187=tstrmtyp.cc ../include/intl.h ../include/ipstream.h\
	../include/nscoll.h ../include/nssorcol.h ../include/object.h\
	../include/opstream.h ../include/pstream.h ../include/stddlg.h\
	../include/strmblcl.h ../include/strmblty.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/views.h
obj/tstrmtyp.o:: $(DEPS_187)
	$(RHIDE_COMPILE.cc.o)
DEPS_188=tsubmenu.cc ../include/intl.h ../include/ipstream.h\
	../include/menu.h ../include/menuitem.h ../include/menus.h\
	../include/opstream.h ../include/pstream.h ../include/stddlg.h\
	../include/submenu.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvutil.h ../include/views.h
obj/tsubmenu.o:: $(DEPS_188)
	$(RHIDE_COMPILE.cc.o)
DEPS_189=ttermina.cc ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/otstream.h ../include/point.h\
	../include/pstream.h ../include/scroller.h ../include/stddlg.h\
	../include/streambl.h ../include/system.h ../include/terminal.h\
	../include/textdev.h ../include/textview.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h
obj/ttermina.o:: $(DEPS_189)
	$(RHIDE_COMPILE.cc.o)
DEPS_190=ttextdev.cc ../include/drawbuf.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/point.h ../include/pstream.h\
	../include/scroller.h ../include/stddlg.h ../include/streambl.h\
	../include/system.h ../include/textdev.h ../include/textview.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/ttextdev.o:: $(DEPS_190)
	$(RHIDE_COMPILE.cc.o)
DEPS_191=tvalidat.cc ../include/intl.h ../include/ipstream.h\
	../include/object.h ../include/opstream.h ../include/pstream.h\
	../include/stddlg.h ../include/streambl.h ../include/system.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/validate.h ../include/views.h
obj/tvalidat.o:: $(DEPS_191)
	$(RHIDE_COMPILE.cc.o)
DEPS_192=tview.cc ../include/cmdset.h ../include/drawbuf.h\
	../include/event.h ../include/eventqu.h ../include/group.h\
	../include/intl.h ../include/ipstream.h ../include/object.h\
	../include/objects.h ../include/opstream.h ../include/palette.h\
	../include/point.h ../include/pstream.h ../include/rect.h\
	../include/screen.h ../include/stddlg.h ../include/streambl.h\
	../include/system.h ../include/tkeyext.h ../include/tkeys.h\
	../include/tobjstrm.h ../include/ttypes.h ../include/tv.h\
	../include/tvconfig.h ../include/tvobjs.h ../include/tvutil.h\
	../include/view.h ../include/views.h
obj/tview.o:: $(DEPS_192)
	$(RHIDE_COMPILE.cc.o)
DEPS_193=tvtext1.cc ../include/app.h ../include/button.h\
	../include/checkbox.h ../include/clrdlg.h ../include/clrselct.h\
	../include/cluster.h ../include/colorsel.h ../include/desktop.h\
	../include/dialog.h ../include/dialogs.h ../include/dirlibo.h\
	../include/drawbuf.h ../include/filinfpn.h ../include/frame.h\
	../include/group.h ../include/history.h ../include/indicato.h\
	../include/inputln.h ../include/intl.h ../include/ipstream.h\
	../include/listbox.h ../include/lstviewr.h ../include/menubox.h\
	../include/menus.h ../include/menuview.h ../include/mnoselct.h\
	../include/object.h ../include/objects.h ../include/opstream.h\
	../include/point.h ../include/pstream.h ../include/radiobtn.h\
	../include/rect.h ../include/screen.h ../include/scrlbar.h\
	../include/searchrc.h ../include/statslin.h ../include/stddlg.h\
	../include/streambl.h ../include/system.h ../include/tobjstrm.h\
	../include/ttypes.h ../include/tv.h ../include/tvconfig.h\
	../include/tvobjs.h ../include/tvutil.h ../include/view.h\
	../include/views.h ../include/window.h
obj/tvtext1.o:: $(DEPS_193)
	$(RHIDE_COMPILE.cc.o)
DEPS_194=tvtext2.cc
obj/tvtext2.o:: $(DEPS_194)
	$(RHIDE_COMPILE.cc.o)
DEPS_195=tweaked.c
obj/tweaked.o:: $(DEPS_195)
	$(RHIDE_COMPILE.c.o)
DEPS_196=twindow.cc ../include/drawbuf.h ../include/event.h\
	../include/frame.h ../include/group.h ../include/intl.h\
	../include/ipstream.h ../include/object.h ../include/objects.h\
	../include/opstream.h ../include/palette.h ../include/point.h\
	../include/pstream.h ../include/rect.h ../include/scrlbar.h\
	../include/stddlg.h ../include/streambl.h ../include/system.h\
	../include/tkeys.h ../include/tobjstrm.h ../include/ttypes.h\
	../include/tv.h ../include/tvconfig.h ../include/tvobjs.h\
	../include/tvutil.h ../include/view.h ../include/views.h\
	../include/window.h
obj/twindow.o:: $(DEPS_196)
	$(RHIDE_COMPILE.cc.o)
DEPS_197=vesa.cc
obj/vesa.o:: $(DEPS_197)
	$(RHIDE_COMPILE.cc.o)
DEPS_198=vga.cc
obj/vga.o:: $(DEPS_198)
	$(RHIDE_COMPILE.cc.o)
all:: libtv.a
