~logan/ubuntu/trusty/suitesparse/4.2.1-3ubuntu1

« back to all changes in this revision

Viewing changes to CXSparse_newfiles/Lib/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2009-02-24 11:08:12 UTC
  • mfrom: (7.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090224110812-hawvr3dh5kjbvlae
debian/control: Add an epoch to the version number of
libsuitesparse-3.0.2 in replaces/conflicts for libcolamd-3.2.0
(really, closes: #516725)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Modify the "-O" optimization option for best performance (-O3 on Linux):
2
 
CC = cc
3
 
CFLAGS = -O
 
1
# CC = cc
 
2
# CFLAGS = -O
 
3
 
 
4
default: all
 
5
 
 
6
include ../../UFconfig/UFconfig.mk
 
7
 
4
8
I = -I../../UFconfig -I../Include
5
9
 
6
 
AR = ar cr
7
 
RANLIB = ranlib
 
10
# AR = ar cr
 
11
# RANLIB = ranlib
8
12
 
9
13
all: libcxsparse.a
10
14