Restructure generating system for new build system
commit01dcdb50122a43d5a26690c470c9fce2dc80046a
authorTomas Gavenciak <gavento@ucw.cz>
Wed, 25 May 2011 21:15:06 +0000 (25 23:15 +0200)
committerTomas Gavenciak <gavento@ucw.cz>
Wed, 25 May 2011 21:15:06 +0000 (25 23:15 +0200)
treec963b0a4f34af19a4b1e7056cf1d38e2d14c9e53
parentbc3e7e202aaedf55738f151b598ffc10161881c5
Restructure generating system for new build system
14 files changed:
config.mk
gen.mk
libs/core/Makefile
pylib/gfxprim/README [moved from libs/core/gen/README with 100% similarity]
pylib/gfxprim/__init__.py [new file with mode: 0644]
pylib/gfxprim/core/__init__.py [new file with mode: 0644]
pylib/gfxprim/core/gen_blit.py [moved from libs/core/gen/gen_blit.py with 99% similarity]
pylib/gfxprim/core/gen_pixeltype.py [moved from libs/core/gen/gen_pixeltype.py with 98% similarity]
pylib/gfxprim/core/make_GP_Blit.py [moved from libs/core/gen/make_GP_Blit.py with 84% similarity]
pylib/gfxprim/core/make_GP_Pixel.py [moved from libs/core/gen/make_GP_Pixel.py with 89% similarity]
pylib/gfxprim/core/make_GP_Pixel_Scale.py [moved from libs/core/gen/make_GP_Pixel_Scale.py with 87% similarity]
pylib/gfxprim/genutils.py [moved from libs/core/gen/gen_utils.py with 75% similarity]
pylib/gfxprim/pixeltype.py [moved from libs/core/gen/pixeltype.py with 72% similarity]
pylib/pixeltypes.py [moved from libs/core/gen/defs.py with 57% similarity]