dynare/mex/sources/Makefile.am

21 lines
328 B
Makefile

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