~ubuntu-branches/ubuntu/precise/psicode/precise

« back to all changes in this revision

Viewing changes to src/bin/cchbar/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck, Michael Banck, Daniel Leidert
  • Date: 2009-02-23 00:12:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090223001202-rutldoy3dimfpesc
Tags: 3.4.0-1
* New upstream release.

[ Michael Banck ]
* debian/patches/01_DESTDIR.dpatch: Refreshed.
* debian/patches/02_FHS.dpatch: Removed, applied upstream.
* debian/patches/03_debian_docdir: Likewise.
* debian/patches/04_man.dpatch: Likewise.
* debian/patches/06_466828_fix_gcc_43_ftbfs.dpatch: Likewise.
* debian/patches/07_464867_move_executables: Fixed and refreshed.
* debian/patches/00list: Adjusted.
* debian/control: Improved description.
* debian/patches-held: Removed.
* debian/rules (install/psi3): Do not ship the ruby bindings for now.

[ Daniel Leidert ]
* debian/rules: Fix txtdir via DEB_MAKE_INSTALL_TARGET.
* debian/patches/01_DESTDIR.dpatch: Refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
PSILIBS = -lPSI_dpd -lPSI_qt -lPSI_chkpt -lPSI_iwl -lPSI_psio -lPSI_ciomr -lPSI_ipv1
9
9
 
10
 
CSRC = \
11
 
F.c      Wamef.c  Wmbij.c  cchbar.c      get_params.c \
12
 
Wabei.c  Wmbej.c  Wmnie.c  get_moinfo.c  purge.c      \
13
 
cache.c  sort_amps.c tau.c taut.c Wabei_ROHF.c  Wabei_RHF.c \
14
 
Wabei_AAAA_UHF.c Wabei_BBBB_UHF.c Wabei_ABAB_UHF.c Wabei_BABA_UHF.c \
15
 
status.c Wabei_RHF_FT2_a.c cc3_HET1.c norm_HET1.c HET1_Wabef.c \
16
 
cc2_Wabei.c cc2_Wmbej.c cc2_Wmbij.c cc2_Zmbej.c Fai.c Wabij.c reference.c \
 
10
CXXSRC = \
 
11
F.cc               Wabei_RHF.cc        cache.cc       get_params.cc \
 
12
Fai.cc             Wabei_RHF_FT2_a.cc  cc2_Wabei.cc   norm_HET1.cc \
 
13
HET1_Wabef.cc      Wabei_ROHF.cc       cc2_Wmbej.cc   purge.cc \
 
14
Wabei.cc           Wabij.cc            cc2_Wmbij.cc   reference.cc \
 
15
Wabei_AAAA_UHF.cc  Wamef.cc            cc2_Zmbej.cc   sort_amps.cc \
 
16
Wabei_ABAB_UHF.cc  Wmbej.cc            cc3_HET1.cc    status.cc \
 
17
Wabei_BABA_UHF.cc  Wmbij.cc            cchbar.cc      tau.cc \
 
18
Wabei_BBBB_UHF.cc  Wmnie.cc            get_moinfo.cc  taut.cc
17
19
 
18
 
BINOBJ = $(CSRC:%.c=%.o)
 
20
BINOBJ = $(CXXSRC:%.cc=%.o)
19
21
 
20
22
include ../MakeRules
21
23