dynare/mex/sources/Makefile.am

19 lines
284 B
Makefile
Raw Normal View History

SUBDIRS = estimation
EXTRA_DIST = \
dynblas.h \
dynlapack.h \
dynmex.h \
mjdgges \
kronecker \
bytecode \
qzcomplex \
k_order_perturbation \
ordschur
clean-local:
rm -rf `find mex/sources -name *.o`
dist-hook:
rm -rf `find $(distdir)/mex/sources -name *.o -or -name *~`