remove obsolete asn1c makefiles in the asn1c/ hierarchy

we are generating the code locally in src/{ranap,rua,hnbap}
This commit is contained in:
Harald Welte 2015-09-10 11:04:24 +02:00
parent b534e5c085
commit 6289cc6248
2 changed files with 0 additions and 12 deletions

View File

@ -1,6 +0,0 @@
MOD=RANAP
ASNS=../$(MOD)-CommonDataTypes.asn ../$(MOD)-Constants.asn ../$(MOD)-IEs.asn ../$(MOD)-PDU.asn
all: $(ASNS)
asn1c -gen-PER -fnative-types -fskeletons-copy $^

View File

@ -1,6 +0,0 @@
MOD=RUA
ASNS=../$(MOD)-CommonDataTypes.asn ../$(MOD)-Constants.asn ../$(MOD)-IEs.asn ../$(MOD)-PDU.asn
all: $(ASNS)
asn1c -gen-PER -fnative-types -fskeletons-copy $^