Files
RedBear-OS/recipes/wip/files/mc/source/tests/lib/Makefile.am
T
vasilito facf0c92e0 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

64 lines
1.1 KiB
Makefile

PACKAGE_STRING = "/lib"
SUBDIRS = . mcconfig search strutil vfs widget
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) @CHECK_CFLAGS@
LIBS = @CHECK_LIBS@ \
$(top_builddir)/lib/libmc.la
if ENABLE_MCLIB
LIBS += $(GLIB_LIBS) \
@E2P_LIBS@
endif
EXTRA_DIST = utilunix__my_system-common.c
TESTS = \
library_independ \
mc_build_filename \
name_quote \
serialize \
utilunix__mc_pstream_get_string \
utilunix__my_system_fork_fail \
utilunix__my_system_fork_child_shell \
utilunix__my_system_fork_child \
x_basename
if CHARSET
TESTS += mc_realpath
endif
check_PROGRAMS = $(TESTS)
library_independ_SOURCES = \
library_independ.c
mc_build_filename_SOURCES = \
mc_build_filename.c
mc_realpath_SOURCES = \
mc_realpath.c
name_quote_SOURCES = \
name_quote.c
serialize_SOURCES = \
serialize.c
utilunix__mc_pstream_get_string_SOURCES = \
utilunix__mc_pstream_get_string.c
utilunix__my_system_fork_fail_SOURCES = \
utilunix__my_system-fork_fail.c
utilunix__my_system_fork_child_shell_SOURCES = \
utilunix__my_system-fork_child_shell.c
utilunix__my_system_fork_child_SOURCES = \
utilunix__my_system-fork_child.c
x_basename_SOURCES = \
x_basename.c