~ubuntu-branches/debian/squeeze/gmsh/squeeze

« back to all changes in this revision

Viewing changes to contrib/Metis/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2009-02-17 10:12:27 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090217101227-mdrolkldak2pgd2i
Tags: 2.3.0.dfsg-1
* New upstream release
  + major graphics and GUI code refactoring; 
  + new full-quad/hexa subdivision algorithm (removed 
    Mesh.RecombineAlgo);
  + improved automatic transfinite corner selection (now also 
    for volumes); 
  + improved visibility browser; new automatic adaptive visualization
    for high-order simplices;
  + modified arrow size, clipping planes and transform options; many
    improvements and
  + bug fixes all over the place.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Gmsh - Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
 
1
# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle
2
2
#
3
3
# See the LICENSE.txt file for license information. Please report all
4
4
# bugs and problems to <gmsh@geuz.org>.
83
83
 
84
84
depend:
85
85
        (sed '/^# DO NOT DELETE THIS LINE/q' Makefile && \
86
 
        ${CXX} -MM ${CFLAGS} ${SRC} \
87
 
        ) >Makefile.new
 
86
         ${CXX} -MM ${CFLAGS} ${SRC} | sed 's/.o:/$${OBJEXT}:/g' \
 
87
        ) > Makefile.new
88
88
        cp Makefile Makefile.bak
89
89
        cp Makefile.new Makefile
90
90
        rm -f Makefile.new
91
91
 
92
92
# DO NOT DELETE THIS LINE
93
 
balance.o: balance.c metis.h defs.h struct.h macros.h rename.h proto.h
94
 
fm.o: fm.c metis.h defs.h struct.h macros.h rename.h proto.h
95
 
kwayfm.o: kwayfm.c metis.h defs.h struct.h macros.h rename.h proto.h
96
 
mcoarsen.o: mcoarsen.c metis.h defs.h struct.h macros.h rename.h proto.h
97
 
minitpart2.o: minitpart2.c metis.h defs.h struct.h macros.h rename.h \
98
 
  proto.h
99
 
mpmetis.o: mpmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
100
 
pmetis.o: pmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
101
 
subdomains.o: subdomains.c metis.h defs.h struct.h macros.h rename.h \
102
 
  proto.h
103
 
bucketsort.o: bucketsort.c metis.h defs.h struct.h macros.h rename.h \
104
 
  proto.h
105
 
fortran.o: fortran.c metis.h defs.h struct.h macros.h rename.h proto.h
106
 
kwayrefine.o: kwayrefine.c metis.h defs.h struct.h macros.h rename.h \
107
 
  proto.h
108
 
memory.o: memory.c metis.h defs.h struct.h macros.h rename.h proto.h
109
 
minitpart.o: minitpart.c metis.h defs.h struct.h macros.h rename.h \
110
 
  proto.h
111
 
mrefine2.o: mrefine2.c metis.h defs.h struct.h macros.h rename.h proto.h
112
 
pqueue.o: pqueue.c metis.h defs.h struct.h macros.h rename.h proto.h
113
 
timing.o: timing.c metis.h defs.h struct.h macros.h rename.h proto.h
114
 
ccgraph.o: ccgraph.c metis.h defs.h struct.h macros.h rename.h proto.h
115
 
frename.o: frename.c metis.h defs.h struct.h macros.h rename.h proto.h
116
 
kwayvolfm.o: kwayvolfm.c metis.h defs.h struct.h macros.h rename.h \
117
 
  proto.h
118
 
mesh.o: mesh.c metis.h defs.h struct.h macros.h rename.h proto.h
119
 
mkmetis.o: mkmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
120
 
mrefine.o: mrefine.c metis.h defs.h struct.h macros.h rename.h proto.h
121
 
refine.o: refine.c metis.h defs.h struct.h macros.h rename.h proto.h
122
 
util.o: util.c metis.h defs.h struct.h macros.h rename.h proto.h
123
 
coarsen.o: coarsen.c metis.h defs.h struct.h macros.h rename.h proto.h
124
 
graph.o: graph.c metis.h defs.h struct.h macros.h rename.h proto.h
125
 
kwayvolrefine.o: kwayvolrefine.c metis.h defs.h struct.h macros.h \
 
