summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/gui/Makefile.am
blob: 9f0fea5ad5c3b939fe25cf5519cf534a7de42192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
## 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