Project

General

Profile

« Previous | Next » 

Revision 9aaee7f9

Added by Xavier Thirioux almost 9 years ago

added warnings for useless variables (at verbose level 1)
- exact definition of 'useless' may be further refined
- display could certainly be improved

View differences:

Makefile
1 1
# OASIS_START
2
# DO NOT EDIT (digest: a3c674b4239234cbbe53afe090018954)
2
# DO NOT EDIT (digest: bc1e05bfc8b39b664f29dae8dbd3ebbb)
3 3

  
4 4
SETUP = ocaml setup.ml
5 5

  
......
12 12
test: setup.data build
13 13
	$(SETUP) -test $(TESTFLAGS)
14 14

  
15
all:
15
all: 
16 16
	$(SETUP) -all $(ALLFLAGS)
17 17

  
18 18
install: setup.data
......
24 24
reinstall: setup.data
25 25
	$(SETUP) -reinstall $(REINSTALLFLAGS)
26 26

  
27
clean:
27
clean: 
28 28
	$(SETUP) -clean $(CLEANFLAGS)
29 29

  
30
distclean:
30
distclean: 
31 31
	$(SETUP) -distclean $(DISTCLEANFLAGS)
32 32

  
33 33
setup.data:
34 34
	$(SETUP) -configure $(CONFIGUREFLAGS)
35 35

  
36
configure:
37
	$(SETUP) -configure $(CONFIGUREFLAGS)
38

  
39 36
.PHONY: build doc test all install uninstall reinstall clean distclean configure
40 37

  
41 38
# OASIS_STOP

Also available in: Unified diff