comparison src/Makefile.in @ 230:1a3674836579

Provide flags for just-in-time compilation * src/configure.ac: add inst/private/get_vars.m as configured file * inst/private/get_vars.m.in: a function returning proper compiler or linker flags * inst/provate/generate_makefile.m: use flags * src/Makefile.in: add get_vars.m in the cleanall recipe
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Fri, 13 Jun 2014 18:45:40 +0200
parents 194f8c66b45a
children e348b84ecb70
comparison
equal deleted inserted replaced
229:194f8c66b45a 230:1a3674836579
119 119
120 cleanall: 120 cleanall:
121 $(RM) *.o core octave-core *.oct *~ *.xml *.status *.log \ 121 $(RM) *.o core octave-core *.oct *~ *.xml *.status *.log \
122 octave-workspace configure *.pvd *.vtu 122 octave-workspace configure *.pvd *.vtu
123 $(RM) -r autom4te.cache 123 $(RM) -r autom4te.cache
124 $(RM) ../inst/private/get_vars.m
124 $(RM) Makefile 125 $(RM) Makefile
125 126
126 127