Home | History | Annotate | Download | only in libelf

Lines Matching refs:VERSION

10 ##     Software Foundation; either version 3 of the License, or (at
11 ## your option) any later version
16 ## Software Foundation; either version 2 of the License, or (at
17 ## your option) any later version
35 VERSION = 1
106 -Wl,--version-script,$(srcdir)/libelf.map,--no-undefined \
107 -Wl,--soname,$@.$(VERSION),-z,defs,-z,relro $(libelf_so_LDLIBS)
109 $(AM_V_at)ln -fs $@ $@.$(VERSION)
114 ln -fs libelf-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libelf.so.$(VERSION)
115 ln -fs libelf.so.$(VERSION) $(DESTDIR)$(libdir)/libelf.so
119 rm -f $(DESTDIR)$(libdir)/libelf.so.$(VERSION)
127 CLEANFILES += $(am_libelf_pic_a_OBJECTS) libelf.so.$(VERSION)