Skip to main content

A C/C++ build system that generates Makefiles.

Project description

ZoMake

A Python package to generate Makefiles for C/C++.

Other languages will be added later.

Installation

python3 -m pip install zomake

Usage

Create a ZoMakefile.py:

import zo

target = zo.Target(lang='c')

target.sources(f'{zo.root()}/src',
    'main.c'
)

target.include(f'{zo.root()}/include')
target.compile(f'{zo.root()}/build')

target()

To generate a Makefile:

python3 ZoMakeFile.py init

To build:

python3 ZoMakeFile.py build

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zomake-0.1.0.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zomake-0.1.0-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

Details for the file zomake-0.1.0.tar.gz.

File metadata

  • Download URL: zomake-0.1.0.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.1

File hashes

Hashes for zomake-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6edddacacc43009ae63e077f3c8cbe45fcab9c4ab1985c140df4419d8c836fa8
MD5 1b0022162606d9860d859581e201b0b1
BLAKE2b-256 e9ddbb704012cc22455464fa9b69d19302158d5a98d25d2869b5e2a15b0c9f83

See more details on using hashes here.

File details

Details for the file zomake-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: zomake-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 14.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.1

File hashes

Hashes for zomake-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7a9c235cc430286209679cdcf0522bb1bbf5d88dca7e754d34308c8226d81473
MD5 8826559934007a8a76f599c9f9c122fc
BLAKE2b-256 813786a8eb6599f472bb5847f06b31afa8ea0e41b0a494be8df0a3da66e16b9a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page