Site icon MacTech.com

ConvertMake: Converting makefile into Project Builder projects

Greetings Mac Developers. I’m pleased to announce a public beta release
of my new product, ConvertMake. ConvertMake is new developer tool for
Mac OS X that automates the conversion of makefile or other
script-based systems into Project Builder projects. Key features
include:

– Ability to convert nearly any system that uses the GNU toolset (gcc,
libtool, etc)
– Ability to import multiple source trees into a single project
– Can create static library, dynamic library, tool, application, and
framework targets
– Detailed manual with examples

The primary design goal of ConvertMake was to support as many different
configurations possible. To accomplish this goal, ConvertMake does not
parse makefiles or other build configuration files, but instead runs
the build commands/scripts normally, but intercepts commands sent to
the core build tools (compiler, linker, etc) to gather information. As
long as the build system uses the supported toolset, it has a good
chance of successful conversion. This release fully supports gcc
(including cc, c++, g++), ar, ranlib, and libtool.

You can get more information about ConvertMake at
http://homepage.mac.com/walisser/convertmake.
You can download an unlimited beta here:
http://homepage.mac.com/walisser/convertmake/ConvertMake-1.0b1.sit

The final version will be released as trialware or shareware (as yet
undecided).

Best Regards,
Darrell Walisser

Exit mobile version