forked from oss-tsukuba/gfarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.in
47 lines (41 loc) · 943 Bytes
/
Makefile.in
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
top_builddir = .
top_srcdir = @top_srcdir@
srcdir = @srcdir@
include $(top_srcdir)/makes/var.mk
SUBDIRS = \
doc \
man \
include/gfarm \
lib \
server \
gftool \
util/ptool \
util/ganglia \
util/gfservice \
util/gfruntest \
systest \
nls \
bench/gfperf \
bench/gfiops \
bench/gfcreate-test \
regress/lib/libgfarm/gfarm/gfs_pio_test \
pkgconfig \
@linuxkernel_targets@
# `[ -d $(srcdir)/ns ] && echo ns` \
# gfptool \
# util/gfront \
# bench/thput-gfpio
all:
include $(top_srcdir)/makes/subdir.mk
post-distclean-hook:
-rm -rf autom4te.cache
rm -f config.log config.status config.cache libtool \
$(INC_BUILDDIR)/gfarm_config.h \
Makefile makes/config.mk makes/install-doc \
makes/build-script \
gftool/config-gfarm/config-gfarm \
gftool/config-gfarm/config-gfarm-update \
gftool/config-gfarm/config-gfsd \
gftool/gfdump/gfdump.postgresql \
package/solaris/gfmd package/solaris/gfsd \
pkgconfig/gfarm.pc