2 CFLAGS_EXTRAS
= -I
$(BUILDDIR
)
3 USE_PRIVATE_MODULE_CACHE
= YES
8 $(MAKE
) -f
$(SRCDIR
)/Makefile update-module
10 include Makefile.rules
13 echo
"forcing an update of f.pcm"
14 echo
"typedef int something_other;" > $(BUILDDIR
)/f.h
15 $(CC
) $(CFLAGS
) $(MANDATORY_MODULE_BUILD_CFLAGS
) \
16 -c
$(SRCDIR
)/other.m
-o
$(BUILDDIR
)/other.o