aboutsummaryrefslogblamecommitdiff
path: root/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two.mk
blob: 117d9e00d44360997af381c3257742389142729d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                              
LEVEL := ../../../make

DYLIB_NAME := Two
DYLIB_C_SOURCES := Two/Two.c Two/TwoConstant.c
DYLIB_ONLY := YES

include $(LEVEL)/Makefile.rules

CFLAGS_EXTRAS += -fPIC

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