~ubuntu-branches/ubuntu/lucid/mumps/lucid

« back to all changes in this revision

Viewing changes to src/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2009-12-07 17:56:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091207175651-ftogh061hebcqzty
Tags: 4.9.2.dfsg-1
* New upstream release (closes: #554159).
* Changed -lblas to -lblas-3gf in Makefile.*.inc (closes: #557699).
* Linking tests to shared instead of static libs (closes: #555759).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
#  This file is part of MUMPS 4.8.4, built on Mon Dec 15 15:31:38 UTC 2008
 
2
#  This file is part of MUMPS 4.9.2, built on Thu Nov  5 07:05:08 UTC 2009
3
3
#
4
4
topdir = ..
5
5
libdir = $(topdir)/lib
27
27
        mumps_common.o\
28
28
        mumps_ooc_common.o\
29
29
        mumps_orderings.o\
 
30
        mumps_size.o\
30
31
        mumps_io.o\
31
32
        mumps_io_basic.o\
32
33
        mumps_io_thread.o\
33
34
        mumps_io_err.o\
34
 
        mumps_static_mapping.o
 
35
        mumps_static_mapping.o \
 
36
        tools_common_mod.o
35
37
 
36
38
OBJS =  $(ARITH)mumps_part1.o\
37
39
        $(ARITH)mumps_part2.o\
79
81
                        $(ARITH)mumps_ooc.o
80
82
 
81
83
$(ARITH)mumps_part5.o:  mumps_static_mapping.o
 
84
$(ARITH)mumps_part5.o:  $(ARITH)mumps_part2.o
82
85
 
 
86
$(ARITH)mumps_part2.o : tools_common_mod.o
83
87
 
84
88
.SUFFIXES: .c .F .o
85
89
.F.o:
86
 
        $(FC) $(OPTF) $(INC) $(ORDERINGSF) -I. -I../include -c $*.F
 
90
        $(FC) $(OPTF) $(INC) $(IORDERINGSF) $(ORDERINGSF) -I. -I../include -c $*.F
87
91
.c.o:
88
 
        $(CC) $(OPTC) $(INC) -I../include $(CDEFS) $(IORDERINGS) $(ORDERINGSC) -c $*.c
 
92
        $(CC) $(OPTC) $(INC) -I../include $(CDEFS) $(IORDERINGSC) $(ORDERINGSC) -c $*.c
89
93
 
90
94
$(ARITH)mumps_c.o:      mumps_c.c
91
95
        $(CC) $(OPTC) $(INC) $(CDEFS) -DMUMPS_ARITH=MUMPS_ARITH_$(ARITH) \
92
 
              $(IORDERINGS) $(ORDERINGSC) -I../include -c $? -o $@
 
96
              $(IORDERINGSC) $(ORDERINGSC) -I../include -c $? -o $@
93
97
 
94
98
 
95
99
clean: