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
|
py.install_sources(
[
'__init__.py',
'atom.py',
'base.py',
'cpv.py',
'dbapi.py',
'dependencies.py',
'eprefix.py',
'errors.py',
'flag.py',
'formatters.py',
'helpers.py',
'keyword.py',
'module_base.py',
'package.py',
'pprinter.py',
'profile.py',
'query.py',
'sets.py',
'textwrap_.py',
'versionmatch.py',
],
subdir : 'gentoolkit'
)
subdir('eclean')
subdir('ekeyword')
subdir('enalyze')
subdir('equery')
subdir('eshowkw')
subdir('imlate')
subdir('revdep_rebuild')
subdir('test')
|