xref: /OK3568_Linux_fs/external/xserver/hw/dmx/examples/Makefile.am (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunif DMX_BUILD_USB
2*4882a593Smuzhiyun# Requires <linux/input.h>
3*4882a593SmuzhiyunEV_PROG = ev
4*4882a593Smuzhiyunendif
5*4882a593Smuzhiyun
6*4882a593Smuzhiyunbin_PROGRAMS = \
7*4882a593Smuzhiyun	dmxinfo dmxwininfo dmxreconfig dmxresize \
8*4882a593Smuzhiyun	dmxaddscreen dmxrmscreen \
9*4882a593Smuzhiyun	dmxaddinput dmxrminput
10*4882a593Smuzhiyunnoinst_PROGRAMS = xinput xtest evi res xled xbell $(EV_PROG)
11*4882a593Smuzhiyun
12*4882a593Smuzhiyundmxinfo_SOURCES = dmxinfo.c
13*4882a593Smuzhiyundmxinfo_LDADD = $(DMXEXAMPLES_DEP_LIBS)
14*4882a593Smuzhiyundmxinfo_CFLAGS = $(DMXEXAMPLES_DEP_CFLAGS) $(CWARNFLAGS)
15*4882a593Smuzhiyun
16*4882a593Smuzhiyundmxwininfo_SOURCES = dmxwininfo.c
17*4882a593Smuzhiyundmxwininfo_LDADD = $(DMXXMUEXAMPLES_DEP_LIBS)
18*4882a593Smuzhiyundmxwininfo_CFLAGS = $(DMXXMUEXAMPLES_DEP_CFLAGS) $(CWARNFLAGS)
19*4882a593Smuzhiyun
20*4882a593Smuzhiyundmxreconfig_SOURCES = dmxreconfig.c
21*4882a593Smuzhiyundmxreconfig_LDADD = $(DMXEXAMPLES_DEP_LIBS)
22*4882a593Smuzhiyundmxreconfig_CFLAGS = $(DMXEXAMPLES_DEP_CFLAGS) $(CWARNFLAGS)
23*4882a593Smuzhiyun
24*4882a593Smuzhiyundmxresize_SOURCES = dmxresize.c
25*4882a593Smuzhiyundmxresize_LDADD = $(DMXEXAMPLES_DEP_LIBS)
26*4882a593Smuzhiyundmxresize_CFLAGS = $(DMXEXAMPLES_DEP_CFLAGS) $(CWARNFLAGS)
27*4882a593Smuzhiyun
28*4882a593Smuzhiyundmxaddscreen_SOURCES = dmxaddscreen.c
29*4882a593Smuzhiyundmxaddscreen_LDADD = $(DMXEXAMPLES_DEP_LIBS)
30*4882a593Smuzhiyundmxaddscreen_CFLAGS = $(DMXEXAMPLES_DEP_CFLAGS) $(CWARNFLAGS)
31*4882a593Smuzhiyun
32*4882a593Smuzhiyundmxrmscreen_SOURCES = dmxrmscreen.c
33*4882a593Smuzhiyundmxrmscreen_LDADD = $(DMXEXAMPLES_DEP_LIBS)
34*4882a593Smuzhiyundmxrmscreen_CFLAGS = $(DMXEXAMPLES_DEP_CFLAGS) $(CWARNFLAGS)
35*4882a593Smuzhiyun
36*4882a593Smuzhiyundmxaddinput_SOURCES = dmxaddinput.c
37*4882a593Smuzhiyundmxaddinput_LDADD = $(DMXEXAMPLES_DEP_LIBS)
38*4882a593Smuzhiyundmxaddinput_CFLAGS = $(DMXEXAMPLES_DEP_CFLAGS) $(CWARNFLAGS)
39*4882a593Smuzhiyun
40*4882a593Smuzhiyundmxrminput_SOURCES = dmxrminput.c
41*4882a593Smuzhiyundmxrminput_LDADD = $(DMXEXAMPLES_DEP_LIBS)
42*4882a593Smuzhiyundmxrminput_CFLAGS = $(DMXEXAMPLES_DEP_CFLAGS) $(CWARNFLAGS)
43*4882a593Smuzhiyun
44*4882a593Smuzhiyunxinput_SOURCES = xinput.c
45*4882a593Smuzhiyunxinput_LDADD = $(DMXXIEXAMPLES_DEP_LIBS)
46*4882a593Smuzhiyunxinput_CFLAGS = $(DMXXIEXAMPLES_DEP_CFLAGS) $(CWARNFLAGS)
47*4882a593Smuzhiyun
48*4882a593Smuzhiyunxtest_SOURCES = xtest.c
49*4882a593Smuzhiyunxtest_LDADD = $(XTSTEXAMPLES_DEP_LIBS)
50*4882a593Smuzhiyunxtest_CFLAGS = $(XTSTEXAMPLES_DEP_CFLAGS) $(CWARNFLAGS)
51*4882a593Smuzhiyun
52*4882a593Smuzhiyunevi_SOURCES = evi.c
53*4882a593Smuzhiyunevi_LDADD = $(X11EXAMPLES_DEP_LIBS)
54*4882a593Smuzhiyunevi_CFLAGS = $(X11EXAMPLES_DEP_CFLAGS) $(CWARNFLAGS)
55*4882a593Smuzhiyun
56*4882a593Smuzhiyunres_SOURCES = res.c
57*4882a593Smuzhiyunres_LDADD = $(XRESEXAMPLES_DEP_LIBS)
58*4882a593Smuzhiyunres_CFLAGS = $(XRESEXAMPLES_DEP_CFLAGS) $(CWARNFLAGS)
59*4882a593Smuzhiyun
60*4882a593Smuzhiyunxled_SOURCES = xled.c
61*4882a593Smuzhiyunxled_LDADD = $(X11EXAMPLES_DEP_LIBS)
62*4882a593Smuzhiyunxled_CFLAGS = $(X11EXAMPLES_DEP_CFLAGS) $(CWARNFLAGS)
63*4882a593Smuzhiyun
64*4882a593Smuzhiyunxbell_SOURCES = xbell.c
65*4882a593Smuzhiyunxbell_LDADD = $(X11EXAMPLES_DEP_LIBS)
66*4882a593Smuzhiyunxbell_CFLAGS = $(X11EXAMPLES_DEP_CFLAGS) $(CWARNFLAGS)
67*4882a593Smuzhiyun
68*4882a593Smuzhiyunev_SOURCES = ev.c
69*4882a593Smuzhiyunev_LDADD =
70*4882a593Smuzhiyunev_CFLAGS =
71