11 fat.out
: fat.x86_64h.out fat.x86_64.out
12 lipo
-fat64
-create
-o
$@
$^
14 fat.x86_64.out
: fat.x86_64.o
15 $(CC
) -isysroot
$(SDKROOT
) -target x86_64-apple-macosx10.9
-o
$@
$<
17 fat.x86_64h.out
: fat.x86_64h.o
18 $(CC
) -isysroot
$(SDKROOT
) -target x86_64h-apple-macosx10.9
-o
$@
$<
21 $(CC
) -isysroot
$(SDKROOT
) -g
-O0
-target x86_64-apple-macosx10.9
-c
-o
$@
$<
24 $(CC
) -isysroot
$(SDKROOT
) -g
-O0
-target x86_64h-apple-macosx10.9
-c
-o
$@
$<