llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/archives/Makefile

10 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