]> git.stg.codes - stg.git/blobdiff - stglibs/smux.lib/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stglibs / smux.lib / Makefile
diff --git a/stglibs/smux.lib/Makefile b/stglibs/smux.lib/Makefile
deleted file mode 100644 (file)
index 8988da2..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-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