summaryrefslogtreecommitdiff
path: root/contrib/bsnmp/lib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bsnmp/lib/Makefile.in')
-rw-r--r--contrib/bsnmp/lib/Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/bsnmp/lib/Makefile.in b/contrib/bsnmp/lib/Makefile.in
new file mode 100644
index 0000000000000..0af159c1e60a5
--- /dev/null
+++ b/contrib/bsnmp/lib/Makefile.in
@@ -0,0 +1,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)