d69a153bb4
Split ctags and tagmanager sources, as follows: tagmanager/ctags: the parsers, more or less upstream CTags; tagmanager/mio: local MIO library copy; tagmanager/src: actual tagmanager sources.
7 lines
115 B
Makefile
7 lines
115 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = ctags mio src
|
|
|
|
EXTRA_DIST = \
|
|
makefile.win32
|