]> git.stg.codes - stg.git/commitdiff
Library Makefile added
authorMaxim Mamontov <faust.madf@gmail.com>
Tue, 26 Jul 2011 15:50:58 +0000 (18:50 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Tue, 26 Jul 2011 15:50:58 +0000 (18:50 +0300)
stglibs/smux.lib/Makefile [new file with mode: 0644]

diff --git a/stglibs/smux.lib/Makefile b/stglibs/smux.lib/Makefile
new file mode 100644 (file)
index 0000000..450c628
--- /dev/null
@@ -0,0 +1,18 @@
+include ../../Makefile.conf
+
+LIB_NAME = stgsmux
+
+SRCS = $(wildcard *.c)
+
+INCS = $(wildcard *.h)
+
+ASN1_SOURCES = RFC1213-MIB.asn1 \
+              RFC1155-SMI.asn1 \
+              RFC1157-SNMP.asn1 \
+              SMUX.asn1
+
+asn1: $(ASN1_SOURCES)
+       asn1c -fskeletons-copy -fcompound-names $^
+       rm Makefile.am.sample
+
+include ../Makefile.in