# Copyright (c) 2003-2003 # Fraunhofer Institute for Open Communication Systems (FhG Fokus). # All rights reserved. # # Author: Harti Brandt # # $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)