File: Makefile.in

package info (click to toggle)
gfarm 2.4.1-1.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 12,024 kB
  • sloc: ansic: 99,583; sh: 14,214; java: 6,866; makefile: 2,627; python: 771; perl: 325; sql: 130; xml: 50; asm: 37; csh: 2
file content (34 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (2)
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
top_builddir = .
top_srcdir = @top_srcdir@
srcdir = @srcdir@

include $(top_srcdir)/makes/var.mk

SUBDIRS = \
	man \
	include/gfarm \
	lib \
	server \
	gftool \
	util/ptool \
	nls 

#	`[ -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 \
		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