176e12aa3SApple OSS Distributionsinclude ../Makefile.common 276e12aa3SApple OSS Distributions 376e12aa3SApple OSS DistributionsOBJROOT?=$(shell /bin/pwd) 476e12aa3SApple OSS Distributions 576e12aa3SApple OSS DistributionsDSTROOT?=$(shell /bin/pwd) 676e12aa3SApple OSS Distributions 7*bb611c8fSApple OSS DistributionsCFLAGS:=$(ARCH_FLAGS) -g -Wall -Os -isysroot $(SDKROOT) -framework CoreFoundation 876e12aa3SApple OSS Distributions 976e12aa3SApple OSS Distributionsall: $(DSTROOT)/mktimer_test 1076e12aa3SApple OSS Distributions 1176e12aa3SApple OSS Distributions$(DSTROOT)/mktimer_test: $(OBJROOT)/mktimer_test.c 1276e12aa3SApple OSS Distributions $(CC) -o $@ $^ $(CFLAGS) 1376e12aa3SApple OSS Distributions 1476e12aa3SApple OSS Distributionsclean: 1576e12aa3SApple OSS Distributions rm -rf $(DSTROOT)/mktimer_test $(DSTROOT)/mk_timer_test.dSYM 16