Lines Matching refs:testit
1 EXE := testit
5 all: testit
7 testit: testit.x86_64h testit.x86_64 target
8 lipo -create -o testit $^
10 testit.x86_64h: testit.x86_64h.o
11 $(CC) -isysroot $(SDKROOT) -target x86_64h-apple-macosx10.9 -o testit.x86_64h $<
13 testit.x86_64: testit.x86_64.o
14 $(CC) -isysroot $(SDKROOT) -target x86_64-apple-macosx10.9 -o testit.x86_64 $<
16 testit.x86_64h.o: main.c
17 …6_64h-apple-macosx10.9-apple-macosx10.9-apple-macosx10.9-apple-macosx10.9 -c -o testit.x86_64h.o $<
19 testit.x86_64.o: main.c
20 $(CC) -isysroot $(SDKROOT) -g -O0 -target x86_64-apple-macosx10.9 -c -o testit.x86_64.o $<