| Revision 1636,
1.5 KB
checked in by Pete Jemian, 4 months ago
(diff) |
|
point to current WWW site in license text, refs #281
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ## Process this file with automake to produce Makefile.in |
|---|
| 2 | #==================================================================== |
|---|
| 3 | # NeXus - Neutron & X-ray Common Data Format |
|---|
| 4 | # |
|---|
| 5 | # $Id$ |
|---|
| 6 | # |
|---|
| 7 | # Makefile for coordinating the generation of language bindings |
|---|
| 8 | # |
|---|
| 9 | # Copyright (C) 2004 Freddie Akeroyd |
|---|
| 10 | # |
|---|
| 11 | # This library is free software; you can redistribute it and/or |
|---|
| 12 | # modify it under the terms of the GNU Lesser General Public |
|---|
| 13 | # License as published by the Free Software Foundation; either |
|---|
| 14 | # version 2 of the License, or (at your option) any later version. |
|---|
| 15 | # |
|---|
| 16 | # This library is distributed in the hope that it will be useful, |
|---|
| 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 19 | # Lesser General Public License for more details. |
|---|
| 20 | # |
|---|
| 21 | # You should have received a copy of the GNU Lesser General Public |
|---|
| 22 | # License along with this library; if not, write to the Free |
|---|
| 23 | # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
|---|
| 24 | # MA 02111-1307 USA |
|---|
| 25 | # |
|---|
| 26 | # For further information, see <http://www.nexusformat.org> |
|---|
| 27 | # |
|---|
| 28 | #==================================================================== |
|---|
| 29 | if HAVE_CPP |
|---|
| 30 | CPPSUB = cpp |
|---|
| 31 | endif |
|---|
| 32 | if HAVE_F77 |
|---|
| 33 | F77SUB = f77 |
|---|
| 34 | endif |
|---|
| 35 | if HAVE_F90 |
|---|
| 36 | F90SUB = f90 |
|---|
| 37 | endif |
|---|
| 38 | if HAVE_JAVAC |
|---|
| 39 | JAVASUB = java |
|---|
| 40 | endif |
|---|
| 41 | if HAVE_SWIG |
|---|
| 42 | SWIGSUB = swig |
|---|
| 43 | endif |
|---|
| 44 | if HAVE_IDL |
|---|
| 45 | IDLSUB = idl |
|---|
| 46 | endif |
|---|
| 47 | if HAVE_PYTHON |
|---|
| 48 | PYSUB = python |
|---|
| 49 | endif |
|---|
| 50 | if HAVE_MATLAB |
|---|
| 51 | MATSUB = matlab |
|---|
| 52 | endif |
|---|
| 53 | SUBDIRS = $(CPPSUB) $(F77SUB) $(F90SUB) $(JAVASUB) $(SWIGSUB) $(IDLSUB) $(PYSUB) # $(MATSUB) |
|---|
Note: See
TracBrowser
for help on using the repository browser.