Makefile.top (net-snmp-5.9.2) | : | Makefile.top (net-snmp-5.9.3) | ||
---|---|---|---|---|
skipping to change at line 72 | skipping to change at line 72 | |||
CC = @CC@ | CC = @CC@ | |||
LINKCC = @LINKCC@ | LINKCC = @LINKCC@ | |||
# use libtool versioning the way they recommend. | # use libtool versioning the way they recommend. | |||
# The (slightly clarified) rules: | # The (slightly clarified) rules: | |||
# | # | |||
# - If any interfaces/structures have been removed or changed since the | # - If any interfaces/structures have been removed or changed since the | |||
# last update, increment current (+5), and set age and revision to 0. Stop. | # last update, increment current (+5), and set age and revision to 0. Stop. | |||
# | # | |||
# - If any interfaces have been added since the last public release, then | # - If any interfaces have been added since the last public release, then | |||
# increment current and age, and set revision to 0. Stop. | # increment current AND age, and set revision to 0. Stop. | |||
# | # | |||
# - If the source code has changed at all since the last update, | # - If the source code has changed at all since the last update, | |||
# then increment revision (c:r:a becomes c:r+1:a). | # then increment revision (c:r:a becomes c:r+1:a). | |||
# | # | |||
# Note: maintenance releases (eg 5.2.x) should never have changes | # Note: maintenance releases (eg 5.2.x) should never have changes | |||
# that would require a current to be incremented. | # that would require a current to be incremented. | |||
# | # | |||
# policy: we increment major releases of LIBCURRENT by 5 starting at | # policy: we increment major releases of LIBCURRENT by 5 starting at | |||
# 5.3 was at 10, 5.4 is at 15, ... This leaves some room for needed | # 5.3 was at 10, 5.4 is at 15, ... This leaves some room for needed | |||
# changes for past releases if absolutely necessary. | # changes for past releases if absolutely necessary. | |||
# | # | |||
# Most recent change: 40 for the v5.8.1 release. | # Most recent change: 40 for the v5.8.1 release. | |||
LIBCURRENT = 41 | LIBCURRENT = 42 | |||
LIBAGE = 2 | LIBAGE = 2 | |||
LIBREVISION = 0 | LIBREVISION = 0 | |||
LIB_LD_CMD = $(LIBTOOL) --mode=link $(LINKCC) $(CFLAGS) -rpath $(libdir) -v ersion-info $(LIBCURRENT):$(LIBREVISION):$(LIBAGE) @LD_NO_UNDEFINED@ -o | LIB_LD_CMD = $(LIBTOOL) --mode=link $(LINKCC) $(CFLAGS) -rpath $(libdir) -v ersion-info $(LIBCURRENT):$(LIBREVISION):$(LIBAGE) @LD_NO_UNDEFINED@ -o | |||
LIB_EXTENSION = la | LIB_EXTENSION = la | |||
LIB_VERSION = | LIB_VERSION = | |||
LIB_LDCONFIG_CMD = $(LIBTOOL) --mode=finish $(INSTALL_PREFIX)$(libdir) | LIB_LDCONFIG_CMD = $(LIBTOOL) --mode=finish $(INSTALL_PREFIX)$(libdir) | |||
LINK = $(LIBTOOL) --mode=link $(LINKCC) | LINK = $(LIBTOOL) --mode=link $(LINKCC) | |||
# RANLIB = @RANLIB@ | # RANLIB = @RANLIB@ | |||
RANLIB = : | RANLIB = : | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |