Revision c80e92d1
Added by Pierre-Loïc Garoche almost 6 years ago
Makefile.in | ||
---|---|---|
45 | 45 |
|
46 | 46 |
dist-src-clean: clean |
47 | 47 |
@rm -f config.log config.status include/*.lusic include/lustrec_math.h include/simulink_math_fcn.h include/conv.h include/mpfr_lustre.h |
48 |
@rm -f Makefile ./src/Makefile ./src/pluginList.ml ./src/version.ml ./src/_tags |
|
48 |
@rm -f Makefile ./src/Makefile ./src/pluginList.ml ./src/version.ml ./src/_tags ./src/ocaml_utils.ml
|
|
49 | 49 |
|
50 | 50 |
DIST_ARCHIVE_NAME=lustrec-$(shell $(LOCAL_BINDIR)/lustrec -version | grep version | cut -d, -f 2 | sed -e "s/ version //" -e "s/ (/-/" -e "s/ /-/" -e "s/\//-/" -e "s/)//")-src.tar.gz |
51 | 51 |
|
Also available in: Unified diff
Solving a warning with ocaml 4.04 and uppercase_ascii. Provides backward compatibility for 4.02