android_mt6572_jiabo/external/lldb/test/functionalities/archives/Makefile
2025-09-05 16:56:03 +08:00

9 lines
144 B
Makefile

LEVEL = ../../make
C_SOURCES := main.c
MAKE_DSYM := NO
ARCHIVE_NAME := libfoo.a
ARCHIVE_C_SOURCES := a.c b.c
include $(LEVEL)/Makefile.rules