products/sources/formale Sprachen/C/Lyx image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: Gladiale.jpg   Sprache: Unknown

Spracherkennung für: .ci vermutete Sprache: PVS {PVS[67] Lisp[77] CS[99]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

##########################################################################
##         #   The Coq Proof Assistant / The Coq Development Team       ##
##  v      #   INRIA, CNRS and contributors - Copyright 1999-2018       ##
## <O___,, #       (see CREDITS file for the list of authors)           ##
##   \VV/  ###############################################################
##    //   #    This file is distributed under the terms of the         ##
##         #     GNU Lesser General Public License Version 2.1          ##
##         #     (see LICENSE file for the text of the license)         ##
##########################################################################

CI_TARGETS= \
    ci-aac_tactics \
    ci-argosy \
    ci-bedrock2 \
    ci-bignums \
    ci-color \
    ci-compcert \
    ci-coq_dpdgraph \
    ci-coquelicot \
    ci-corn \
    ci-cpdt \
    ci-cross-crypto \
    ci-elpi \
    ci-ext-lib \
    ci-equations \
    ci-fcsl-pcm \
    ci-fiat-crypto \
    ci-fiat-crypto-legacy \
    ci-fiat_parsers \
    ci-flocq \
    ci-geocoq \
    ci-coqhammer \
    ci-hott \
    ci-iris-lambda-rust \
    ci-ltac2 \
    ci-math-classes \
    ci-math-comp \
    ci-mtac2 \
    ci-paramcoq \
    ci-quickchick \
    ci-relation_algebra \
    ci-sf \
    ci-simple-io \
    ci-stdlib2 \
    ci-tlc \
    ci-unimath \
    ci-verdi-raft \
    ci-vst

.PHONY: ci-all $(CI_TARGETS)

ci-help:
 echo '*** Coq CI system, please specify a target to build.'
 false

ci-all: $(CI_TARGETS)

ci-color: ci-bignums

ci-math-classes: ci-bignums

ci-corn: ci-math-classes

ci-simple-io: ci-ext-lib
ci-quickchick: ci-ext-lib ci-simple-io

# Generic rule, we use make to ease CI integration
$(CI_TARGETS): ci-%:
 +./dev/ci/ci-wrapper.sh $*

# For emacs:
# Local Variables:
# mode: makefile
End:

[ Dauer der Verarbeitung: 0.468 Sekunden  ]