~ubuntu-branches/ubuntu/natty/qhull/natty

« back to all changes in this revision

Viewing changes to src/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2004-02-01 01:14:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040201011413-gok3tzufxn804osb
Tags: 2003.1-1
* New upstream release.  There are backward incompatibilities in the code
  and the soversion was bumped to libqhull5.
* debian/rules:
  - Major rewrite of build and install rules, since we are using now the
    upstream tarball generated with "make dist".
  - Added config rule.
  - Use dpatch to patch src/user.h (enable qh_QHpointer).
* debian/control:
  - Removed build-dependencies on autoconf, automake, and libtool.
  - Build-depends on dpatch.
  - Changed section of libqhull-dev package to libdevel.
* debian/libqhull-dev.files: Added usr/share/doc/libqhull5/src
  directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
all::
2
 
 
3
 
include ../Makefile.prefix
4
 
 
5
 
all install clean uninstall::
6
 
        $(MAKE) -C liba $@
7
 
        $(MAKE) -C libso $@
8
 
        $(MAKE) -f Makefile.bins $@
9
 
 
10
 
hsrc = geom.h io.h mem.h merge.h poly.h qhull.h qhull_a.h qset.h stat.h user.h
11
 
 
12
 
install::
13
 
        -install --directory $(DESTDIR)$(includedir)/qhull
14
 
        $(INSTALL_DATA) $(hsrc) $(DESTDIR)$(includedir)/qhull/
15
 
 
16
 
.PHONY: all install install-strip clean uninstall