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

« back to all changes in this revision

Viewing changes to include/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:
13
13
top_srcdir = @top_srcdir@
14
14
prefix = @prefix@
15
15
srcdir = @srcdir@
16
 
incdir = @incdir@
 
16
incdir = @includedir@
17
17
VPATH = @srcdir@
18
18
top_objdir = ..
19
19
MKDIRS = @MKDIRS@
28
28
        $(MKDIRS) $(incdir)
29
29
        $(INSTALL_INCLUDE) $^ $(incdir)
30
30
 
31
 
$(top_srcdir)/configure: $(top_srcdir)/configure.in $(top_srcdir)/aclocal.m4
 
31
$(top_srcdir)/configure: $(top_srcdir)/configure.ac $(top_srcdir)/aclocal.m4
32
32
        cd $(top_srcdir) && autoconf
33
33
 
34
34
$(top_objdir)/config.status: $(top_srcdir)/configure