comparison libinterp/module.mk @ 20408:3c70050faa1e

Fix install paths of fixed and generated test files * libinterp/module.mk (libinterptestsdir): Delete redundant libinterp. * liboctave/module.mk (liboctavetestsdir): Delete redundant liboctave. * test/module.mk (TEST_INST_FILES): New variable renamed from $(nobase_fixedtests_DATA). (install-data-local, uninstall-local, install-test-files, install-test-files): New custom targets to install fixed test files to correct path.
author Mike Miller <mtmiller@octave.org>
date Wed, 22 Jul 2015 01:01:03 -0400
parents 9b44691a3520
children 0fbe2e28ea84
comparison
equal deleted inserted replaced
20407:c5343519df78 20408:3c70050faa1e
234 234
235 LIBINTERP_TST_FILES_SRC := $(shell $(top_srcdir)/build-aux/find-files-with-tests.sh "$(srcdir)" $(ULT_DIST_SRC) $(DLDFCN_SRC)) 235 LIBINTERP_TST_FILES_SRC := $(shell $(top_srcdir)/build-aux/find-files-with-tests.sh "$(srcdir)" $(ULT_DIST_SRC) $(DLDFCN_SRC))
236 236
237 LIBINTERP_TST_FILES := $(addsuffix -tst,$(LIBINTERP_TST_FILES_SRC)) 237 LIBINTERP_TST_FILES := $(addsuffix -tst,$(LIBINTERP_TST_FILES_SRC))
238 238
239 libinterptestsdir := $(octtestsdir)/libinterp 239 libinterptestsdir := $(octtestsdir)
240 240
241 nobase_libinterptests_DATA = $(LIBINTERP_TST_FILES) 241 nobase_libinterptests_DATA = $(LIBINTERP_TST_FILES)
242 242
243 ## Override Automake's rule that forces a .hh extension on us even 243 ## Override Automake's rule that forces a .hh extension on us even
244 ## though we don't want it. It would be super awesome if automake 244 ## though we don't want it. It would be super awesome if automake