# XXX FIXME XXX while extra/NaN has NOINSTALL set, we need to resolve the
# dependencies between tsa and NaN by hand.
include ../../Makeconf

DEPENDS=sumskipnan.m covm.m

all:

install:
	@$(INSTALL) -d $(DESTDIR)$(MPATH)/NaN
	@cd ../NaN && $(INSTALL_DATA) $(DEPENDS) $(DESTDIR)$(MPATH)/NaN
