summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/gui
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/xdvik/gui')
-rw-r--r--Build/source/texk/xdvik/gui/Makefile.in-22.84.1584
-rw-r--r--Build/source/texk/xdvik/gui/Tip.c4
-rw-r--r--Build/source/texk/xdvik/gui/depend.mk1286
-rw-r--r--Build/source/texk/xdvik/gui/depend.mk.orig559
-rw-r--r--Build/source/texk/xdvik/gui/message-window.c37
-rw-r--r--Build/source/texk/xdvik/gui/print-dialog.c10
-rw-r--r--Build/source/texk/xdvik/gui/search-dialog.c2
-rw-r--r--Build/source/texk/xdvik/gui/sfDraw.c9
-rw-r--r--Build/source/texk/xdvik/gui/sfSelFile.c22
-rw-r--r--Build/source/texk/xdvik/gui/xaw_menu.c4
-rw-r--r--Build/source/texk/xdvik/gui/xlwradio.c2
-rw-r--r--Build/source/texk/xdvik/gui/xm_menu.c4
-rw-r--r--Build/source/texk/xdvik/gui/xm_prefs_helpers.c8
13 files changed, 141 insertions, 1890 deletions
diff --git a/Build/source/texk/xdvik/gui/Makefile.in-22.84.15 b/Build/source/texk/xdvik/gui/Makefile.in-22.84.15
new file mode 100644
index 00000000000..125e595dfcb
--- /dev/null
+++ b/Build/source/texk/xdvik/gui/Makefile.in-22.84.15
@@ -0,0 +1,84 @@
+# @configure_input@
+# Makefile for xdvik
+#
+# - 1999/05/08: janl: Removed submakes for libwww and kpathsea. That's what
+# the top makefile is for!
+#
+
+
+### NOTE: kpse_include paths must be relative to texk/xdvik, since that
+### is from where the configure is run!
+kpse_include ../make/paths.mk
+kpse_include ../make/library.mk
+kpse_include ../make/common.mk
+kpse_include ../make/programs.mk
+
+kpathsea_parent = ../..
+
+# additional flags for kpathsea
+LIBKPATHSEACPPFLAGS=@LIBKPATHSEACPPFLAGS@
+
+CPP = @CPP@
+RANLIB = @RANLIB@
+
+# Make `#include <X11/...>' and `-lX...' work.
+# This matches web2c (needed only for Metafont).
+x_cppflags = @X_CFLAGS@
+
+# Extra xdvi-specific compiler options.
+ps_def = @PS_DEF@ -DXSERVER_INFO
+prog_cflags = @XTRA_WARN_CFLAGS@ $(LIBKPATHSEACPPFLAGS) -I.. -I$(srcdir)/.. $(x_cppflags) $(ps_def)
+
+# Note: to be able to use one depend.mk file for both Motif/Xaw (which
+# is needed since only maintainers are supposed to invoke `make depend')
+# we include *all* object files and have tests for #ifdef MOTIF/XAW inside
+# the files.
+objects = \
+ help-window.o \
+ message-window.o \
+ mag.o \
+ menu.o \
+ Panner.o \
+ pagesel.o \
+ print-dialog.o \
+ print-log.o \
+ search-dialog.o \
+ selection.o \
+ sfDir.o \
+ sfDraw.o \
+ sfPath.o \
+ sfSelFile.o \
+ statusline.o \
+ Tip.o \
+ topic-window.o \
+ xaw_bitmaps.o \
+ xaw_menu.o \
+ xicon.o \
+ xlwradio.o \
+ xm_colorsel.o \
+ xm_filesel.o \
+ xm_menu.o \
+ xm_prefs.o \
+ xm_prefs_appearance.o \
+ xm_prefs_fonts.o \
+ xm_prefs_page.o \
+ xm_prefs_scroll.o \
+ xm_prefs_helpers.o \
+ xm_toolbar.o
+
+libgui.a: $(objects)
+### hmm, I don't understand ar ... sometimes objects were NOT replaced.
+### Play it safe and always remove the archive before creating new one.
+ rm -f $@
+ $(AR) $(ARFLAGS) $@ $(objects)
+ $(RANLIB) $@
+
+kpse_include ../make/dist.mk
+kpse_include ../make/clean.mk
+
+clean::
+ rm -f *.o *.a
+
+c_auto_h_dir = ..
+kpse_include ../make/rdepend.mk
+kpse_include ./gui/depend.mk
diff --git a/Build/source/texk/xdvik/gui/Tip.c b/Build/source/texk/xdvik/gui/Tip.c
index 1033a54cc29..d0d7cd328a0 100644
--- a/Build/source/texk/xdvik/gui/Tip.c
+++ b/Build/source/texk/xdvik/gui/Tip.c
@@ -131,10 +131,10 @@ static XtResource resources[] = {
XtRString, "fixed"},
{XmNwaitPeriod, XmCWaitPeriod,
XtRInt, sizeof(int), offset(tip.waitPeriod),
- XtRImmediate, (XtPointer) 800},
+ XtRImmediate, (XtPointer)(ptrdiff_t)800},
{XmNcancelWaitPeriod, XmCCancelWaitPeriod,
XtRInt, sizeof(int), offset(tip.cwp),
- XtRImmediate, (XtPointer) 250},
+ XtRImmediate, (XtPointer)(ptrdiff_t)250},
};
#undef offset
diff --git a/Build/source/texk/xdvik/gui/depend.mk b/Build/source/texk/xdvik/gui/depend.mk
deleted file mode 100644
index 29339a59251..00000000000
--- a/Build/source/texk/xdvik/gui/depend.mk
+++ /dev/null
@@ -1,1286 +0,0 @@
-Panner.o: Panner.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../string-utils.h \
- ../my-vsnprintf.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h
-Tip.o: Tip.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- Tip.h \
- ../xdvi-debug.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h
-help-window.o: help-window.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../version.h \
- message-window.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../x_util.h \
- ../string-utils.h \
- ../my-vsnprintf.h \
- ../util.h \
- topic-window.h \
- help-window.h
-mag.o: mag.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../c-openmx.h \
- $(kpathsea_srcdir)/c-limits.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../events.h \
- ../dvi-draw.h \
- ../dvi-init.h \
- statusline.h \
- ../hypertex.h \
- mag.h \
- xm_toolbar.h \
- xm_menu.h \
- menu.h \
- xaw_menu.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- pagesel.h
-menu.o: menu.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../events.h \
- menu.h \
- xm_menu.h \
- xaw_menu.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h
-message-window.o: \
- message-window.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../string-utils.h \
- ../my-vsnprintf.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../util.h \
- ../x_util.h \
- message-window.h
-pagesel.o: pagesel.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- xm_toolbar.h \
- xm_menu.h \
- menu.h \
- ../events.h \
- xaw_menu.h \
- ../x_util.h \
- message-window.h \
- pagesel.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../string-utils.h \
- ../my-vsnprintf.h \
- ../util.h \
- ../dvi-init.h \
- statusline.h \
- print-dialog.h \
- ../print-internal.h \
- ../dvi-init.h \
- ../search-internal.h \
- search-dialog.h \
- ../dvisel.h \
- ../print-internal.h \
- ../pagehist.h
-print-dialog.o: print-dialog.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../my-vsnprintf.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- print-dialog.h \
- ../print-internal.h \
- ../dvi-init.h \
- print-log.h \
- ../events.h \
- ../dvi-init.h \
- ../string-utils.h \
- ../my-vsnprintf.h \
- ../util.h \
- ../x_util.h \
- message-window.h \
- pagesel.h \
- ../my-snprintf.h \
- sfSelFile.h \
- ../dvisel.h \
- ../print-internal.h \
- xlwradio.h \
- statusline.h \
- search-dialog.h \
- ../search-internal.h \
- search-dialog.h \
- ../dvisel.h \
- ../special.h
-print-log.o: print-log.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../xdvi-debug.h \
- print-dialog.h \
- ../print-internal.h \
- ../dvi-init.h \
- print-log.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../string-utils.h \
- ../my-vsnprintf.h \
- ../util.h \
- ../x_util.h \
- xlwradio.h
-search-dialog.o: search-dialog.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../events.h \
- ../dvi-init.h \
- search-dialog.h \
- ../search-internal.h \
- search-dialog.h \
- ../dvisel.h \
- ../dvi-init.h \
- ../print-internal.h \
- xlwradio.h \
- statusline.h \
- ../string-utils.h \
- ../my-vsnprintf.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../string_list.h \
- ../util.h \
- message-window.h \
- ../x_util.h \
- xm_menu.h \
- menu.h \
- xaw_menu.h
-selection.o: selection.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../events.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../encodings.h \
- message-window.h \
- selection.h \
- statusline.h
-sfDir.o: sfDir.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h sfDir.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-stat.h
-sfDraw.o: sfDraw.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-stat.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- sfDraw.h \
- sfDir.h \
- $(kpathsea_srcdir)/c-dir.h \
- sfPath.h
-sfPath.o: sfPath.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-stat.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- sfDir.h \
- $(kpathsea_srcdir)/c-dir.h \
- sfDraw.h \
- sfPath.h \
- sfSelFile.h
-sfSelFile.o: sfSelFile.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../dvi-init.h \
- message-window.h \
- $(kpathsea_srcdir)/c-stat.h \
- sfDir.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_srcdir)/c-dir.h \
- sfPath.h \
- sfDraw.h \
- sfSelFile.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- xlwradio.h \
- ../x_util.h \
- $(kpathsea_srcdir)/c-fopen.h
-statusline.o: statusline.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../version.h \
- statusline.h \
- xm_menu.h \
- menu.h \
- ../events.h \
- xaw_menu.h \
- ../x_util.h \
- ../pagehist.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../my-vsnprintf.h \
- ../util.h
-topic-window.o: topic-window.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../version.h \
- topic-window.h \
- ../string-utils.h \
- ../my-vsnprintf.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../util.h \
- ../x_util.h
-xaw_bitmaps.o: xaw_bitmaps.c \
- xaw_bitmaps.h
-xaw_menu.o: xaw_menu.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../c-openmx.h \
- ../events.h \
- ../dvi-draw.h \
- ../dvi-init.h \
- statusline.h \
- pagesel.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../x_util.h \
- xaw_menu.h \
- menu.h \
- xm_menu.h \
- message-window.h \
- ../my-snprintf.h \
- ../filehist.h \
- xaw_bitmaps.h
-xicon.o: xicon.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- xicon.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../xdvi-debug.h \
- ../xdvi.icon \
- ../pixmaps/xdvi32x32.xpm \
- ../pixmaps/xdvi16x16.xpm \
- ../pixmaps/xdvi48x48.xpm
-xlwradio.o: xlwradio.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../xdvi-debug.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- xaw_bitmaps.h \
- xlwradioP.h \
- xlwradio.h
-xm_colorsel.o: xm_colorsel.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- Tip.h \
- ../x_util.h \
- xm_colorsel.h \
- xm_prefsP.h \
- xm_prefs.h \
- ../events.h \
- ../dvi-draw.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- topic-window.h \
- ../version.h \
- ../search-internal.h \
- search-dialog.h \
- ../dvisel.h \
- ../dvi-init.h \
- ../print-internal.h
-xm_filesel.o: xm_filesel.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- sfSelFile.h \
- ../dvi.h \
- ../string-utils.h \
- ../my-vsnprintf.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../util.h \
- ../events.h \
- message-window.h \
- ../dvi-init.h \
- ../x_util.h
-xm_menu.o: xm_menu.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- xm_menu.h \
- menu.h \
- ../events.h \
- xaw_menu.h \
- xm_toolbar.h \
- ../my-snprintf.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../x_util.h \
- ../version.h \
- statusline.h \
- ../pagehist.h \
- ../dvi-init.h \
- ../filehist.h \
- ../c-openmx.h \
- message-window.h
-xm_prefs.o: xm_prefs.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../x_util.h \
- xm_colorsel.h \
- topic-window.h \
- ../version.h \
- message-window.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../events.h \
- xm_prefsP.h \
- xm_prefs.h \
- xm_prefs_appearance.h \
- xm_prefs_fonts.h \
- xm_prefs_helpers.h \
- xm_prefs_page.h \
- xm_prefs_scroll.h \
- ../dvi-draw.h \
- ../search-internal.h \
- search-dialog.h \
- ../dvisel.h \
- ../dvi-init.h \
- ../print-internal.h \
- statusline.h \
- xm_toolbar.h \
- xm_menu.h \
- menu.h \
- xaw_menu.h \
- pagesel.h
-xm_prefs_appearance.o: \
- xm_prefs_appearance.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../x_util.h \
- ../my-snprintf.h \
- xm_colorsel.h \
- topic-window.h \
- ../version.h \
- message-window.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../events.h \
- xm_toolbar.h \
- xm_menu.h \
- menu.h \
- xaw_menu.h \
- statusline.h \
- pagesel.h \
- xm_prefsP.h \
- xm_prefs_appearance.h
-xm_prefs_fonts.o: \
- xm_prefs_fonts.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../x_util.h \
- xm_colorsel.h \
- topic-window.h \
- ../version.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../events.h \
- ../hypertex.h \
- ../my-snprintf.h \
- xm_prefsP.h \
- xm_prefs_fonts.h
-xm_prefs_helpers.o: \
- xm_prefs_helpers.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../x_util.h \
- xm_colorsel.h \
- topic-window.h \
- ../version.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../string-utils.h \
- ../my-vsnprintf.h \
- ../util.h \
- ../string_list.h \
- message-window.h \
- ../events.h \
- xm_menu.h \
- menu.h \
- xaw_menu.h \
- xm_prefsP.h \
- xm_prefs.h \
- xm_prefs_helpers.h
-xm_prefs_page.o: xm_prefs_page.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../x_util.h \
- xm_colorsel.h \
- topic-window.h \
- ../version.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../events.h \
- statusline.h \
- xm_prefsP.h \
- xm_prefs_page.h \
- ../my-snprintf.h
-xm_prefs_scroll.o: \
- xm_prefs_scroll.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- ../x_util.h \
- xm_colorsel.h \
- topic-window.h \
- ../version.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- ../events.h \
- ../events.h \
- ../dvi-init.h \
- statusline.h \
- xm_prefsP.h \
- xm_prefs_scroll.h \
- ../my-snprintf.h
-xm_toolbar.o: xm_toolbar.c \
- ../xdvi-config.h \
- $(kpathsea_dir)/c-auto.h \
- ../xdvi.h \
- ../xdvi-config.h \
- ../xdvi-debug.h \
- ../xdvi.h \
- ../version.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h \
- $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h \
- $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h \
- $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/c-fopen.h \
- pagesel.h \
- help-window.h \
- message-window.h \
- $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/c-vararg.h \
- $(kpathsea_srcdir)/expand.h \
- statusline.h \
- ../dvi-init.h \
- ../events.h \
- ../dvi-draw.h \
- xm_menu.h \
- menu.h \
- xaw_menu.h \
- xm_toolbar.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h \
- ../x_util.h \
- Tip.h \
- ../c-openmx.h \
- ../pixmaps/toolbar.xpm
diff --git a/Build/source/texk/xdvik/gui/depend.mk.orig b/Build/source/texk/xdvik/gui/depend.mk.orig
deleted file mode 100644
index 7b968b7c351..00000000000
--- a/Build/source/texk/xdvik/gui/depend.mk.orig
+++ /dev/null
@@ -1,559 +0,0 @@
-Panner.o: Panner.c ../xdvi-config.h ../c-auto.h ../xdvi.h ../xdvi-debug.h \
- ../version.h $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/config.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../string-utils.h ../my-vsnprintf.h
-Tip.o: Tip.c ../xdvi-config.h ../c-auto.h ../xdvi.h ../xdvi-debug.h \
- ../version.h $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/config.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- Tip.h \
- ../util.h $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h
-help-window.o: help-window.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- message-window.h \
- ../util.h $(kpathsea_srcdir)/c-stat.h $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h ../x_util.h ../string-utils.h \
- ../my-vsnprintf.h topic-window.h help-window.h
-mag.o: mag.c \
- ../xdvi-config.h ../c-auto.h \
- ../c-openmx.h $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/systypes.h \
- ../xdvi.h ../xdvi-debug.h ../version.h \
- $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h $(kpathsea_srcdir)/types.h \
- $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../events.h ../dvi-draw.h ../dvi-init.h statusline.h ../hypertex.h \
- mag.h xm_toolbar.h xm_menu.h menu.h xaw_menu.h ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- pagesel.h
-menu.o: menu.c ../xdvi-config.h ../c-auto.h ../xdvi.h ../xdvi-debug.h \
- ../version.h $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/config.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../events.h menu.h xm_menu.h xaw_menu.h ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h
-message-window.o: message-window.c \
- ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../string-utils.h ../my-vsnprintf.h \
- ../util.h $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h ../x_util.h message-window.h
-pagesel.o: pagesel.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- xm_toolbar.h xm_menu.h menu.h ../events.h xaw_menu.h ../x_util.h \
- message-window.h pagesel.h ../util.h $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../string-utils.h ../my-vsnprintf.h \
- ../dvi-init.h statusline.h print-dialog.h ../print-internal.h \
- ../search-internal.h search-dialog.h ../dvisel.h ../pagehist.h
-print-dialog.o: print-dialog.c \
- ../xdvi-config.h ../c-auto.h ../xdvi.h ../xdvi-debug.h ../version.h \
- $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../my-vsnprintf.h print-dialog.h \
- ../print-internal.h ../dvi-init.h print-log.h ../events.h \
- ../string-utils.h ../util.h $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../x_util.h message-window.h pagesel.h \
- ../my-snprintf.h sfSelFile.h ../dvisel.h xlwradio.h statusline.h \
- search-dialog.h ../search-internal.h ../special.h
-print-log.o: print-log.c \
- ../xdvi-config.h ../c-auto.h ../xdvi.h ../xdvi-debug.h ../version.h \
- $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- print-dialog.h ../print-internal.h ../dvi-init.h print-log.h ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h ../string-utils.h \
- ../my-vsnprintf.h ../x_util.h xlwradio.h
-search-dialog.o: search-dialog.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../events.h ../dvi-init.h search-dialog.h ../search-internal.h \
- ../dvisel.h ../print-internal.h xlwradio.h statusline.h \
- ../string-utils.h ../my-vsnprintf.h ../string_list.h ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- message-window.h ../x_util.h xm_menu.h menu.h \
- xaw_menu.h
-selection.o: selection.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../events.h ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../encodings.h message-window.h selection.h \
- statusline.h
-sfDir.o: sfDir.c ../xdvi-config.h ../c-auto.h sfDir.h \
- $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-stat.h
-sfDraw.o: sfDraw.c ../xdvi-config.h ../c-auto.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-stat.h \
- ../xdvi.h ../xdvi-debug.h ../version.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- sfDraw.h \
- sfDir.h sfPath.h
-sfPath.o: sfPath.c ../xdvi-config.h ../c-auto.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-stat.h \
- ../xdvi.h ../xdvi-debug.h ../version.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- sfDir.h \
- sfDraw.h sfPath.h sfSelFile.h
-sfSelFile.o: sfSelFile.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../dvi-init.h message-window.h $(kpathsea_srcdir)/c-stat.h \
- sfDir.h sfPath.h \
- sfDraw.h sfSelFile.h ../util.h $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h xlwradio.h ../x_util.h
-statusline.o: statusline.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- statusline.h xm_menu.h menu.h ../events.h xaw_menu.h ../x_util.h \
- ../pagehist.h ../util.h $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../my-vsnprintf.h
-topic-window.o: topic-window.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- topic-window.h ../string-utils.h \
- ../my-vsnprintf.h ../util.h $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h ../x_util.h
-xaw_bitmaps.o: xaw_bitmaps.c xaw_bitmaps.h
-xaw_menu.o: xaw_menu.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../c-openmx.h ../events.h ../dvi-draw.h ../dvi-init.h statusline.h \
- pagesel.h ../util.h $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../x_util.h xaw_menu.h menu.h xm_menu.h \
- message-window.h ../my-snprintf.h ../filehist.h
-xicon.o: xicon.c ../xdvi-config.h ../c-auto.h ../xdvi.h ../xdvi-debug.h \
- ../version.h $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/config.h \
- $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- xicon.h \
- ../util.h $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h \
- ../xdvi.icon ../pixmaps/xdvi32x32.xpm ../pixmaps/xdvi16x16.xpm \
- ../pixmaps/xdvi48x48.xpm
-xlwradio.o: xlwradio.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h xaw_bitmaps.h xlwradioP.h \
- xlwradio.h
-xm_colorsel.o: xm_colorsel.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- Tip.h \
- ../x_util.h xm_colorsel.h xm_prefsP.h xm_prefs.h ../events.h \
- ../dvi-draw.h ../util.h $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- topic-window.h ../search-internal.h \
- search-dialog.h ../dvisel.h ../dvi-init.h ../print-internal.h
-xm_filesel.o: xm_filesel.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- sfSelFile.h ../dvi.h ../string-utils.h ../my-vsnprintf.h ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h message-window.h ../dvi-init.h \
- ../x_util.h
-xm_menu.o: xm_menu.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- xm_menu.h \
- menu.h ../events.h xaw_menu.h xm_toolbar.h ../my-snprintf.h ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../x_util.h statusline.h ../pagehist.h \
- ../dvi-init.h ../filehist.h ../c-openmx.h message-window.h
-xm_prefs.o: xm_prefs.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../x_util.h xm_colorsel.h topic-window.h message-window.h ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h xm_prefsP.h xm_prefs.h \
- xm_prefs_appearance.h xm_prefs_fonts.h xm_prefs_helpers.h \
- xm_prefs_page.h xm_prefs_scroll.h ../dvi-draw.h ../search-internal.h \
- search-dialog.h ../dvisel.h ../dvi-init.h ../print-internal.h \
- statusline.h xm_toolbar.h xm_menu.h menu.h xaw_menu.h pagesel.h
-xm_prefs_appearance.o: xm_prefs_appearance.c ../xdvi-config.h ../c-auto.h \
- ../xdvi.h ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../x_util.h ../my-snprintf.h xm_colorsel.h topic-window.h \
- message-window.h ../util.h $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h xm_toolbar.h xm_menu.h menu.h \
- xaw_menu.h statusline.h pagesel.h xm_prefsP.h xm_prefs_appearance.h
-xm_prefs_fonts.o: xm_prefs_fonts.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../x_util.h xm_colorsel.h topic-window.h ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h ../hypertex.h ../my-snprintf.h \
- xm_prefsP.h xm_prefs_fonts.h
-xm_prefs_helpers.o: xm_prefs_helpers.c ../xdvi-config.h ../c-auto.h \
- ../xdvi.h ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../x_util.h xm_colorsel.h topic-window.h ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h ../string-utils.h \
- ../my-vsnprintf.h ../string_list.h message-window.h xm_menu.h menu.h \
- xaw_menu.h xm_prefsP.h xm_prefs.h xm_prefs_helpers.h
-xm_prefs_page.o: xm_prefs_page.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../x_util.h xm_colorsel.h topic-window.h ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h statusline.h xm_prefsP.h \
- xm_prefs_page.h ../my-snprintf.h
-xm_prefs_scroll.o: xm_prefs_scroll.c ../xdvi-config.h ../c-auto.h \
- ../xdvi.h ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- ../x_util.h xm_colorsel.h topic-window.h ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- $(kpathsea_srcdir)/tex-file.h \
- ../events.h ../dvi-init.h statusline.h \
- xm_prefsP.h xm_prefs_scroll.h ../my-snprintf.h
-xm_toolbar.o: xm_toolbar.c ../xdvi-config.h ../c-auto.h ../xdvi.h \
- ../xdvi-debug.h ../version.h $(kpathsea_dir)/c-auto.h \
- $(kpathsea_srcdir)/config.h $(kpathsea_srcdir)/c-std.h \
- $(kpathsea_srcdir)/c-unistd.h $(kpathsea_srcdir)/systypes.h \
- $(kpathsea_srcdir)/c-memstr.h \
- $(kpathsea_srcdir)/c-errno.h \
- $(kpathsea_srcdir)/c-minmax.h \
- $(kpathsea_srcdir)/c-limits.h \
- $(kpathsea_srcdir)/c-proto.h $(kpathsea_srcdir)/debug.h \
- $(kpathsea_srcdir)/types.h $(kpathsea_srcdir)/lib.h $(kpathsea_srcdir)/progname.h \
- $(kpathsea_srcdir)/c-pathmx.h \
- $(kpathsea_srcdir)/c-dir.h \
- $(kpathsea_srcdir)/c-vararg.h $(kpathsea_srcdir)/c-fopen.h \
- pagesel.h \
- help-window.h message-window.h $(kpathsea_srcdir)/tex-file.h \
- $(kpathsea_srcdir)/expand.h statusline.h ../dvi-init.h ../events.h \
- ../dvi-draw.h xm_menu.h menu.h xaw_menu.h xm_toolbar.h ../util.h \
- $(kpathsea_srcdir)/c-stat.h \
- $(kpathsea_srcdir)/hash.h \
- ../x_util.h Tip.h \
- ../c-openmx.h ../pixmaps/toolbar.xpm
diff --git a/Build/source/texk/xdvik/gui/message-window.c b/Build/source/texk/xdvik/gui/message-window.c
index 832bc80dbc7..a034c8cdbde 100644
--- a/Build/source/texk/xdvik/gui/message-window.c
+++ b/Build/source/texk/xdvik/gui/message-window.c
@@ -235,21 +235,24 @@ static XtActionsRec popdown_actions[] = {
static void
ok_action(Widget w, XtPointer client_data, XtPointer call_data)
{
- int idx = -1;
+ XtPointer p;
+ ptrdiff_t idx = -1;
UNUSED(call_data);
#if MOTIF
UNUSED(client_data);
- XtVaGetValues(w, XmNuserData, &idx, NULL);
+ XtVaGetValues(w, XmNuserData, &p, NULL);
+ idx = (ptrdiff_t)p;
ASSERT(idx >= 0, "Couldn't get idx from XmNuserData!");
#else
+ UNUSED(p);
UNUSED(w);
- idx = (int)client_data;
+ idx = (ptrdiff_t)client_data;
#endif
#if DEBUG
- fprintf(stderr, "quit_action called for popup %d\n", idx);
+ fprintf(stderr, "ok_action called for popup %ld\n", idx);
#endif
ASSERT(idx >= 0 && idx < MAX_POPUPS, "Invalid widget index in ok_action()");
@@ -308,7 +311,8 @@ help_action(Widget w, XtPointer client_data, XtPointer call_data)
static void
cancel_action(Widget w, XtPointer client_data, XtPointer call_data)
{
- int idx = -1;
+ XtPointer p;
+ ptrdiff_t idx = -1;
UNUSED(call_data);
@@ -319,16 +323,19 @@ cancel_action(Widget w, XtPointer client_data, XtPointer call_data)
/* invoked by the WM, get the messagebox child */
Widget child;
if (get_widget_by_name(&child, w, Xdvi_MESSAGE_DIALOG_NAME, True)) {
- XtVaGetValues(child, XmNuserData, &idx, NULL);
+ XtVaGetValues(child, XmNuserData, &p, NULL);
+ idx = (ptrdiff_t)p;
}
}
else {
- XtVaGetValues(w, XmNuserData, &idx, NULL);
+ XtVaGetValues(w, XmNuserData, &p, NULL);
+ idx = (ptrdiff_t)p;
}
ASSERT(idx >= 0, "Couldn't get idx from XmNuserData!");
#else
+ UNUSED(p);
UNUSED(w);
- idx = (int)client_data;
+ idx = (ptrdiff_t)client_data;
#endif
ASSERT(idx >= 0 && idx < MAX_POPUPS, "Invalid widget index in cancel_action()");
@@ -358,13 +365,15 @@ cancel_action(Widget w, XtPointer client_data, XtPointer call_data)
static void
not_ok_action(Widget w, XtPointer client_data, XtPointer call_data)
{
- /* Note: unmanage the parent of the button */
- int idx = -1;
+ /* Note: unmanages the parent of the button */
+ XtPointer p;
+ ptrdiff_t idx = -1;
UNUSED(client_data);
UNUSED(call_data);
- XtVaGetValues(w, XmNuserData, &idx, NULL);
+ XtVaGetValues(w, XmNuserData, &p, NULL);
+ idx = (ptrdiff_t)p;
ASSERT(idx >= 0, "Couldn't get idx from XmNuserData!");
ASSERT(idx >= 0 && idx < MAX_POPUPS, "Invalid widget index in ok_action()");
@@ -499,7 +508,7 @@ create_dialogs(popupMessageSizeHintT size,
XmNdialogType, XmDIALOG_WARNING, /* default */
XmNtraversalOn, True,
XmNhighlightOnEnter, True,
- XmNuserData, cnt,
+ XmNuserData, cast_int_to_XtPointer(cnt),
XmNtranslations, XtParseTranslationTable(translations_str),
NULL);
free(translations_str);
@@ -617,7 +626,7 @@ create_dialogs(popupMessageSizeHintT size,
XtOverrideTranslations(new_message_text, key_translations);
XtInstallAllAccelerators(new_message_box, new_message_ok);
- XtAddCallback(new_message_ok, XtNcallback, ok_action, (XtPointer)cnt);
+ XtAddCallback(new_message_ok, XtNcallback, ok_action, cast_int_to_XtPointer(cnt));
/* we create additional buttons in any case,
to make the sizing more consistent */
@@ -659,7 +668,7 @@ create_dialogs(popupMessageSizeHintT size,
}
if (cancel_button != NULL) {
- XtAddCallback(new_message_not_ok, XtNcallback, cancel_action, (XtPointer)cnt);
+ XtAddCallback(new_message_not_ok, XtNcallback, cancel_action, cast_int_to_XtPointer(cnt));
}
else {
XtUnmanageChild(new_message_not_ok);
diff --git a/Build/source/texk/xdvik/gui/print-dialog.c b/Build/source/texk/xdvik/gui/print-dialog.c
index 87e70a99cc1..5b489e2b51e 100644
--- a/Build/source/texk/xdvik/gui/print-dialog.c
+++ b/Build/source/texk/xdvik/gui/print-dialog.c
@@ -395,7 +395,7 @@ text_print_vs_save_callback(Widget widget, XtPointer closure, XEvent *ev, Boolea
XmToggleButtonGadgetSetState(radio_printer, widget == to_printer, True);
XmToggleButtonGadgetSetState(radio_file, widget != to_printer, True);
#else
- XawToggleSetCurrent(radio_printer, widget == to_printer ? (XtPointer)TO_PRINTER : (XtPointer)TO_FILE);
+ XawToggleSetCurrent(radio_printer, widget == to_printer ? cast_int_to_XtPointer(TO_PRINTER) : cast_int_to_XtPointer(TO_FILE));
#endif
}
}
@@ -421,7 +421,7 @@ text_page_range_callback(Widget widget, XtPointer closure, XEvent *ev, Boolean *
XmToggleButtonGadgetSetState(radio_selected, False, True);
XmToggleButtonGadgetSetState(radio_range, True, True);
#else
- XawToggleSetCurrent(radio_all, (XtPointer)PAGE_RANGE);
+ XawToggleSetCurrent(radio_all, cast_int_to_XtPointer(PAGE_RANGE));
#endif
}
}
@@ -1729,10 +1729,10 @@ xaw_create_dialog(struct save_or_print_info *info)
XSetWMProtocols(XtDisplay(info->shell), XtWindow(info->shell), &WM_DELETE_WINDOW, 1);
if (pageinfo_have_marked_pages()) {
- XawToggleSetCurrent(print_or_save_range_all_radio, (XtPointer)PAGE_MARKED);
+ XawToggleSetCurrent(print_or_save_range_all_radio, cast_int_to_XtPointer(PAGE_MARKED));
}
else if (info->page_selection == PAGE_MARKED) {
- XawToggleSetCurrent(print_or_save_range_all_radio, (XtPointer)PAGE_ALL);
+ XawToggleSetCurrent(print_or_save_range_all_radio, cast_int_to_XtPointer(PAGE_ALL));
}
#undef HORIZONTAL_RESIZING_NO
#undef HORIZONTAL_RESIZING_YES
@@ -2350,7 +2350,7 @@ notify_dialog(Widget w, pageRadioT *value_bak)
XtVaSetValues(radio_marked, XmNsensitive, True, NULL);
XmProcessTraversal(radio_marked, XmTRAVERSE_CURRENT);
#else
- XawToggleSetCurrent(radio_all, (XtPointer)PAGE_MARKED);
+ XawToggleSetCurrent(radio_all, cast_int_to_XtPointer(PAGE_MARKED));
XtVaSetValues(radio_marked, XtNsensitive, True, NULL);
#endif
}
diff --git a/Build/source/texk/xdvik/gui/search-dialog.c b/Build/source/texk/xdvik/gui/search-dialog.c
index e84e6c4ec40..000d0b05db4 100644
--- a/Build/source/texk/xdvik/gui/search-dialog.c
+++ b/Build/source/texk/xdvik/gui/search-dialog.c
@@ -927,7 +927,7 @@ create_search_window(struct search_settings *settings)
NULL);
if (resource.search_history_size < 10) {
/* usually the dropdown list shows 10 entries */
- XtVaSetValues(searchbox_input, XmNvisibleItemCount, resource.search_history_size);
+ XtVaSetValues(searchbox_input, XmNvisibleItemCount, resource.search_history_size, NULL);
}
/* free Motif strings */
diff --git a/Build/source/texk/xdvik/gui/sfDraw.c b/Build/source/texk/xdvik/gui/sfDraw.c
index 4d693c8c4cf..b017116e0d4 100644
--- a/Build/source/texk/xdvik/gui/sfDraw.c
+++ b/Build/source/texk/xdvik/gui/sfDraw.c
@@ -30,6 +30,7 @@
#include "kpathsea/config.h"
#include "kpathsea/c-stat.h"
#include "xdvi.h"
+#include "x_util.h"
#include "sfDraw.h"
#include "sfDir.h"
@@ -427,11 +428,11 @@ SFscrollTimer(XtPointer p, XtIntervalId *id)
{
SFDir *dir;
int save;
- int n;
+ ptrdiff_t n;
UNUSED(id);
- n = (int)p;
+ n = (ptrdiff_t)p;
fprintf(stderr, "SFscrollTimer called!\n");
@@ -462,7 +463,7 @@ SFscrollTimer(XtPointer p, XtIntervalId *id)
if (SFbuttonPressed) {
SFscrollTimerId = XtAppAddTimeOut(SFapp,
SFscrollTimerInterval(),
- SFscrollTimer, (XtPointer) n);
+ SFscrollTimer, (XtPointer)n);
}
}
@@ -501,7 +502,7 @@ SFnewInvertEntry(int n, XMotionEvent *event)
SFscrollTimerAdded = 1;
SFscrollTimerId = XtAppAddTimeOut(SFapp,
SFscrollTimerInterval(),
- SFscrollTimer, (XtPointer) n);
+ SFscrollTimer, cast_int_to_XtPointer(n));
}
}
diff --git a/Build/source/texk/xdvik/gui/sfSelFile.c b/Build/source/texk/xdvik/gui/sfSelFile.c
index 4980362ec86..a5b2e19d58c 100644
--- a/Build/source/texk/xdvik/gui/sfSelFile.c
+++ b/Build/source/texk/xdvik/gui/sfSelFile.c
@@ -163,7 +163,7 @@ SFexposeList(Widget w, XtPointer n, XEvent *event, Boolean *cont)
return;
}
- SFdrawList((int)n, SF_DO_NOT_SCROLL);
+ SFdrawList((ptrdiff_t)n, SF_DO_NOT_SCROLL);
}
@@ -557,9 +557,9 @@ SFcreateWidgets(Widget parent, struct filesel_callback *callback)
selFileLists[n], arglist, i);
XtAddCallback(selFileVScrolls[n], XtNjumpProc,
- (XtCallbackProc)SFvFloatSliderMovedCallback, (XtPointer) n);
+ (XtCallbackProc)SFvFloatSliderMovedCallback, cast_int_to_XtPointer(n));
XtAddCallback(selFileVScrolls[n], XtNscrollProc,
- (XtCallbackProc)SFvAreaSelectedCallback, (XtPointer) n);
+ (XtCallbackProc)SFvAreaSelectedCallback, cast_int_to_XtPointer(n));
i = 0;
XtSetArg(arglist[i], XtNorientation, XtorientHorizontal); i++;
@@ -573,9 +573,9 @@ SFcreateWidgets(Widget parent, struct filesel_callback *callback)
selFileLists[n], arglist, i);
XtAddCallback(selFileHScrolls[n], XtNjumpProc,
- (XtCallbackProc)SFhSliderMovedCallback, (XtPointer) n);
+ (XtCallbackProc)SFhSliderMovedCallback, cast_int_to_XtPointer(n));
XtAddCallback(selFileHScrolls[n], XtNscrollProc,
- (XtCallbackProc)SFhAreaSelectedCallback, (XtPointer) n);
+ (XtCallbackProc)SFhAreaSelectedCallback, cast_int_to_XtPointer(n));
}
/* When opening a DVI file, offer to open in new window */
@@ -715,17 +715,17 @@ SFcreateWidgets(Widget parent, struct filesel_callback *callback)
for (n = 0; n < 3; n++) {
XtAddEventHandler(selFileLists[n], ExposureMask, True,
- (XtEventHandler)SFexposeList, (XtPointer) n);
+ (XtEventHandler)SFexposeList, cast_int_to_XtPointer(n));
XtAddEventHandler(selFileLists[n], EnterWindowMask, False,
- (XtEventHandler)SFenterList, (XtPointer) n);
+ (XtEventHandler)SFenterList, cast_int_to_XtPointer(n));
XtAddEventHandler(selFileLists[n], LeaveWindowMask, False,
- (XtEventHandler)SFleaveList, (XtPointer) n);
+ (XtEventHandler)SFleaveList, cast_int_to_XtPointer(n));
XtAddEventHandler(selFileLists[n], PointerMotionMask, False,
- (XtEventHandler)SFmotionList, (XtPointer) n);
+ (XtEventHandler)SFmotionList, cast_int_to_XtPointer(n));
XtAddEventHandler(selFileLists[n], ButtonPressMask, False,
- (XtEventHandler)SFbuttonPressList, (XtPointer) n);
+ (XtEventHandler)SFbuttonPressList, cast_int_to_XtPointer(n));
XtAddEventHandler(selFileLists[n], ButtonReleaseMask, False,
- (XtEventHandler)SFbuttonReleaseList, (XtPointer) n);
+ (XtEventHandler)SFbuttonReleaseList, cast_int_to_XtPointer(n));
}
XtAddEventHandler(selFileField, KeyPressMask, False,
diff --git a/Build/source/texk/xdvik/gui/xaw_menu.c b/Build/source/texk/xdvik/gui/xaw_menu.c
index 9cc3700f4bd..24d1c39281c 100644
--- a/Build/source/texk/xdvik/gui/xaw_menu.c
+++ b/Build/source/texk/xdvik/gui/xaw_menu.c
@@ -253,9 +253,9 @@ panner_cb(Widget widget, XtPointer closure, XtPointer report_ptr)
fprintf(stderr, "panner moved: %d, %d\n", report->slider_x, report->slider_y);
if (globals.widgets.x_bar != NULL)
- XtCallCallbacks(globals.widgets.x_bar, XtNscrollProc, (XtPointer)(x - orig_x));
+ XtCallCallbacks(globals.widgets.x_bar, XtNscrollProc, cast_int_to_XtPointer(x - orig_x));
if (globals.widgets.y_bar != NULL)
- XtCallCallbacks(globals.widgets.y_bar, XtNscrollProc, (XtPointer)(y - orig_y));
+ XtCallCallbacks(globals.widgets.y_bar, XtNscrollProc, cast_int_to_XtPointer(y - orig_y));
orig_x = x;
orig_y = y;
}
diff --git a/Build/source/texk/xdvik/gui/xlwradio.c b/Build/source/texk/xdvik/gui/xlwradio.c
index 94240d25b33..c00e582da56 100644
--- a/Build/source/texk/xdvik/gui/xlwradio.c
+++ b/Build/source/texk/xdvik/gui/xlwradio.c
@@ -163,7 +163,7 @@ static XtActionsRec actionsList[] =
static XtResource resources[] = {
{XtNisRadio, XtCIsRadio, XtRBoolean, sizeof(Boolean),
- offset(isRadio), XtRImmediate, (XtPointer)True },
+ offset(isRadio), XtRImmediate, (XtPointer)(ptrdiff_t)True },
};
#undef offset
diff --git a/Build/source/texk/xdvik/gui/xm_menu.c b/Build/source/texk/xdvik/gui/xm_menu.c
index 6b5d766852a..1a117c24856 100644
--- a/Build/source/texk/xdvik/gui/xm_menu.c
+++ b/Build/source/texk/xdvik/gui/xm_menu.c
@@ -216,7 +216,7 @@ filehist_menu_add_entry(const char *filename)
if (num_children + 1 < 10) {
XtVaSetValues(w, XmNmnemonic, buf[0], NULL);
}
- XtAddCallback(w, XmNactivateCallback, filehist_select_cb, (XtPointer)(num_children + 1));
+ XtAddCallback(w, XmNactivateCallback, filehist_select_cb, cast_int_to_XtPointer(num_children + 1));
update_menu_labels(menu);
@@ -248,7 +248,7 @@ filehist_submenu(int idx, const char *filename, int pageno, void *data)
if (idx + 1 < 10) {
XtVaSetValues(w, XmNmnemonic, buf[0], NULL);
}
- XtAddCallback(w, XmNactivateCallback, filehist_select_cb, (XtPointer)idx);
+ XtAddCallback(w, XmNactivateCallback, filehist_select_cb, cast_int_to_XtPointer(idx));
}
diff --git a/Build/source/texk/xdvik/gui/xm_prefs_helpers.c b/Build/source/texk/xdvik/gui/xm_prefs_helpers.c
index 03975ee478f..49b19c406a4 100644
--- a/Build/source/texk/xdvik/gui/xm_prefs_helpers.c
+++ b/Build/source/texk/xdvik/gui/xm_prefs_helpers.c
@@ -153,10 +153,12 @@ destroy_dialog_cb(Widget w, XtPointer client_data, XtPointer call_data)
/* Need to unselect the `Other...' entry from the list; to do this,
we select the index from XmNuserData if it's >= 0, or the first item. */
int idx;
+ XtPointer p;
XtVaGetValues(browser_combo,
XmNlist, &browser_list_w,
- XmNuserData, &idx,
+ XmNuserData, &p,
NULL);
+ idx = (int)p;
if (browser_list_w == 0)
XDVI_ERROR((stderr, "couldn't get list component of combo box!\n"));
else {
@@ -460,7 +462,7 @@ h_selector(const char *prompt_name,
#if USE_COMBOBOX
/* update the currently selected value */
XtVaGetValues(w, XmNselectedPosition, &i, NULL);
- XtVaSetValues(w, XmNuserData, i, NULL);
+ XtVaSetValues(w, XmNuserData, cast_int_to_XtPointer(i), NULL);
#endif
}
#if USE_COMBOBOX
@@ -750,7 +752,7 @@ h_create_command(const char *name,
XmNitems, str_list,
XmNitemCount, num,
XmNvisibleItemCount, num > 10 ? 10 : num,
- XmNuserData, curr_index,
+ XmNuserData, cast_int_to_XtPointer(curr_index),
XmNarrowSize, Xdvi_COMBO_BOX_ARROW_SIZE,
NULL);
if (top != NULL) /* FIXME: This assumes we only have 2 items ... */