summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two.mk
blob: 79b256a0e858990d4c341960ed4cd1b340307bb8 (plain) (blame)
1
2
3
4
5
6
7
8
DYLIB_NAME := Two
DYLIB_C_SOURCES := Two.c TwoConstant.c
DYLIB_ONLY := YES

include Makefile.rules

TwoConstant.o: TwoConstant.c
	$(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@