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.
13 lines
204 B
Makefile
13 lines
204 B
Makefile
noinst_LIBRARIES = libmio.a
|
|
|
|
AM_CPPFLAGS = -DG_LOG_DOMAIN=\"MIO\" #-DMIO_DEBUG
|
|
AM_CFLAGS = $(GTK_CFLAGS)
|
|
|
|
libmio_a_SOURCES = mio.c
|
|
|
|
EXTRA_DIST = \
|
|
mio.h \
|
|
mio-file.c \
|
|
mio-memory.c \
|
|
makefile.win32
|