File: Makefile

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 (11 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
top_builddir = ../..
top_srcdir = $(top_builddir)
srcdir = .

include $(top_srcdir)/makes/var.mk

SUBDIRS = \
	gfimport_fixed \
	gfimport_text

include $(top_srcdir)/makes/subdir.mk