]> git.stg.codes - stg.git/blobdiff - stglibs/smux.lib/Makefile
Back to good old static libs (no more .so-hell!)
[stg.git] / stglibs / smux.lib / Makefile
index 450c6283e702fce48c1d5dce8b77500a1f51395b..9663b8cd175dfc3b42b1970f3adb984c21ece296 100644 (file)
@@ -6,13 +6,15 @@ SRCS = $(wildcard *.c)
 
 INCS = $(wildcard *.h)
 
-ASN1_SOURCES = RFC1213-MIB.asn1 \
-              RFC1155-SMI.asn1 \
-              RFC1157-SNMP.asn1 \
-              SMUX.asn1
+.PHONY: asn1
 
-asn1: $(ASN1_SOURCES)
-       asn1c -fskeletons-copy -fcompound-names $^
-       rm Makefile.am.sample
+#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