yasm/modules/objfmts/xdf
Peter Johnson b7f2fbc64f Add cmake build infrastructure.
Not default nor even distributed in the .tar.gz, the cmake build allows for
loadable yasm plugins by building libyasm as a shared library.
Example plugins are in the plugins/ directory, and may be loaded into a
cmake-built yasm using the -N command line option (non-cmake builds will
not have this option).

Tested only on Linux so far, but should be relatively painless to port to
Windows thanks to the use of cmake rather than libtool to create shared
libraries.

The only modification to the main source tree is some conditional-compiled
additions to yasm.c.

svn path=/trunk/yasm/; revision=2098
2008-05-22 09:08:03 +00:00
..
tests Fix #123: Be explicit that errors are such by printing "error:" at beginning 2007-12-04 06:19:07 +00:00
CMakeLists.txt Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
Makefile.inc Greatly simplify build system by removing libtool and integrating formerly 2004-12-01 07:49:18 +00:00
xdf-objfmt.c Split NASM preprocessor standard macro set between various modules. 2008-05-09 06:46:02 +00:00