blob: 1cb614957a680de4accbb9bc19387ce67a8c6d5f (
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
|
include $(top_srcdir)/config/include-Makefile.am
SUBDIRS = helpers
EXTRA_DIST = expected/ \
functions.sh \
input/ \
README \
run.sh \
ts-cal-1 \
ts-col-multibyte \
ts-cramfs-mkfs \
ts-fstab-label \
ts-fstab-label2devname \
ts-fstab-label2uuid \
ts-fstab-uuid \
ts-fstab-uuid2devname \
ts-fstab-uuid2label \
ts-fstab-devname \
ts-fstab-devname2label \
ts-fstab-devname2uuid \
ts-hwclock-systohc \
ts-ipcs-headers \
ts-ipcs-limits \
ts-ipcs-limits2 \
ts-ipcs.sh \
ts-login-checktty \
ts-look-separator \
ts-mount-devname \
ts-mount-label \
ts-mount-move \
ts-mount-mtablock \
ts-mount-paths \
ts-mount-remount \
ts-mount-special \
ts-mount-uuid \
ts-namei-logic \
ts-swapon-devname \
ts-swapon-label \
ts-swapon-uuid
clean-local:
rm -rf output diff
|