summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/lib/Makefile.in
blob: 0af159c1e60a52ae9308077e2473f072655f22d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (c) 2003-2003
#	Fraunhofer Institute for Open Communication Systems (FhG Fokus).
#	All rights reserved.
#
# Author: Harti Brandt <harti@freebsd.org>
#
# $Begemot: bsnmp/lib/Makefile.in,v 1.4 2004/08/06 08:46:47 brandt Exp $
#
SRCS=	asn1.c snmp.c snmpagent.c snmpclient.c support.c
INCS=	asn1.h snmp.h snmpagent.h snmpclient.h
MAN3=	asn1.3 bsnmplib.3 bsnmpclient.3 bsnmpagent.3

LIB=	libbsnmp.la
SHLIB_MAJOR= 2
SHLIB_MINOR= 0

CFLAGS+= -I$(srcdir)

$(LIB): $(SRCS:.c=.lo)
	$(LIBTOOL) --mode=link $(CC) $(LDLAGS) -o $@ $(SRCS:.c=.lo) -rpath $(libdir) -version-info $(SHLIB_MAJOR):$(SHLIB_MINOR)
OpenPOWER on IntegriCloud