yasm/modules/objfmts
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
..
bin Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
coff Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
dbg Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
elf Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
macho Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
rdf Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
win32 Fix #130: Add SAFESEH directive for indicating SEH handlers in win32 output. 2008-02-08 18:26:40 +00:00
win64 Fix handling of alloc_stack macro in GAS mode. 2008-05-13 03:41:27 +00:00
xdf Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
CMakeLists.txt Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
Makefile.inc Initial commit of Mach-O object format. 2007-01-13 19:34:04 +00:00
yasm_objfmts.xml Add Mach-O to yasm_objfmts(7) man page. 2007-02-24 23:33:27 +00:00