1 PACKAGE_STRING = "/lib"
3 SUBDIRS = . mcconfig search strutil vfs widget
5 AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) @CHECK_CFLAGS@
7 AM_LDFLAGS = @TESTS_LDFLAGS@
10 $(top_builddir)/lib/libmc.la
13 LIBS += $(GLIB_LIBS) \
17 EXTRA_DIST = utilunix__my_system-common.c
24 utilunix__mc_pstream_get_string \
25 utilunix__my_system_fork_fail \
26 utilunix__my_system_fork_child_shell \
27 utilunix__my_system_fork_child \
34 check_PROGRAMS = $(TESTS)
36 library_independ_SOURCES = \
39 mc_build_filename_SOURCES = \
42 mc_realpath_SOURCES = \
45 name_quote_SOURCES = \
51 utilunix__mc_pstream_get_string_SOURCES = \
52 utilunix__mc_pstream_get_string.c
54 utilunix__my_system_fork_fail_SOURCES = \
55 utilunix__my_system-fork_fail.c
57 utilunix__my_system_fork_child_shell_SOURCES = \
58 utilunix__my_system-fork_child_shell.c
60 utilunix__my_system_fork_child_SOURCES = \
61 utilunix__my_system-fork_child.c
63 x_basename_SOURCES = \