Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
2ec851cb
Commit
2ec851cb
authored
Aug 08, 2019
by
Ralf Mueller
🎣
Browse files
avoid relative paths for scripting interface generation
parent
ea9827ba
Changes
1
Show whitespace changes
Inline
Side-by-side
interfaces/Makefile.am
View file @
2ec851cb
...
...
@@ -4,9 +4,7 @@ SWIGCDILIB = cdilib.i
SWIGCDIOBJ
=
cdiobj.i
BINDINGS
=
EXTRA_DIST
=
$(SWIGCDIOBJ)
$(SWIGCDILIB)
\
\
ruby/cdilib_wrap.c ruby/cdiobj_wrap.cpp ruby/testLib.rb
\
INTERFACES_FILES
=
ruby/cdilib_wrap.c ruby/cdiobj_wrap.cpp ruby/testLib.rb
\
ruby/testObj.rb
\
\
python/cdilib_wrap.c python/cdiobj_wrap.cpp python/testLib.py
\
...
...
@@ -18,6 +16,8 @@ EXTRA_DIST = $(SWIGCDIOBJ) $(SWIGCDILIB) \
\
f2003/bindGen.rb
EXTRA_DIST
=
$(SWIGCDIOBJ)
$(SWIGCDILIB)
$(INTERFACES_FILES)
if
CREATE_INTERFACES
BINDINGS
+=
help
endif
...
...
@@ -30,7 +30,7 @@ noinst_PROGRAMS += CdiInfo
noinst_LTLIBRARIES
+=
libcdipp.la
endif
#
locallibs
=
$(top_builddir)
/src/.libs/libcdi.so @LTLIBOBJS@ @NETCDF_LIBS@ @SZLIB_LIBS@
locallibs
=
$(
abs_
top_builddir)
/src/.libs/libcdi.so @LTLIBOBJS@ @NETCDF_LIBS@ @SZLIB_LIBS@
libcdipp_la_SOURCES
=
cdi.cpp cdi.hpp
libcdipp_la_LIBADD
=
$(top_builddir)
/src/libcdi.la
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment