Skip to content
Snippets Groups Projects
Commit 8735906e authored by Ralf Mueller's avatar Ralf Mueller
Browse files

Do without release information in libcdi

parent 3a711301
No related branches found
No related tags found
No related merge requests found
......@@ -26978,11 +26978,9 @@ fi
 
# ----------------------------------------------------------------------
# Show configuration
$as_echo "#======================================================================="
{ $as_echo "$as_me:${as_lineno-$LINENO}: CDI is configured with the following options:" >&5
$as_echo "$as_me: CDI is configured with the following options:" >&6;}
cat config.settings
$as_echo "#======================================================================="
 
if test "$ac_cv_prog_cc_c99" = "no"; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}:
......
......@@ -93,7 +93,6 @@ libcdi_la_SOURCES = \
swap.c
libcdi_la_LIBADD = @LTLIBOBJS@ @NETCDF_LDFLAGS@ @HDF5_LDFLAGS@ @SZLIB_LDFLAGS@ @ZLIB_LDFLAGS@
libcdi_la_LDFLAGS = -release @PACKAGE_VERSION@ @LDFLAGS@
#
cdilib.c:
$(top_srcdir)/src/make_cdilib $(top_srcdir)/src
......
......@@ -88,9 +88,6 @@ am_libcdi_la_OBJECTS = basetime.lo binary.lo calendar.lo cdf.lo \
tsteps.lo util.lo varscan.lo version.lo vlist.lo vlist_att.lo \
vlist_var.lo zaxis.lo stream.lo swap.lo
libcdi_la_OBJECTS = $(am_libcdi_la_OBJECTS)
libcdi_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(libcdi_la_LDFLAGS) $(LDFLAGS) -o $@
DEFAULT_INCLUDES = -I.@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
am__depfiles_maybe = depfiles
......@@ -348,7 +345,6 @@ libcdi_la_SOURCES = \
swap.c
libcdi_la_LIBADD = @LTLIBOBJS@ @NETCDF_LDFLAGS@ @HDF5_LDFLAGS@ @SZLIB_LDFLAGS@ @ZLIB_LDFLAGS@
libcdi_la_LDFLAGS = -release @PACKAGE_VERSION@ @LDFLAGS@
LOCALTARGETS = $(am__append_2)
#
CLEANFILES = `ls *~` cdilib.c $(am__append_3)
......@@ -436,7 +432,7 @@ clean-libLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
libcdi.la: $(libcdi_la_OBJECTS) $(libcdi_la_DEPENDENCIES)
$(libcdi_la_LINK) -rpath $(libdir) $(libcdi_la_OBJECTS) $(libcdi_la_LIBADD) $(LIBS)
$(LINK) -rpath $(libdir) $(libcdi_la_OBJECTS) $(libcdi_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment