summaryrefslogtreecommitdiff
path: root/dw/Makefile.am
blob: 471a309adc67ab2b09a12ef5fbffe9058d1de508 (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
AM_CPPFLAGS = \
	-I$(top_srcdir) \
	-DDILLO_LIBDIR='"$(pkglibdir)/"' \
	-DCUR_WORKING_DIR='"@BASE_CUR_WORKING_DIR@/dw"'

noinst_LIBRARIES = \
	libDw-core.a \
	libDw-fltk.a

libDw_core_a_SOURCES = \
	core.hh \
	events.hh \
	findtext.cc \
	findtext.hh \
	imgbuf.hh \
	imgrenderer.hh \
	imgrenderer.cc \
	iterator.cc \
	iterator.hh \
	layout.cc \
	layout.hh \
	platform.hh \
	selection.hh \
	selection.cc \
	style.cc \
	style.hh \
	types.cc \
	types.hh \
	ui.cc \
	ui.hh \
	view.hh \
	widget.cc \
	widget.hh

# "fltkcomplexbutton.cc", "fltkcomplexbutton.hh", "fltkflatview.cc",
# and "fltkflatview.hh" have been removed from libDw-fltk.a.

libDw_fltk_a_SOURCES = \
	fltkcore.hh \
	fltkimgbuf.cc \
	fltkimgbuf.hh \
	fltkmisc.cc \
	fltkmisc.hh \
	fltkplatform.cc \
	fltkplatform.hh \
	fltkpreview.hh \
	fltkpreview.cc \
	fltkui.cc \
	fltkui.hh \
	fltkviewbase.cc \
	fltkviewbase.hh \
	fltkviewport.cc \
	fltkviewport.hh

libDw_fltk_a_CXXFLAGS = @LIBFLTK_CXXFLAGS@

EXTRA_DIST = preview.xbm