Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Openjdk/test/hotspot/jtreg/   (Sun/Oracle ©)  Datei vom 17.0.2023 mit Größe 2 kB image not shown  

Quelle  Makefile

  Sprache: Text
 


.PHONY: build dist

PYTHON=/usr/bin/python3
TEST=
PARAMETERS=

build:
 ${PYTHON} setup.py build ${PARAMETERS}

buildext:
 ${PYTHON} setup.py --with-libyaml build ${PARAMETERS}

force:
 ${PYTHON} setup.py build -f ${PARAMETERS}

forceext:
 ${PYTHON} setup.py --with-libyaml build -f ${PARAMETERS}

install:
 ${PYTHON} setup.py install ${PARAMETERS}

installext:
 ${PYTHON} setup.py --with-libyaml install ${PARAMETERS}

test: build
 ${PYTHON} tests/lib/test_build.py ${TEST}

testext: buildext
 ${PYTHON} tests/lib/test_build_ext.py ${TEST}

testall:
 ${PYTHON} setup.py test

dist:
 @# No longer uploading a zip file to pypi
 @# ${PYTHON} setup.py --with-libyaml sdist --formats=zip,gztar
 ${PYTHON} setup.py --with-libyaml sdist --formats=gztar

windist:
 ${PYTHON} setup.py --with-libyaml bdist_wininst

clean:
 ${PYTHON} setup.py --with-libyaml clean -a
 rm -fr \
     dist/ \
     lib/PyYAML.egg-info/ \
     lib/yaml/__pycache__/ \
     tests/lib/__pycache__/ \
     yaml/_yaml.c \


¤ Dauer der Verarbeitung: 0.37 Sekunden  (vorverarbeitet am  2026-04-26) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.