File: Makefile.am

package info (click to toggle)
bash-completion 1%3A2.16.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,424 kB
  • sloc: python: 11,241; makefile: 2,471; sh: 934; perl: 85; awk: 55; xml: 29; ansic: 7; java: 5; ruby: 2
file content (44 lines) | stat: -rw-r--r-- 1,171 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
EXTRA_DIST = \
	test_unit_abspath.py \
	test_unit_command_offset.py \
	test_unit_compgen.py \
	test_unit_compgen_available_interfaces.py \
	test_unit_compgen_commands.py \
	test_unit_compgen_filedir.py \
	test_unit_compgen_ip_addresses.py \
	test_unit_compgen_known_hosts.py \
	test_unit_compgen_pgids.py \
	test_unit_compgen_pids.py \
	test_unit_compgen_pnames.py \
	test_unit_compgen_split.py \
	test_unit_compgen_tilde.py \
	test_unit_compgen_variables.py \
	test_unit_compgen_xinetd_services.py \
	test_unit_complete_longopt.py \
	test_unit_count_args.py \
	test_unit_delimited.py \
	test_unit_deprecate_func.py \
	test_unit_dequote.py \
	test_unit_expand.py \
	test_unit_expand_glob.py \
	test_unit_expand_tilde.py \
	test_unit_find_unique_completion_pair.py \
	test_unit_get_cword.py \
	test_unit_get_first_arg.py \
	test_unit_get_words.py \
	test_unit_initialize.py \
	test_unit_load.py \
	test_unit_looks_like_path.py \
	test_unit_parse_help.py \
	test_unit_parse_usage.py \
	test_unit_quote.py \
	test_unit_quote_compgen.py \
	test_unit_realcommand.py \
	test_unit_split.py \
	test_unit_unlocal.py \
	test_unit_xfunc.py

all:

clean-local:
	$(RM) -R __pycache__