[bfg9000.backends]
make = bfg9000.backends.make.writer
msbuild = bfg9000.backends.msbuild.writer [msbuild]
ninja = bfg9000.backends.ninja.writer

[bfg9000.platforms.host]
cygwin = bfg9000.platforms.cygwin:CygwinHostPlatform
darwin = bfg9000.platforms.posix:PosixHostPlatform
linux = bfg9000.platforms.posix:PosixHostPlatform
msdos = bfg9000.platforms.windows:WindowsTargetPlatform
posix = bfg9000.platforms.posix:PosixHostPlatform
win9x = bfg9000.platforms.windows:WindowsHostPlatform
winnt = bfg9000.platforms.windows:WindowsHostPlatform

[bfg9000.platforms.target]
cygwin = bfg9000.platforms.cygwin:CygwinTargetPlatform
darwin = bfg9000.platforms.posix:DarwinTargetPlatform
linux = bfg9000.platforms.posix:PosixTargetPlatform
msdos = bfg9000.platforms.windows:WindowsTargetPlatform
posix = bfg9000.platforms.posix:PosixTargetPlatform
win9x = bfg9000.platforms.windows:WindowsTargetPlatform
winnt = bfg9000.platforms.windows:WindowsTargetPlatform

[console_scripts]
9k = bfg9000.driver:simple_main
bfg9000 = bfg9000.driver:main
bfg9000-depfixer = bfg9000.depfixer:main
bfg9000-jvmoutput = bfg9000.jvmoutput:main

