blob: 0a5278bf713c77d6fddd40ecf6f929acb9320d3a (
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
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
|
SUBDIRS = files po
backends = \
dhcpd-conf \
disks-conf \
memory-conf \
network-conf \
services-conf \
shares-conf \
time-conf \
users-conf \
boot-conf \
print-conf \
mouse-conf \
internetsharing-conf \
package-conf \
display-conf \
font-conf
perl_libs = \
boot.pl \
boot-grub.pl \
boot-lilo.pl \
dhcpd.pl \
debug.pl \
file.pl \
filesys.pl \
font.pl \
general.pl \
ishare.pl \
media.pl \
network.pl \
parse.pl \
partition.pl \
platform.pl \
print.pl \
replace.pl \
report.pl \
service.pl \
service-list.pl \
share.pl \
tokenizer.pl \
util.pl \
x.pl \
xml.pl
scripts_SCRIPTS = $(backends) $(perl_libs) guess_system.sh type1inst
EXTRA_DIST = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
system-tools-backends.pc \
guess_system.sh \
type1inst \
README \
AUTHORS \
NEWS
CLEANFILES = $(backends) $(perl_libs) \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = system-tools-backends.pc
|