]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/Makefile
Vendor import of lldb trunk r290819:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / breakpoint / breakpoint_locations / Makefile
1 LEVEL = ../../../make
2
3 C_SOURCES := main.c
4
5 ifneq (,$(findstring icc,$(CC)))
6     CFLAGS += -debug inline-debug-info
7 endif
8
9 include $(LEVEL)/Makefile.rules