summaryrefslogtreecommitdiff
path: root/xts5/tset/Xlib9/Makefile.am
blob: d87d7e2d3007fad2f375f67949e0f82098daf882 (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
include ../../common.mk
AUTOMAKE_OPTIONS = subdir-objects

AM_CFLAGS = $(XTS_LCFLAGS) $(XTS_CFLAGS)
LDADD = $(TCM) $(XTS_LLIBS) $(XTS_LIBS)

check_PROGRAMS = $(tprogs)
BUILT_SOURCES = $(tprogs:$(EXEEXT)=.c)
CLEANFILES = $(BUILT_SOURCES)

tprogs = \
	XClearArea/XClearArea \
	XClearWindow/XClearWindow \
	XCopyArea/XCopyArea \
	XCopyPlane/XCopyPlane \
	XDrawArc/XDrawArc \
	XDrawArcs/XDrawArcs \
	XDrawImageString16/XDrawImageString16 \
	XDrawImageString/XDrawImageString \
	XDrawLine/XDrawLine \
	XDrawLines/XDrawLines \
	XDrawPoint/XDrawPoint \
	XDrawPoints/XDrawPoints \
	XDrawRectangle/XDrawRectangle \
	XDrawRectangles/XDrawRectangles \
	XDrawSegments/XDrawSegments \
	XDrawString/XDrawString \
	XDrawString16/XDrawString16 \
	XDrawText/XDrawText \
	XDrawText16/XDrawText16 \
	XFillArc/XFillArc \
	XFillArcs/XFillArcs \
	XFillPolygon/XFillPolygon \
	XFillRectangle/XFillRectangle \
	XFillRectangles/XFillRectangles \
	XFreeFont/XFreeFont \
	XFreeFontInfo/XFreeFontInfo \
	XFreeFontNames/XFreeFontNames \
	XFreeFontPath/XFreeFontPath \
	XGetFontProperty/XGetFontProperty \
	XGetFontPath/XGetFontPath \
	XGetImage/XGetImage \
	XGetSubImage/XGetSubImage \
	XLoadFont/XLoadFont \
	XLoadQueryFont/XLoadQueryFont \
	XListFonts/XListFonts \
	XListFontsWithInfo/XListFontsWithInfo \
	XPutImage/XPutImage \
	XQueryFont/XQueryFont \
	XQueryTextExtents16/XQueryTextExtents16 \
	XQueryTextExtents/XQueryTextExtents \
	XSetFontPath/XSetFontPath \
	XTextExtents16/XTextExtents16 \
	XTextExtents/XTextExtents \
	XTextWidth/XTextWidth \
	XTextWidth16/XTextWidth16 \
	XUnloadFont/XUnloadFont