summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/gui/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/xdvik/gui/Makefile.am')
-rw-r--r--Build/source/texk/xdvik/gui/Makefile.am80
1 files changed, 0 insertions, 80 deletions
diff --git a/Build/source/texk/xdvik/gui/Makefile.am b/Build/source/texk/xdvik/gui/Makefile.am
deleted file mode 100644
index 9f0fea5ad5c..00000000000
--- a/Build/source/texk/xdvik/gui/Makefile.am
+++ /dev/null
@@ -1,80 +0,0 @@
-## Makefile.am for the TeX Live subdirectory texk/xdvik/gui/
-##
-## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
-## You may freely use, modify and/or distribute this file.
-##
-include ../common.am
-
-INCLUDES = -I$(top_srcdir) $(common_includes)
-
-noinst_LIBRARIES = libgui.a
-
-libgui_a_SOURCES = \
- ../print-internal.c \
- Panner.c \
- Panner.h \
- PannerP.h \
- Tip.c \
- Tip.h \
- TipP.h \
- help-window.c \
- help-window.h \
- mag.c \
- mag.h \
- menu.c \
- menu.h \
- message-window.c \
- message-window.h \
- pagesel.c \
- pagesel.h \
- print-dialog.c \
- print-dialog.h \
- print-log.c \
- print-log.h \
- search-dialog.c \
- search-dialog.h \
- selection.c \
- selection.h \
- sfDir.c \
- sfDir.h \
- sfDraw.c \
- sfDraw.h \
- sfPath.c \
- sfPath.h \
- sfSelFile.c \
- sfSelFile.h \
- sfinternal.h \
- statusline.c \
- statusline.h \
- topic-window.c \
- topic-window.h \
- xaw_bitmaps.c \
- xaw_bitmaps.h \
- xaw_menu.c \
- xaw_menu.h \
- xicon.c \
- xicon.h \
- xlwradio.c \
- xlwradio.h \
- xlwradioP.h \
- xm_colorsel.c \
- xm_colorsel.h \
- xm_filesel.c \
- xm_menu.c \
- xm_menu.h \
- xm_prefs.c \
- xm_prefs.h \
- xm_prefsP.h \
- xm_prefs_appearance.c \
- xm_prefs_appearance.h \
- xm_prefs_fonts.c \
- xm_prefs_fonts.h \
- xm_prefs_helpers.c \
- xm_prefs_helpers.h \
- xm_prefs_page.c \
- xm_prefs_page.h \
- xm_prefs_scroll.c \
- xm_prefs_scroll.h \
- xm_toolbar.c \
- xm_toolbar.h
-