From 086f066180dbb9c2ab81f2f77601a7568c305328 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Mon, 30 Mar 2015 10:11:02 +0200 Subject: character packaged --- mathcomp/character/AUTHORS | 1 + mathcomp/character/CeCILL-B | 1 + mathcomp/character/INSTALL | 1 + mathcomp/character/Make | 11 +++++++++++ mathcomp/character/Makefile | 23 +++++++++++++++++++++++ mathcomp/character/README | 1 + mathcomp/character/opam | 12 ++++++++++++ 7 files changed, 50 insertions(+) create mode 120000 mathcomp/character/AUTHORS create mode 120000 mathcomp/character/CeCILL-B create mode 120000 mathcomp/character/INSTALL create mode 100644 mathcomp/character/Make create mode 100644 mathcomp/character/Makefile create mode 120000 mathcomp/character/README create mode 100644 mathcomp/character/opam (limited to 'mathcomp') diff --git a/mathcomp/character/AUTHORS b/mathcomp/character/AUTHORS new file mode 120000 index 0000000..b55a98d --- /dev/null +++ b/mathcomp/character/AUTHORS @@ -0,0 +1 @@ +../../etc/AUTHORS \ No newline at end of file diff --git a/mathcomp/character/CeCILL-B b/mathcomp/character/CeCILL-B new file mode 120000 index 0000000..83e22fd --- /dev/null +++ b/mathcomp/character/CeCILL-B @@ -0,0 +1 @@ +../../etc/CeCILL-B \ No newline at end of file diff --git a/mathcomp/character/INSTALL b/mathcomp/character/INSTALL new file mode 120000 index 0000000..6aa7ec5 --- /dev/null +++ b/mathcomp/character/INSTALL @@ -0,0 +1 @@ +../../etc/INSTALL \ No newline at end of file diff --git a/mathcomp/character/Make b/mathcomp/character/Make new file mode 100644 index 0000000..646641d --- /dev/null +++ b/mathcomp/character/Make @@ -0,0 +1,11 @@ +all.v +character.v +classfun.v +finfield.v +inertia.v +integral_char.v +mxabelem.v +mxrepresentation.v +vcharacter.v + +-R . mathcomp.character diff --git a/mathcomp/character/Makefile b/mathcomp/character/Makefile new file mode 100644 index 0000000..d693257 --- /dev/null +++ b/mathcomp/character/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/character/README b/mathcomp/character/README new file mode 120000 index 0000000..e4e30e8 --- /dev/null +++ b/mathcomp/character/README @@ -0,0 +1 @@ +../../etc/README \ No newline at end of file diff --git a/mathcomp/character/opam b/mathcomp/character/opam new file mode 100644 index 0000000..3cc4e0d --- /dev/null +++ b/mathcomp/character/opam @@ -0,0 +1,12 @@ +opam-version: "1.2" +name: "coq:mathcomp:character" +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/character'" ] +depends: [ "coq:mathcomp:field" { = "1.5" } ] -- cgit v1.2.3