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

« back to all changes in this revision

Viewing changes to src/bin/optking/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:
18
18
         delocalize.cc irrep.cc get_syminfo.cc \
19
19
         opt_step.cc disp_user.cc make_disp.cc \
20
20
         grad_save.cc freq_grad.cc grad_energy.cc energy_save.cc \
21
 
         print_zmat.cc
 
21
         print_zmat.cc read_constraints.cc disp_freq_grad_cart.cc freq_grad_cart.cc \
 
22
         freq_energy_cart.cc disp_freq_energy_cart.cc
22
23
 
23
24
BINOBJ = $(CSRC:%.c=%.o) $(CXXSRC:%.cc=%.o)
24
25