summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-11-07 00:34:42 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-11-07 00:34:42 +0100
commit46e26f368414d67d8ee15f66a2686f6394261d39 (patch)
tree60f443fe5b26b2ae989e49103dbdcaff5185dbc5
parent046778631e81d628e80a6847ac7e8540ca81e7ea (diff)
Drop Makefile
-rw-r--r--Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 0887bc7..0000000
--- a/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-ASN1 = ACSE-1.asn1 \
- CSTA-application-context-information-csta3.asn1 \
- CSTA-system-status.asn1 \
- CSTA-monitor-start.asn1 \
- CSTA-status-reporting.asn1 \
- Remote-Operations-Generic-ROS-PDUs.asn1 \
- Remote-Operations-Information-Objects.asn1 \
- KME-specific-types.asn1 \
- CSTA-device-identifiers.asn1 \
- CSTA-call-connection-identifiers.asn1 \
- CSTA-extension-types.asn1 \
- CSTA-security.asn1 \
- CSTA-escape-service.asn1 \
- CSTA-snapshot-device.asn1
-
-SRCS = $(ASN1:.asn1=.erl)
-HDRS = $(ASN1:.asn1=.hrl)
-
-all: $(SRCS)
-
-%.erl: asn1/%.asn1
- erlc $<
-
-clean:
- rm -f $(SRCS) $(HDRS) *.beam *.asn1db