~ubuntu-branches/ubuntu/trusty/scotch/trusty-proposed

« back to all changes in this revision

Viewing changes to src/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): "Adam C. Powell, IV", Christophe Trophime, Johannes Ring, Adam C. Powell, IV, Angel Abad
  • Date: 2011-03-27 14:55:43 UTC
  • Revision ID: james.westby@ubuntu.com-20110327145543-4z6ls5frctvzodla
Tags: 5.1.11.dfsg-4
[Christophe Trophime]
* Add support for multiple Integer size versions (closes: #619840)
* debian/rules : rewrite to support multiple integer size versions and remove
  cdbs

[Johannes Ring]
* Remove -DSCOTCH_PTHREAD option from debian/Makefile*.inc (closes: #612621)
* Removed no-extra-clean.patch (closes: #612606).

[ Adam C. Powell, IV ]
* Fixed a couple of issues in debian/rules clean target.
* Reinstated debugging package builds after cdbs removal.

[ Angel Abad ]
* Fix FTBFS with binutils-gold (closes: #612170)

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
 
104
104
install                         :       required        $(bindir)       $(includedir)   $(libdir)       $(mandir)/man1
105
105
                                        -$(CP) -f ../bin/[agm]*$(EXE) $(bindir)
 
106
                                        -$(CP) -f ../bin/dg*$(EXE) $(bindir)
 
107
                                        -$(CP) -f ../bin/*scotch_esmumps$(EXE) $(bindir)
106
108
                                        -$(CP) -f ../include/*scotch*.h $(includedir)
107
 
                                        -$(CP) -f ../lib/*scotch*$(LIB) $(libdir)
 
109
                                        -$(CP) -f ../include/*metis*.h $(includedir)
 
110
                                        -$(CP) -f ../include/*esmumps*.h $(includedir)
 
111
                                        -$(CP) -af ../lib/*scotch*$(LIB) $(libdir)
 
112
                                        -$(CP) -af ../lib/*scotch*.so $(libdir)
 
113
                                        -$(CP) -af ../lib/*esmumps*$(LIB) $(libdir)
 
114
                                        -$(CP) -af ../lib/*esmumps*.so $(libdir)
 
115
                                        -$(CP) -af ../lib/*metis*.so $(libdir)
108
116
                                        -$(CP) -Rf ../man/* $(mandir)
109
117
 
110
118
clean                           :       required