[llvm-objcopy] Fix prints wrong path when dump-section output path doesn't exist...
[llvm-project.git] / lldb / test / API / macosx / macCatalystAppMacOSFramework / Makefile
blob0dc9e71c3276a3223b13872b1e95130cbe25fd30
1 C_SOURCES := main.c
2 LD_EXTRAS := -L. -lfoo
4 override TRIPLE := $(ARCH)-apple-ios13.0-macabi
5 CFLAGS_EXTRAS := -target $(TRIPLE)
7 # FIXME: rdar://problem/54986190
8 override CC_TYPE=clang
9 override CC=xcrun clang
11 all: libfoo.dylib a.out
13 libfoo.dylib: foo.c
14 "$(MAKE)" -f $(MAKEFILE_RULES) \
15 DYLIB_ONLY=YES DYLIB_NAME=foo DYLIB_C_SOURCES=foo.c
17 include Makefile.rules