aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Cohen2015-03-30 10:11:02 +0200
committerCyril Cohen2015-03-30 10:11:02 +0200
commit086f066180dbb9c2ab81f2f77601a7568c305328 (patch)
treea1dc13da154bdf837d18963a070b216269199ce5
parent821071c3ba30ad4ad9bb05b928b8bbf8dc2f85a2 (diff)
character packaged
l---------mathcomp/character/AUTHORS1
l---------mathcomp/character/CeCILL-B1
l---------mathcomp/character/INSTALL1
-rw-r--r--mathcomp/character/Make11
-rw-r--r--mathcomp/character/Makefile23
l---------mathcomp/character/README1
-rw-r--r--mathcomp/character/opam12
7 files changed, 50 insertions, 0 deletions
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 <ssreflect@msr-inria.inria.fr>"
+authors: "Ssreflect <ssreflect@msr-inria.inria.fr>"
+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" } ]