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

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

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

tprogs = \
	XActivateScreenSaver \
	XAddHost \
	XAddHosts \
	XAddToSaveSet \
	XChangeSaveSet \
	XDisableAccessControl \
	XEnableAccessControl \
	XForceScreenSaver \
	XGrabServer \
	XGetScreenSaver \
	XInstallColormap \
	XKillClient \
	XListHosts \
	XListInstalledColormaps \
	XRemoveFromSaveSet \
	XRemoveHost \
	XRemoveHosts \
	XReparentWindow \
	XResetScreenSaver \
	XSetAccessControl \
	XSetScreenSaver \
	XUngrabServer \
	XUninstallColormap