summaryrefslogtreecommitdiff
path: root/project/pycompile.mk
AgeCommit message (Expand)AuthorFilesLines
2018-12-31project: made necessary adjustments following build system overhaul.midipix1-3/+3
2018-12-25project: custom config: support --with[out]-pycompile, --with[out]-pydebug.midipix1-0/+1
2018-12-19project: pycompile: set C standard (-std=c99) via PYCOMPILE_CFLAGS.midipix1-0/+1
2018-12-17pycompile: config.tag: ordering: touch target files after copying.midipix1-2/+4
2018-12-16pycompile: build each object only once (oops).midipix1-1/+0
2018-12-15project: generate core library objects under core/<subdir>.midipix1-30/+16
2018-12-15project: generate extension objects under pyext/obj rather than Modules subdir.midipix1-1/+6
2018-12-13project: integrated cfgtest.sh (sofort's config test framework).midipix1-1/+2
2018-12-13project: added and integrated cfghost.sh, refactored cfgdefs.sh accordingly.midipix1-0/+1
2018-12-10config: handle all dependency-related logic at the project level.midipix1-1/+1
2018-12-09project: removed references to the CFGHOST_SYNONYM var (no longer needed).midipix1-2/+2
2018-12-09project: added custom configuration bits (cfgdefs.sh and friends).midipix1-3/+0
2018-12-06pycompile: properly support systems with separate libc components.midipix1-1/+2
2018-12-06project: pycompile: extend to allow .pyc generation of all pydist scripts.midipix1-0/+34
2018-12-04project: added recipes for pycompile (native core python for bytecode gen).midipix1-0/+115