dynare/mex/sources/Makefile.am

19 lines
300 B
Makefile
Raw Normal View History

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