File: Makefile.am

package info (click to toggle)
sensors-applet 3.0.0%2Bgit4-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,144 kB
  • ctags: 640
  • sloc: ansic: 6,784; xml: 647; makefile: 439; sh: 14
file content (47 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (6)
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
DIST_SUBDIRS = \
	acpi \
	udisks \
	eee \
	hddtemp \
        i2c-proc \
        i2c-sys \
	i8k \
	ibm-acpi \
        libsensors \
	mbmon \
        nvidia \
	omnibook \
	pmu-sys \
	smu-sys \
	sonypi \
	aticonfig

SUBDIRS = \
	acpi \
	eee \
	hddtemp \
	i8k \
	ibm-acpi \
	mbmon \
	omnibook \
	pmu-sys \
	smu-sys \
	sonypi

if UDISKS
SUBDIRS	     += udisks
endif

if LIBSENSORS
SUBDIRS      += libsensors
else
SUBDIRS      += i2c-proc i2c-sys
endif

if NVIDIA
SUBDIRS      += nvidia
endif

if ATICONFIG
SUBDIRS      += aticonfig
endif