X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c2543dd1d46d0590c33ddbe275057c284f081d5a..46b0747592074017ff0ea4b33d4a7194235886e5:/stglibs/smux.lib/Makefile?ds=sidebyside diff --git a/stglibs/smux.lib/Makefile b/stglibs/smux.lib/Makefile deleted file mode 100644 index 9663b8cd..00000000 --- a/stglibs/smux.lib/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -include ../../Makefile.conf - -LIB_NAME = stgsmux - -SRCS = $(wildcard *.c) - -INCS = $(wildcard *.h) - -.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