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

« back to all changes in this revision

Viewing changes to src/lib/libchkpt/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:
4
4
 
5
5
include ../MakeVars
6
6
 
7
 
TARGET = $(top_objdir)/lib/libPSI_chkpt.a
 
7
PSITARGET = $(top_objdir)/lib/libPSI_chkpt.a
8
8
 
9
9
TRUESRC = \
10
10
init.c \
69
69
ecorr.c \
70
70
eref.c \
71
71
efzc.c \
 
72
e_labeled.c \
72
73
disp.c \
73
74
cartrep.c \
74
75
grad.c \
77
78
nfzc.c \
78
79
nfzv.c \
79
80
frzcpi.c \
80
 
frzvpi.c
 
81
frzvpi.c \
 
82
disp_irrep.c \
 
83
cdsalcpi.c \
 
84
cdsalc2cd.c \
 
85
exist.c \
 
86
override_occ.c
81
87
 
82
88
DEPENDINCLUDE = chkpt.h
83
89