]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/lang/c/shared_lib_stripped_symbols/Makefile
Vendor import of lldb trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / lang / c / shared_lib_stripped_symbols / Makefile
1 LEVEL = ../../../make
2
3 DYLIB_NAME := foo
4 DYLIB_C_SOURCES := foo.c
5 C_SOURCES := main.c
6
7 SPLIT_DEBUG_SYMBOLS = YES
8
9 include $(LEVEL)/Makefile.rules