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