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

« back to all changes in this revision

Viewing changes to CAMD/MATLAB/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2007-05-29 09:36:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529093629-zowquo0b7slkk6nc
Tags: 3.0.0-2
* suitesparse builds properly twice in a row
* Bug fix: "suitesparse - FTBFS: Broken build depens: libgfortran1-dev",
  thanks to Bastian Blank (Closes: #426349).
* Bug fix: "suitesparse_3.0.0-1: FTBFS: build-depends on
  libgfortran1-dev", thanks to Steve Langasek (Closes: #426354).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
CAMD = ../Lib/libcamd.a
10
10
 
11
 
INC = -I../Include -I../../UFconfig
12
 
 
13
 
camd: camd_mex.c
14
 
        ( cd ../Source ; $(MAKE) )
15
 
        $(MEX) $(INC) -output camd camd_mex.c $(CAMD)
 
11
I = -I../Include -I../../UFconfig
 
12
 
 
13
INC = ../Include/camd.h ../Include/camd_internal.h ../../UFconfig/UFconfig.h
 
14
 
 
15
SRC = ../Source/camd_1.c ../Source/camd_2.c ../Source/camd_aat.c \
 
16
    ../Source/camd_control.c ../Source/camd_defaults.c ../Source/camd_dump.c \
 
17
    ../Source/camd_global.c ../Source/camd_info.c ../Source/camd_order.c \
 
18
    ../Source/camd_postorder.c \
 
19
    ../Source/camd_preprocess.c ../Source/camd_valid.c
 
20
 
 
21
camd: $(SRC) $(INC) camd_mex.c
 
22
        $(MEX) -DDLONG $(I) -output camd camd_mex.c $(SRC)
16
23
 
17
24
#------------------------------------------------------------------------------
18
25
# Remove all but the files in the original distribution
24
31
purge: distclean
25
32
 
26
33
distclean: clean
27
 
        - $(RM) camd.mex* camd.dll
 
34
        - $(RM) camd.mex*