summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One.mk
blob: 04f894c595e8bc2e03c92dd3b1d10f1afcf5c89c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LEVEL := ../../../make

DYLIB_NAME := One
DYLIB_C_SOURCES := One/One.c One/OneConstant.c
DYLIB_ONLY := YES

include $(LEVEL)/Makefile.rules

CFLAGS_EXTRAS += -fPIC

One/OneConstant.o: One/OneConstant.c
	$(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@
OpenPOWER on IntegriCloud