]> git.tdb.fi Git - ext/subsurface.git/commit
Improve Makefile for MacOS
authorDirk Hohndel <dirk@hohndel.org>
Wed, 14 Dec 2011 19:22:12 +0000 (11:22 -0800)
committerDirk Hohndel <dirk@hohndel.org>
Wed, 14 Dec 2011 19:22:12 +0000 (11:22 -0800)
commit6245b700a4a98cc2dba8c5b8c3f4958491605755
treef1306cfbdb745e971528c6f86e7e998f7afac986
parent4b77a5def6df965cae63dec8b836e18e1e09cd58
Improve Makefile for MacOS

Some macs appear to need "-framework CoreFoundation" added to the linking
step, others (which appear to have the exact same OS and tools installed),
don't. But as it doesn't appeart to hurt, I unconditionally add this.

Switched to using pkgconfig to find libdivecomputer on the Mac.

Tried to clean up the Makefile a bit

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Acked-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Makefile