brintos

brintos / llvm-project-archived public Read only

0
0
Text · 395 B · 57da670 Raw
17 lines · plain
1OBJC_SOURCES := main.m2CFLAGS_EXTRAS = -I$(BUILDDIR)3USE_PRIVATE_MODULE_CACHE = YES4 5.PHONY: update-module6 7all: $(EXE)8	"$(MAKE)" -f $(SRCDIR)/Makefile update-module9 10include Makefile.rules11 12update-module:13	echo "forcing an update of f.pcm"14	echo "typedef int something_other;" > $(BUILDDIR)/f.h15	$(CC) $(CFLAGS) $(MANDATORY_MODULE_BUILD_CFLAGS) \16		-c $(SRCDIR)/other.m -o $(BUILDDIR)/other.o17