~ubuntu-branches/ubuntu/vivid/psicode/vivid

« back to all changes in this revision

Viewing changes to src/bin/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-06-07 16:49:57 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080607164957-8pifvb133yjlkagn
Tags: 3.3.0-3
* debian/rules (DEB_MAKE_CHECK_TARGET): Do not abort test suite on
  failures.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Set ${bindir} to /usr/lib/psi.
* debian/rules (install/psi3): Move psi3 file to /usr/bin.
* debian/patches/07_464867_move_executables.dpatch: New patch, add
  /usr/lib/psi to the $PATH, so that the moved executables are found.
  (closes: #464867)
* debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.PHONY: default all install depend clean targetclean
3
3
 
4
4
subdirs = \
5
 
psi3 input cints cscf transqt optking \
 
5
psi3 input cints cscf transqt transqt2 optking \
6
6
ccsort ccenergy cctriples cchbar cclambda ccdensity cceom ccresponse \
7
7
clag cphf detcas detcasman detci geom mp2 mp2r12 oeprop psiclean \
8
 
mocube localize stable response cis cceom-d dboc extrema
 
8
mocube localize stable response cis dboc extrema intder \
9
9
 
10
10
all: default
11
11
 
53
53
 
54
54
top_srcdir = @top_srcdir@
55
55
srcdir = @srcdir@
 
56
datarootdir = @datarootdir@
56
57
top_objdir = ../..
57
58
 
58
 
$(top_srcdir)/configure: $(top_srcdir)/configure.in $(top_srcdir)/aclocal.m4
 
59
$(top_srcdir)/configure: $(top_srcdir)/configure.ac $(top_srcdir)/aclocal.m4
59
60
        cd $(top_srcdir) && autoconf
60
61
 
61
62
$(top_objdir)/config.status: $(top_srcdir)/configure