]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/archives/Makefile
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / archives / Makefile
1 LEVEL = ../../make
2
3 C_SOURCES := main.c
4
5 MAKE_DSYM := NO
6 ARCHIVE_NAME := libfoo.a
7 ARCHIVE_C_SOURCES := a.c b.c
8
9 include $(LEVEL)/Makefile.rules