Revision d1baac41
Added by Xavier Thirioux over 10 years ago
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
corrected a bug that made an error silent, confusing users...
git-svn-id: https://cavale.enseeiht.fr/svn/lustrec/lustre_compiler/trunk@370 041b043f-8d7c-46b2-b46e-ef0dd855326e