]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/lang/c/tls_globals/Makefile
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / lang / c / tls_globals / Makefile
1 LEVEL = ../../../make
2
3 C_SOURCES := main.c
4 CFLAGS_EXTRAS += -fPIC
5
6 DYLIB_NAME := a
7 DYLIB_C_SOURCES := a.c
8
9 ENABLE_THREADS := YES
10
11 include $(LEVEL)/Makefile.rules