File: Makefile.am

package info (click to toggle)
avfs 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,864 kB
  • sloc: ansic: 31,321; sh: 6,482; perl: 1,916; makefile: 351
file content (27 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (3)
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
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = dist-bzip2
ACLOCAL_AMFLAGS = -I macros

SUBDIRS =        \
	src      \
	modules  \
	zlib     \
	bzlib    \
	lib      \
	include  \
	test     \
	scripts  \
	spec     \
	patch    \
	macros   \
	extfs    \
	doc	\
	fuse \
	pkgconfig

EXTRA_DIST =                 \
	glassfs/Makefile     \
	glassfs/glassfs.c    \
	glassfs/redir2.c     \
	glassfs/redir2mount.c