Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/python/python-hglib/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 363 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
PYTHON=python
help:
 @echo 'Commonly used make targets:'
 @echo '  tests - run all tests in the automatic test suite'

all: help

.PHONY: tests

MANIFEST.in:
 hg manifest | sed -e 's/^/include /' > MANIFEST.in

dist: MANIFEST.in
 TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py -q sdist

tests:
 $(PYTHON) test.py --with-doctest

Messung V0.5 in Prozent
C=89 H=88 G=88

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-04-26]