summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 547a2f985d1d9d0d1b5857e9d89cc636b67a52a1 (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
INCLUDES= @X_CFLAGS@ @WARN_CFLAGS@

#libtwin_la_SOURCES = \
#	twin.h \
#	twin_draw.c \
#	twin_pixmap.c \
#	twin_primitive.c \
#	twin_screen.c \
#	twin_x11.c \
#	twinint.h
#
#lib_LTLIBRARIES = libtwin.la

bin_PROGRAMS = xtwin

xtwin_SOURCES = \
	twin.h \
	twin_box.c \
	twin_button.c \
	twin_convolve.c \
	twin_dispatch.c \
	twin_draw.c \
	twin_glyphs.c \
	twin_hull.c \
	twin_icon.c \
	twin_file.c \
	twin_fixed.c \
	twin_font.c \
	twin_geom.c \
	twin_label.c \
	twin_matrix.c \
	twin_path.c \
	twin_pattern.c \
	twin_pixmap.c \
	twin_poly.c \
	twin_primitive.c \
	twin_queue.c \
	twin_screen.c \
	twin_spline.c \
	twin_timeout.c \
	twin_toplevel.c \
	twin_trig.c \
	twin_widget.c \
	twin_window.c \
	twin_work.c \
	twin_x11.c \
	twin_x11.h \
	twinint.h \
	twin_clock.c \
	twin_clock.h \
	twin_calc.c \
	twin_calc.h \
	twin_text.c \
	twin_text.h \
	twin_demo.c \
	twin_demo.h \
	twin_hello.c \
	twin_hello.h \
	xtwin.c

xtwin_LDADD = @X_LIBS@ -lm