File: Makefile.am

package info (click to toggle)
rtorrent 0.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,596 kB
  • sloc: cpp: 18,620; sh: 11,453; makefile: 275; ansic: 153; python: 135
file content (29 lines) | stat: -rwxr-xr-x 514 bytes parent folder | download | duplicates (4)
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
SUBDIRS = \
	doc \
	src \
	test

EXTRA_DIST= \
	autogen.sh \
	rak/address_info.h \
	rak/algorithm.h \
	rak/allocators.h \
	rak/error_number.h \
	rak/file_stat.h \
	rak/fs_stat.h \
	rak/functional.h \
	rak/functional_fun.h \
	rak/path.h \
	rak/partial_queue.h \
	rak/priority_queue.h \
	rak/priority_queue_default.h \
	rak/regex.h \
	rak/socket_address.h \
	rak/string_manip.h \
	rak/timer.h \
	rak/unordered_vector.h \
	scripts/checks.m4 \
	scripts/common.m4 \
	scripts/attributes.m4

ACLOCAL_AMFLAGS = -I scripts