93
balance${OBJEXT}: balance.c metis.h defs.h struct.h macros.h rename.h proto.h
 
94
fm${OBJEXT}: fm.c metis.h defs.h struct.h macros.h rename.h proto.h
 
95
kwayfm${OBJEXT}: kwayfm.c metis.h defs.h struct.h macros.h rename.h proto.h
 
96
mcoarsen${OBJEXT}: mcoarsen.c metis.h defs.h struct.h macros.h rename.h proto.h
 
97
minitpart2${OBJEXT}: minitpart2.c metis.h defs.h struct.h macros.h rename.h \
 
98
  proto.h
 
99
mpmetis${OBJEXT}: mpmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
 
100
pmetis${OBJEXT}: pmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
 
101
subdomains${OBJEXT}: subdomains.c metis.h defs.h struct.h macros.h rename.h \
 
102
  proto.h
 
103
bucketsort${OBJEXT}: bucketsort.c metis.h defs.h struct.h macros.h rename.h \
 
104
  proto.h
 
105
fortran${OBJEXT}: fortran.c metis.h defs.h struct.h macros.h rename.h proto.h
 
106
kwayrefine${OBJEXT}: kwayrefine.c metis.h defs.h struct.h macros.h rename.h \
 
107
  proto.h
 
108
memory${OBJEXT}: memory.c metis.h defs.h struct.h macros.h rename.h proto.h
 
109
minitpart${OBJEXT}: minitpart.c metis.h defs.h struct.h macros.h rename.h \
 
110
  proto.h
 
111
mrefine2${OBJEXT}: mrefine2.c metis.h defs.h struct.h macros.h rename.h proto.h
 
112
pqueue${OBJEXT}: pqueue.c metis.h defs.h struct.h macros.h rename.h proto.h
 
113
timing${OBJEXT}: timing.c metis.h defs.h struct.h macros.h rename.h proto.h
 
114
ccgraph${OBJEXT}: ccgraph.c metis.h defs.h struct.h macros.h rename.h proto.h
 
115
frename${OBJEXT}: frename.c metis.h defs.h struct.h macros.h rename.h proto.h
 
116
kwayvolfm${OBJEXT}: kwayvolfm.c metis.h defs.h struct.h macros.h rename.h \
 
117
  proto.h
 
118
mesh${OBJEXT}: mesh.c metis.h defs.h struct.h macros.h rename.h proto.h
 
119
mkmetis${OBJEXT}: mkmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
 
120
mrefine${OBJEXT}: mrefine.c metis.h defs.h struct.h macros.h rename.h proto.h
 
121
refine${OBJEXT}: refine.c metis.h defs.h struct.h macros.h rename.h proto.h
 
122
util${OBJEXT}: util.c metis.h defs.h struct.h macros.h rename.h proto.h
 
123
coarsen${OBJEXT}: coarsen.c metis.h defs.h struct.h macros.h rename.h proto.h
 
124
graph${OBJEXT}: graph.c metis.h defs.h struct.h macros.h rename.h proto.h
 
125
kwayvolrefine${OBJEXT}: kwayvolrefine.c metis.h defs.h struct.h macros.h \
126
126
  rename.h proto.h
127
 
meshpart.o: meshpart.c metis.h defs.h struct.h macros.h rename.h proto.h
128
 
mkwayfmh.o: mkwayfmh.c metis.h defs.h struct.h macros.h rename.h proto.h
129
 
mutil.o: mutil.c metis.h defs.h struct.h macros.h rename.h proto.h
130
 
separator.o: separator.c metis.h defs.h struct.h macros.h rename.h \
131
 
  proto.h
132
 
compress.o: compress.c metis.h defs.h struct.h macros.h rename.h proto.h
133
 
initpart.o: initpart.c metis.h defs.h struct.h macros.h rename.h proto.h
134
 
match.o: match.c metis.h defs.h struct.h macros.h rename.h proto.h
135
 
mfm2.o: mfm2.c metis.h defs.h struct.h macros.h rename.h proto.h
136
 
mkwayrefine.o: mkwayrefine.c metis.h defs.h struct.h macros.h rename.h \
137
 
  proto.h
138
 
myqsort.o: myqsort.c metis.h defs.h struct.h macros.h rename.h proto.h
139
 
