Changeset 1127
- Timestamp:
- 02/12/08 11:34:41 (3 years ago)
- Location:
- trunk/contrib/bindings
- Files:
-
- 2 added
- 3 deleted
- 1 edited
-
Makefile.am (modified) (1 diff)
-
README.python (deleted)
-
nxpylib (deleted)
-
nxpython (deleted)
-
python (added)
-
python/Makefile.am (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/contrib/bindings/Makefile.am
r598 r1127 1 1 ## Process this file with automake to produce Makefile.in 2 2 #==================================================================== 3 # NeXus - Neutron & X-ray Common Data Format 3 4 # 4 # $Id$5 # $Id$ 5 6 # 6 # @configure_input@ 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.neutron.anl.gov/NeXus/> 7 27 # 8 28 #==================================================================== 9 #if HAVE_LIBXML2 10 #NXTRANSLATE=NXtranslate 29 30 #if HAVE_JAVAC 31 #JAVASUB = java 11 32 #endif 12 #if INSTALL_NXPYTHON 13 #NXPYTHON=nxpython 14 #endif 15 #SUBDIRS = NXdir $(NXTRANSLATE) 16 #SUBDIRS = $(NXPYTHON) 33 if HAVE_PYTHON 34 PYSUB = python 35 endif 36 SUBDIRS = $(JAVASUB) $(PYSUB)
Note: See TracChangeset
for help on using the changeset viewer.
