2010-11-10 22:45:56 +03:00
|
|
|
SUBDIRS = filehighlight mcconfig search skin tty vfs strutil widget
|
2010-01-07 01:45:27 +03:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libmc.la
|
|
|
|
|
2010-01-21 16:06:15 +03:00
|
|
|
SUBLIB_includes = \
|
|
|
|
filehighlight.h \
|
|
|
|
mcconfig.h \
|
|
|
|
search.h \
|
2010-02-02 18:08:14 +03:00
|
|
|
skin.h \
|
2010-01-21 16:31:29 +03:00
|
|
|
strescape.h \
|
2010-11-12 11:03:57 +03:00
|
|
|
strutil.h \
|
|
|
|
widget.h
|
2010-01-21 13:47:01 +03:00
|
|
|
|
|
|
|
SRC_mc_utils = \
|
|
|
|
utilunix.c \
|
|
|
|
unixcompat.h \
|
|
|
|
util.c util.h
|
|
|
|
|
|
|
|
|
2010-01-20 18:11:52 +03:00
|
|
|
libmc_la_SOURCES = \
|
2010-01-21 16:06:15 +03:00
|
|
|
$(SUBLIB_includes) \
|
2010-01-21 13:47:01 +03:00
|
|
|
$(SRC_mc_utils) \
|
2010-01-21 13:30:08 +03:00
|
|
|
fileloc.h \
|
2010-01-20 18:11:52 +03:00
|
|
|
fs.h \
|
2010-11-09 11:08:20 +03:00
|
|
|
hook.c hook.h \
|
2010-01-20 18:11:52 +03:00
|
|
|
glibcompat.c glibcompat.h \
|
2010-01-21 13:30:08 +03:00
|
|
|
global.h \
|
2010-06-09 16:24:30 +04:00
|
|
|
lock.c lock.h \
|
2010-11-09 21:50:25 +03:00
|
|
|
timefmt.c timefmt.h
|
2010-01-07 01:45:27 +03:00
|
|
|
|
2010-01-21 16:47:19 +03:00
|
|
|
if USE_MAINTAINER_MODE
|
|
|
|
libmc_la_SOURCES += logging.c logging.h
|
|
|
|
endif
|
|
|
|
|
2010-01-20 18:11:52 +03:00
|
|
|
|
|
|
|
libmc_la_CFLAGS= $(GLIB_CFLAGS) -I$(top_srcdir) $(PCRE_CFLAGS)
|
2010-01-07 01:45:27 +03:00
|
|
|
|
2010-01-07 02:31:17 +03:00
|
|
|
libmc_la_LIBADD = \
|
|
|
|
filehighlight/libmcfilehighlight.la \
|
|
|
|
mcconfig/libmcconfig.la \
|
|
|
|
search/libsearch.la \
|
2010-01-21 15:17:26 +03:00
|
|
|
strutil/libmcstrutil.la \
|
2010-01-07 02:31:17 +03:00
|
|
|
skin/libmcskin.la \
|
2010-07-22 15:55:23 +04:00
|
|
|
tty/libmctty.la \
|
2010-11-10 22:45:56 +03:00
|
|
|
vfs/mc-vfs/libvfs-mc.la \
|
|
|
|
widget/libmcwidget.la
|