hanchenye-llvm-project/lldb/test/lang/c/shared_lib/Makefile

9 lines
145 B
Makefile

LEVEL = ../../../make
DYLIB_NAME := libfoo
DYLIB_C_SOURCES := foo.c
C_SOURCES := main.c
CFLAGS_EXTRAS += -fPIC
include $(LEVEL)/Makefile.rules