-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile.am
More file actions
44 lines (39 loc) · 1.03 KB
/
Makefile.am
File metadata and controls
44 lines (39 loc) · 1.03 KB
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
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = src
dist_bin_SCRIPTS = tools/disk/disktool \
tools/disk/fio \
tools/disk/condition-modules \
tools/disk/mount-modules \
tools/disk/unmount-modules
sysconf_DATA = tools/disk/disktool.fio \
tools/disk/disktool.rc \
rc.mark6
logdir = log
DISTCHECK_CONFIGURE_FLAGS=BOOST_LIBDIR=/usr/lib64/boost141 \
BOOST_INCDIR=/usr/include/boost141
mark6logdir = ${prefix}/log
mark6log_DATA = log/.dummy
EXTRA_DIST = setup ${mark6log_DATA}
distclean-local:
-rm -rf Makefile.in\
aclocal.m4\
autom4te.cache\
config\
config.h\
config.h.in\
config.log\
config.status\
stamp-h1\
drs-client\
drs-server\
src/Makefile\
src/Makefile.in\
src/common/.deps\
src/disk2vlbi/.deps\
src/scancheck/.deps\
src/net2raid/.deps \
src/common/Makefile.in \
src/disk2vlbi/Makefile.in \
src/extern/PF_RING-4.7.0 \
src/net2raid/Makefile.in \
src/scancheck/Makefile.in