|
1 |
| -# Common make rules for all downloaded packages (request from FH) |
2 |
| -# ====================================================================== |
3 |
| -# Written by Antoine Le Hyaric |
4 |
| -# http://www.ljll.math.upmc.fr/lehyaric |
5 |
| -# Laboratoire Jacques-Louis Lions |
6 |
| -# Université Pierre et Marie Curie-Paris6, UMR 7598, Paris, F-75005 France |
7 |
| -# ====================================================================== |
8 |
| -# This file is part of Freefem++ |
9 |
| -# |
10 |
| -# Freefem++ is free software; you can redistribute it and/or modify |
11 |
| -# it under the terms of the GNU Lesser General Public License as |
12 |
| -# published by the Free Software Foundation; either version 2.1 of |
13 |
| -# the License, or (at your option) any later version. |
14 |
| -# |
15 |
| -# Freefem++ is distributed in the hope that it will be useful, |
16 |
| -# but WITHOUT ANY WARRANTY; without even the implied warranty of |
17 |
| -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
18 |
| -# GNU Lesser General Public License for more details. |
19 |
| -# |
20 |
| -# You should have received a copy of the GNU Lesser General Public |
21 |
| -# License along with Freefem++; if not, write to the Free Software |
22 |
| -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
23 |
| -# ====================================================================== |
24 |
| -# headeralh brief="Common make rules for all downloaded packages (request from FH)" default=0 freefem make start=06/11/2013 upmc written |
| 1 | +############################################################################ |
| 2 | +# This file is part of FreeFEM. # |
| 3 | +# # |
| 4 | +# FreeFEM is free software: you can redistribute it and/or modify # |
| 5 | +# it under the terms of the GNU Lesser General Public License as # |
| 6 | +# published by the Free Software Foundation, either version 3 of # |
| 7 | +# the License, or (at your option) any later version. # |
| 8 | +# # |
| 9 | +# FreeFEM is distributed in the hope that it will be useful, # |
| 10 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of # |
| 11 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # |
| 12 | +# GNU Lesser General Public License for more details. # |
| 13 | +# # |
| 14 | +# You should have received a copy of the GNU Lesser General Public License # |
| 15 | +# along with FreeFEM. If not, see <http://www.gnu.org/licenses/>. # |
| 16 | +############################################################################ |
| 17 | +# SUMMARY : Common make rules for all downloaded packages (request from FH) |
| 18 | +# LICENSE : LGPLv3 |
| 19 | +# ORG : LJLL Universite Pierre et Marie Curie, Paris, FRANCE |
| 20 | +# AUTHORS : ... |
| 21 | +# E-MAIL : ... |
25 | 22 |
|
26 | 23 | # Common goals for all packages:
|
27 | 24 | # download compile install reinstall clean veryclean
|
|
0 commit comments