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

include Makefile.rules

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