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

« back to all changes in this revision

Viewing changes to lib/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:
14
14
prefix = @prefix@
15
15
srcdir = @srcdir@
16
16
datadir = @datadir@
 
17
datarootdir = @datarootdir@
17
18
VPATH = @srcdir@
18
19
top_objdir = ..
19
20
MKDIRS = @MKDIRS@
29
30
        $(MKDIRS) $(datadir)
30
31
        $(INSTALL_DATA) $< $(datadir)
31
32
 
32
 
$(top_srcdir)/configure: $(top_srcdir)/configure.in $(top_srcdir)/aclocal.m4
 
33
$(top_srcdir)/configure: $(top_srcdir)/configure.ac $(top_srcdir)/aclocal.m4
33
34
        cd $(top_srcdir) && autoconf
34
35
 
35
36
$(top_objdir)/config.status: $(top_srcdir)/configure