sfm.o: sfm.c metis.h defs.h struct.h macros.h rename.h proto.h
140
 
debug.o: debug.c metis.h defs.h struct.h macros.h rename.h proto.h
141
 
kmetis.o: kmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
142
 
mbalance2.o: mbalance2.c metis.h defs.h struct.h macros.h rename.h \
143
 
  proto.h
144
 
mfm.o: mfm.c metis.h defs.h struct.h macros.h rename.h proto.h
145
 
mmatch.o: mmatch.c metis.h defs.h struct.h macros.h rename.h proto.h
146
 
ometis.o: ometis.c metis.h defs.h struct.h macros.h rename.h proto.h
147
 
srefine.o: srefine.c metis.h defs.h struct.h macros.h rename.h proto.h
148
 
estmem.o: estmem.c metis.h defs.h struct.h macros.h rename.h proto.h
149
 
kvmetis.o: kvmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
150
 
mbalance.o: mbalance.c metis.h defs.h struct.h macros.h rename.h proto.h
151
 
mincover.o: mincover.c metis.h defs.h struct.h macros.h rename.h proto.h
152
 
mmd.o: mmd.c metis.h defs.h struct.h macros.h rename.h proto.h
153
 
parmetis.o: parmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
154
 
stat.o: stat.c metis.h defs.h struct.h macros.h rename.h proto.h
 
127
meshpart${OBJEXT}: meshpart.c metis.h defs.h struct.h macros.h rename.h proto.h
 
128
mkwayfmh${OBJEXT}: mkwayfmh.c metis.h defs.h struct.h macros.h rename.h proto.h
 
129
mutil${OBJEXT}: mutil.c metis.h defs.h struct.h macros.h rename.h proto.h
 
130
separator${OBJEXT}: separator.c metis.h defs.h struct.h macros.h rename.h \
 
131
  proto.h
 
132
compress${OBJEXT}: compress.c metis.h defs.h struct.h macros.h rename.h proto.h
 
133
initpart${OBJEXT}: initpart.c metis.h defs.h struct.h macros.h rename.h proto.h
 
134
match${OBJEXT}: match.c metis.h defs.h struct.h macros.h rename.h proto.h
 
135
mfm2${OBJEXT}: mfm2.c metis.h defs.h struct.h macros.h rename.h proto.h
 
136
mkwayrefine${OBJEXT}: mkwayrefine.c metis.h defs.h struct.h macros.h rename.h \
 
137
  proto.h
 
138
myqsort${OBJEXT}: myqsort.c metis.h defs.h struct.h macros.h rename.h proto.h
 
139
sfm${OBJEXT}: sfm.c metis.h defs.h struct.h macros.h rename.h proto.h
 
140
debug${OBJEXT}: debug.c metis.h defs.h struct.h macros.h rename.h proto.h
 
141
kmetis${OBJEXT}: kmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
 
142
mbalance2${OBJEXT}: mbalance2.c metis.h defs.h struct.h macros.h rename.h \
 
143
  proto.h
 
144
mfm${OBJEXT}: mfm.c metis.h defs.h struct.h macros.h rename.h proto.h
 
145
mmatch${OBJEXT}: mmatch.c metis.h defs.h struct.h macros.h rename.h proto.h
 
146
ometis${OBJEXT}: ometis.c metis.h defs.h struct.h macros.h rename.h proto.h
 
147
srefine${OBJEXT}: srefine.c metis.h defs.h struct.h macros.h rename.h proto.h
 
148
estmem${OBJEXT}: estmem.c metis.h defs.h struct.h macros.h rename.h proto.h
 
149
kvmetis${OBJEXT}: kvmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
 
150
mbalance${OBJEXT}: mbalance.c metis.h defs.h struct.h macros.h rename.h proto.h
 
151
mincover${OBJEXT}: mincover.c metis.h defs.h struct.h macros.h rename.h proto.h
 
152
mmd${OBJEXT}: mmd.c metis.h defs.h struct.h macros.h rename.h proto.h
 
153
parmetis${OBJEXT}: parmetis.c metis.h defs.h struct.h macros.h rename.h proto.h
 
154
stat${OBJEXT}: stat.c metis.h defs.h struct.h macros.h rename.h proto.h