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@…>, 7 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
Line 
1ACLOCAL_AMFLAGS = -I m4
2
3SUBDIRS = src/lib src/bin/mpqc src/lib/validate src/bin/mpqc/validate lib
4
5EXTRA_DIST = \
6 bin/listlibs.pl \
7 include/FlexLexer.h \
8 lib/atominfo.kv \
9 lib/basis \
10 lib/cca \
11 lib/perl
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.