aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rua/asn1c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/rua/asn1c/Makefile')
-rw-r--r--asn1/rua/asn1c/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/asn1/rua/asn1c/Makefile b/asn1/rua/asn1c/Makefile
new file mode 100644
index 0000000..3a7689b
--- /dev/null
+++ b/asn1/rua/asn1c/Makefile
@@ -0,0 +1,6 @@
+MOD=RUA
+
+ASNS=../$(MOD)-CommonDataTypes.asn ../$(MOD)-Constants.asn ../$(MOD)-IEs.asn ../$(MOD)-PDU.asn
+
+all: $(ASNS)
+ asn1c -gen-PER -fnative-types -fskeletons-copy $^