From c7ddacdfc43ba25c9fbd9505b3960047c13596d0 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Tue, 24 Mar 2015 12:23:33 +0100 Subject: metadata for solvable and field --- mathcomp/field/AUTHORS | 1 + mathcomp/field/CeCILL-B | 1 + mathcomp/field/INSTALL | 1 + mathcomp/field/Make | 14 ++++++++++++++ mathcomp/field/Makefile | 23 +++++++++++++++++++++++ mathcomp/field/README | 1 + mathcomp/field/opam | 12 ++++++++++++ 7 files changed, 53 insertions(+) create mode 120000 mathcomp/field/AUTHORS create mode 120000 mathcomp/field/CeCILL-B create mode 120000 mathcomp/field/INSTALL create mode 100644 mathcomp/field/Make create mode 100644 mathcomp/field/Makefile create mode 120000 mathcomp/field/README create mode 100644 mathcomp/field/opam (limited to 'mathcomp/field') diff --git a/mathcomp/field/AUTHORS b/mathcomp/field/AUTHORS new file mode 120000 index 0000000..b55a98d --- /dev/null +++ b/mathcomp/field/AUTHORS @@ -0,0 +1 @@ +../../etc/AUTHORS \ No newline at end of file diff --git a/mathcomp/field/CeCILL-B b/mathcomp/field/CeCILL-B new file mode 120000 index 0000000..83e22fd --- /dev/null +++ b/mathcomp/field/CeCILL-B @@ -0,0 +1 @@ +../../etc/CeCILL-B \ No newline at end of file diff --git a/mathcomp/field/INSTALL b/mathcomp/field/INSTALL new file mode 120000 index 0000000..6aa7ec5 --- /dev/null +++ b/mathcomp/field/INSTALL @@ -0,0 +1 @@ +../../etc/INSTALL \ No newline at end of file diff --git a/mathcomp/field/Make b/mathcomp/field/Make new file mode 100644 index 0000000..93ff57c --- /dev/null +++ b/mathcomp/field/Make @@ -0,0 +1,14 @@ +all.v +algC.v +algebraics_fundamentals.v +algnum.v +closed_field.v +countalg.v +cyclotomic.v +falgebra.v +fieldext.v +finfield.v +galois.v +separable.v + +-R . mathcomp.field diff --git a/mathcomp/field/Makefile b/mathcomp/field/Makefile new file mode 100644 index 0000000..d693257 --- /dev/null +++ b/mathcomp/field/Makefile @@ -0,0 +1,23 @@ +H=@ + +ifeq "$(COQBIN)" "" +COQBIN=$(dir $(shell which coqtop))/ +endif + + +OLD_MAKEFLAGS:=$(MAKEFLAGS) +MAKEFLAGS+=-B + +.DEFAULT_GOAL := all + +%: + $(H)[ -e Makefile.coq ] || $(COQBIN)/coq_makefile -f Make -o Makefile.coq + $(H)MAKEFLAGS=$(OLD_MAKEFLAGS) $(MAKE) --no-print-directory \ + -f Makefile.coq $* + +.PHONY: clean +clean: + $(H)MAKEFLAGS=$(OLD_MAKEFLAGS) $(MAKE) --no-print-directory \ + -f Makefile.coq clean + $(H)rm -f Makefile.coq + diff --git a/mathcomp/field/README b/mathcomp/field/README new file mode 120000 index 0000000..e4e30e8 --- /dev/null +++ b/mathcomp/field/README @@ -0,0 +1 @@ +../../etc/README \ No newline at end of file diff --git a/mathcomp/field/opam b/mathcomp/field/opam new file mode 100644 index 0000000..659ad66 --- /dev/null +++ b/mathcomp/field/opam @@ -0,0 +1,12 @@ +opam-version: "1.2" +name: "coq:mathcomp:field" +version: "1.5" +maintainer: "Ssreflect " +authors: "Ssreflect " +homepage: "http://ssr.msr-inria.inria.fr/" +bug-reports: "ssreflect@msr-inria.inria.fr" +license: "CeCILL-B" +build: [ make "-j" "%{jobs}%" ] +install: [ make "install" ] +remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/field'" ] +depends: [ "coq:mathcomp:solvable" { = "1.5" } ] -- cgit v1.2.3