summaryrefslogtreecommitdiff
path: root/Makefile
blob: 81562faddedc584772f731bdc89c56449d46f01b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SRCS =	ACSE-1.erl \
	CSTA-application-context-information-csta3.erl \
	Remote-Operations-Generic-ROS-PDUs.erl \
	KME-specific-types.erl \
	CSTA-device-identifiers.erl \
	CSTA-call-connection-identifiers.erl \
	CSTA-extension-types.erl \
	CSTA-security.erl \
	CSTA-escape-service.erl

all: $(SRCS)

%.erl: lib/%.asn1
	erlc $<