X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/libs/smux/Makefile diff --git a/libs/smux/Makefile b/libs/smux/Makefile new file mode 100644 index 00000000..8988da2f --- /dev/null +++ b/libs/smux/Makefile @@ -0,0 +1,22 @@ +include ../../Makefile.conf + +LIB_NAME = stgsmux + +SRCS = $(wildcard *.c) + +INCS = $(notdir $(wildcard include/stg/*.h)) + +LIB_INCS = -I ./include/stg + +#.PHONY: asn1 + +#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