From f5e48e94a2f4d4bbd6e5628c7f2afafc6dbcc459 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 7 Mar 2024 17:28:52 -0500 Subject: build: Build mlibc + add distclean target Signed-off-by: Ian Moffett --- lib/mlibc/tests/rtdl/scope4/meson.build | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 lib/mlibc/tests/rtdl/scope4/meson.build (limited to 'lib/mlibc/tests/rtdl/scope4/meson.build') diff --git a/lib/mlibc/tests/rtdl/scope4/meson.build b/lib/mlibc/tests/rtdl/scope4/meson.build deleted file mode 100644 index 804a40c..0000000 --- a/lib/mlibc/tests/rtdl/scope4/meson.build +++ /dev/null @@ -1,9 +0,0 @@ -libbaz = shared_library('baz', 'libbaz.c') -libfoo = shared_library('foo', 'libfoo.c', build_rpath: test_rpath, link_with: libbaz) -libbar = shared_library('bar', 'libbar.c', build_rpath: test_rpath, link_with: libfoo) -test_depends = [libfoo, libbar, libbaz] - -libbaz_native = shared_library('native-baz', 'libbaz.c', native: true) -libfoo_native = shared_library('native-foo', 'libfoo.c', build_rpath: test_rpath, link_with: libbaz_native, native: true) -libbar_native = shared_library('native-bar', 'libbar.c', build_rpath: test_rpath, link_with: libfoo_native, native: true) -test_native_depends = [libfoo_native, libbar_native, libbaz_native] -- cgit v1.2.3