]> git.stg.codes - stg.git/blob - stglibs/smux.lib/Makefile
9663b8cd175dfc3b42b1970f3adb984c21ece296
[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 .PHONY: asn1
10
11 #ASN1_SOURCES = RFC1213-MIB.asn1 \
12 #              RFC1155-SMI.asn1 \
13 #              RFC1157-SNMP.asn1 \
14 #              SMUX.asn1
15
16 #asn1: $(ASN1_SOURCES)
17 #       asn1c -fskeletons-copy -fcompound-names $^
18 #       rm Makefile.am.sample
19
20 include ../Makefile.in