]> git.stg.codes - stg.git/blob - stglibs/smux.lib/Makefile
Library Makefile added
[stg.git] / stglibs / smux.lib / Makefile
1 include ../../Makefile.conf
2
3 LIB_NAME = stgsmux
4
5 SRCS = $(wildcard *.c)
6
7 INCS = $(wildcard *.h)
8
9 ASN1_SOURCES = RFC1213-MIB.asn1 \
10                RFC1155-SMI.asn1 \
11                RFC1157-SNMP.asn1 \
12                SMUX.asn1
13
14 asn1: $(ASN1_SOURCES)
15         asn1c -fskeletons-copy -fcompound-names $^
16         rm Makefile.am.sample
17
18 include ../Makefile.in