Skip to content

Commit

Permalink
character packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Mar 30, 2015
1 parent 821071c commit 086f066
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions mathcomp/character/AUTHORS
1 change: 1 addition & 0 deletions mathcomp/character/CeCILL-B
1 change: 1 addition & 0 deletions mathcomp/character/INSTALL
11 changes: 11 additions & 0 deletions mathcomp/character/Make
Original file line number Diff line number Diff line change
@@ -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
23 changes: 23 additions & 0 deletions mathcomp/character/Makefile
Original file line number Diff line number Diff line change
@@ -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

1 change: 1 addition & 0 deletions mathcomp/character/README
12 changes: 12 additions & 0 deletions mathcomp/character/opam
Original file line number Diff line number Diff line change
@@ -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" } ]

0 comments on commit 086f066

Please sign in to comment.