-
Notifications
You must be signed in to change notification settings - Fork 3
/
Makefile.am
97 lines (89 loc) · 1.41 KB
/
Makefile.am
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
SUBDIRS =
if ENABLE_ASC2UNI
SUBDIRS += asc2uni
endif
if ENABLE_COOLITSCLIMAX
SUBDIRS += cooliTSclimax
endif
if ENABLE_EMMRD
SUBDIRS += emmrd
endif
if ENABLE_FRITZCALLMONITOR
SUBDIRS += FritzCallMonitor
endif
if ENABLE_FRITZINFOMONITOR
SUBDIRS += FritzInfoMonitor
endif
if ENABLE_GETRC
SUBDIRS += getrc
endif
if ENABLE_INPUT
SUBDIRS += input
endif
if ENABLE_LOGOMASK
SUBDIRS += logomask
endif
if ENABLE_LOGOVIEW
SUBDIRS += logoview
endif
if ENABLE_OSCAMMON
SUBDIRS += oscammon
endif
if ENABLE_MSGBOX
SUBDIRS += msgbox
endif
if ENABLE_SATFIND
SUBDIRS += satfind
endif
if ENABLE_SHELLEXEC
SUBDIRS += shellexec
endif
if ENABLE_SHOWIFRAME
SUBDIRS += showiframe
endif
if ENABLE_STBUP
SUBDIRS += stbup
endif
if ENABLE_SYSINFO
SUBDIRS += sysinfo
endif
if ENABLE_TUXCAL
SUBDIRS += tuxcal
endif
if ENABLE_TUXCOM
SUBDIRS += tuxcom
endif
if ENABLE_TUXMAIL
SUBDIRS += tuxmail
endif
if ENABLE_TUXWETTER
SUBDIRS += tuxwetter
endif
if ENABLE_VINFO
SUBDIRS += vinfo
endif
if BOXMODEL_VUPLUS_ALL
SUBDIRS += initfb
SUBDIRS += turnoff_power
endif
if BOXMODEL_VUPLUS_ARM
SUBDIRS += oled_ctrl
endif
if BOXMODEL_E4HDULTRA
SUBDIRS += initfb
SUBDIRS += oled_ctrl
endif
if BOXMODEL_PROTEK4K
SUBDIRS += initfb
SUBDIRS += oled_ctrl
endif
SUBDIRS += \
scripts-lua \
scripts-sh
SUBDIRS += data
install-data-hook:
$(INSTALL) -d $(DESTDIR)$(LUAPLUGINDIR)
uninstall-hook:
-rmdir $(DESTDIR)$(GAMESDIR)
-rmdir $(DESTDIR)$(PLUGINDIR)
-rmdir $(DESTDIR)$(LUAPLUGINDIR)