File: Makefile.am

package info (click to toggle)
beef 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,440 kB
  • ctags: 180
  • sloc: sh: 11,274; ansic: 585; makefile: 84
file content (21 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
NULL =

SUBDIRS = \
	doc \
	src \
	$(NULL)

doc_DATA = \
	AUTHORS.md \
	NEWS.md \
	README.md \
	$(NULL)

EXTRA_DIST = \
	$(doc_DATA) \
	HACKING.md \
	INSTALL.md \
	$(NULL)

DISTCLEANFILES = \
	$(NULL)