File: Makefile

package info (click to toggle)
paramcoq 1.1.3%2Bcoq8.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: ml: 1,679; python: 112; sh: 61; makefile: 55
file content (21 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
COQSRC=../../../coq/
COQPLUGIN=../../src
TOOL=bash ../../tools/coqdep.sh 

all: Makefile.gen
	make -f Makefile.gen

Makefile.gen graph.dot: 
	$(TOOL) $(COQSRC)

graph.png: graph.dot
	dot -Tpng graph.dot -o graph.png

ide:
	$(COQSRC)/bin/coqide -I $(COQPLUGIN) *.v

clean: Makefile.gen
	make -f Makefile.gen clean
	rm -f Makefile.gen
	rm -f graph.dot graph.png
	rm -f stdlib_*.v