]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bsnmp/lib/Makefile.in
Vendor fix for the build problem of snmp_pf. Move the fallback definitions
[FreeBSD/FreeBSD.git] / contrib / bsnmp / lib / Makefile.in
1 # Copyright (c) 2003-2003
2 #       Fraunhofer Institute for Open Communication Systems (FhG Fokus).
3 #       All rights reserved.
4 #
5 # Author: Harti Brandt <harti@freebsd.org>
6 #
7 # $Begemot: bsnmp/lib/Makefile.in,v 1.4 2004/08/06 08:46:47 brandt Exp $
8 #
9 SRCS=   asn1.c snmp.c snmpagent.c snmpclient.c support.c
10 INCS=   asn1.h snmp.h snmpagent.h snmpclient.h
11 MAN3=   asn1.3 bsnmplib.3 bsnmpclient.3 bsnmpagent.3
12
13 LIB=    libbsnmp.la
14 SHLIB_MAJOR= 2
15 SHLIB_MINOR= 0
16
17 CFLAGS+= -I$(srcdir)
18
19 $(LIB): $(SRCS:.c=.lo)
20         $(LIBTOOL) --mode=link $(CC) $(LDLAGS) -o $@ $(SRCS:.c=.lo) -rpath $(libdir) -version-info $(SHLIB_MAJOR):$(SHLIB_MINOR)