-
Notifications
You must be signed in to change notification settings - Fork 2
/
Makefile.am
95 lines (85 loc) · 1.52 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
# include directory for aclocal
ACLOCAL_AMFLAGS = -I config
SUBDIRS = \
doc \
etc \
common \
libfreeipmi \
libipmiconsole \
libipmimonitoring \
libipmidetect \
man \
bmc-config \
bmc-info \
bmc-device \
bmc-watchdog \
ipmi-chassis \
ipmi-chassis-config \
ipmi-dcmi \
ipmi-fru \
ipmi-oem \
ipmi-pef-config \
ipmi-pet \
ipmi-raw \
ipmi-sel \
ipmi-sensors \
ipmi-sensors-config \
ipmi-locate \
ipmiconsole \
ipmidetect \
ipmidetectd \
ipmiping \
ipmipower \
ipmiseld \
rmcpping \
contrib
PACKAGE = @PACKAGE@
VERSION = @VERSION@
EXTRA = \
ChangeLog \
ChangeLog.0 \
AUTHORS \
COPYING \
INSTALL \
NEWS \
README \
README.argp \
README.build \
README.openipmi \
TODO \
COPYING.bmc-watchdog \
COPYING.ipmipower \
COPYING.ipmiping \
COPYING.ipmiconsole \
COPYING.ipmimonitoring \
COPYING.pstdout \
COPYING.ipmidetect \
COPYING.ipmi-fru \
COPYING.ipmi-dcmi \
COPYING.ipmiseld \
COPYING.sunbmc \
COPYING.ZRESEARCH \
DISCLAIMER.bmc-watchdog \
DISCLAIMER.ipmipower \
DISCLAIMER.ipmiping \
DISCLAIMER.ipmiconsole \
DISCLAIMER.ipmimonitoring \
DISCLAIMER.pstdout \
DISCLAIMER.ipmidetect \
DISCLAIMER.ipmi-fru \
DISCLAIMER.ipmi-dcmi \
DISCLAIMER.ipmiseld \
DISCLAIMER.bmc-watchdog.UC \
DISCLAIMER.ipmipower.UC \
DISCLAIMER.ipmiping.UC \
DISCLAIMER.ipmiconsole.UC \
DISCLAIMER.ipmimonitoring.UC \
DISCLAIMER.pstdout.UC \
DISCLAIMER.ipmidetect.UC \
DISCLAIMER.ipmi-fru.UC
doc_DATA = $(EXTRA)
CLEANFILES =
DISTCLEANFILES = .deps/*.P
uninstall-extra:
$(docdir)
EXTRA_DIST = $(EXTRA) freeipmi.spec