File: Makefile.am

package info (click to toggle)
bash-completion 1%3A2.11-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,560 kB
  • sloc: python: 8,228; makefile: 1,766; sh: 275; perl: 85; xml: 29; ansic: 7; ruby: 2
file content (24 lines) | stat: -rw-r--r-- 579 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
EXTRA_DIST = \
	test_unit_count_args.py \
	test_unit_expand.py \
	test_unit_expand_tilde_by_ref.py \
	test_unit_filedir.py \
	test_unit_find_unique_completion_pair.py \
	test_unit_get_comp_words_by_ref.py \
	test_unit_get_cword.py \
	test_unit_init_completion.py \
	test_unit_ip_addresses.py \
	test_unit_known_hosts_real.py \
	test_unit_longopt.py \
	test_unit_parse_help.py \
	test_unit_parse_usage.py \
	test_unit_quote.py \
	test_unit_quote_readline.py \
	test_unit_tilde.py \
	test_unit_variables.py \
	test_unit_xinetd_services.py

all:

clean-local:
	$(RM) -R __pycache__