source: ThirdParty/mpqc_open/Makefile.am@ 91c409

Candidate_v1.7.0 stable
Last change on this file since 91c409 was 9259c3, checked in by Frederik Heber <frederik.heber@…>, 8 weeks ago

MPQC_OPEN: Fixes unit tests.

  • several unit tests programs actually need arguments. Those have been copnverted to autotest test cases.
  • half of these new test cases are expected to fail because modules cannot be properly loaded.
  • Property mode set to 100644
File size: 329 bytes
RevLine 
[494d1f]1ACLOCAL_AMFLAGS = -I m4
2
[9259c3]3SUBDIRS = src/lib src/bin/mpqc src/lib/validate src/bin/mpqc/validate lib
[4f20e7]4
5EXTRA_DIST = \
[033dbc]6 bin/listlibs.pl \
[4f20e7]7 include/FlexLexer.h \
[007aa9]8 lib/atominfo.kv \
[4f20e7]9 lib/basis \
[007aa9]10 lib/cca \
11 lib/perl
[4e8108]12
13# have libtool update itself
14LIBTOOL_DEPS = @LIBTOOL_DEPS@
15libtool: $(LIBTOOL_DEPS)
16 $(SHELL) ./config.status libtool
Note: See TracBrowser for help on using the repository browser.