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

AM_CFLAGS = -I$(top_srcdir)/include \
	-I$(top_srcdir)/src/tet3/inc \
	-I$(top_srcdir)/xts5/include \
	$(XTS_CFLAGS)
LDADD = $(top_builddir)/src/tet3/tcm/libtcmmain.la \
	$(top_builddir)/xts5/src/libxts5.la \
	$(top_builddir)/src/tet3/apilib/libapi.la \
	$(top_builddir)/src/tet3/apilib/libapi_s.la \
	$(top_builddir)/xts5/src/libXR5/libXR5.la \
	$(XTS_LIBS)

testprogdir = $(libexecdir)/$(subdir)
nobase_testprog_PROGRAMS = $(tprogs)
BUILT_SOURCES = $(tprogs:=.c)
EXTRA_DIST = $(addsuffix .m,$(filter-out %_m,$(tprogs)))
DISTCLEANFILES = $(BUILT_SOURCES)

tprogs = \
	XAllocColor \
	XAllocColorCells \
	XAllocColorPlanes \
	XAllocNamedColor \
	XcmsAllocColor \
	XcmsAddColorSpace \
	XcmsAddFunctionSet \
	XcmsAllocNamedColor \
	XcmsCCCOfColormap \
	XcmsConvertColors \
	XcmsCIELabQueryMaxLC \
	XcmsCIELabQueryMaxC \
	XcmsCIELabQueryMaxL \
	XcmsConversionProc \
	XcmsConversionProc2 \
	XcmsCreateCCC \
	XcmsDefaultCCC \
	XcmsDisplayOfCCC \
	XcmsFreeCCC \
	XcmsFormatOfPrefix \
	XcmsLookupColor \
	XcmsCIELabQueryMinL \
	XcmsPrefixOfFormat \
	XcmsQueryBlack \
	XcmsQueryBlue \
	XcmsQueryColor \
	XcmsQueryColors \
	XcmsQueryGreen \
	XcmsCIELuvQueryMaxC \
	XcmsCIELuvQueryMinL \
	XcmsCIELuvQueryMaxL \
	XcmsCIELuvQueryMaxLC \
	XcmsQueryRed \
	XcmsQueryWhite \
	XcmsScreenNumberOfCCC \
	XcmsStoreColor \
	XcmsStoreColors \
	XcmsTekHVCQueryMaxC \
	XcmsTekHVCQueryMinV \
	XcmsTekHVCQueryMaxV \
	XcmsTekHVCQueryMaxVC \
	XcmsTekHVCQueryMaxVSamples \
	XcmsVisualOfCCC \
	XcmsSetWhiteAdjustProc \
	XcmsScreenWhitePointOfCCC \
	XcmsClientWhitePointOfCCC \
	XcmsSetWhitePoint \
	XCopyColormapAndFree \
	XCreateColormap \
	XFreeColormap \
	XFreeColors \
	XLookupColor \
	XParseColor \
	XQueryColor \
	XQueryColors \
	XStoreColor \
	XStoreColors \
	XStoreNamedColor