llvm-project/lldb/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One.mk

11 lines
200 B
Makefile

LEVEL := ../../../make
DYLIB_NAME := One
DYLIB_C_SOURCES := One.c OneConstant.c
DYLIB_ONLY := YES
include $(LEVEL)/Makefile.rules
OneConstant.o: OneConstant.c
$(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@