aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/isdn-sup
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-05-07 16:26:35 +0000
committerJörg Mayer <jmayer@loplof.de>2013-05-07 16:26:35 +0000
commit5fa9c90ffd65a1214b083cc0b006e1ebe7895e7e (patch)
tree7a1d1d9029c50716cb555467b30cc67826e9833a /asn1/isdn-sup
parentb53ac56b03c9b348065d6242f78a73283f3d3bca (diff)
Some more
svn path=/trunk/; revision=49203
Diffstat (limited to 'asn1/isdn-sup')
-rw-r--r--asn1/isdn-sup/CMakeLists.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/asn1/isdn-sup/CMakeLists.txt b/asn1/isdn-sup/CMakeLists.txt
index 1fc4448aed..e2d0dabe78 100644
--- a/asn1/isdn-sup/CMakeLists.txt
+++ b/asn1/isdn-sup/CMakeLists.txt
@@ -21,3 +21,43 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME isdn-sup )
+
+set( PROTO_OPT )
+
+set( EXPORT_FILES
+ ${PROTOCOL_NAME}-exp.cnf
+)
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ Addressing-Data-Elements.asn
+ Basic-Service-Elements.asn
+ Embedded-Q931-Types.asn
+ General-Errors.asn
+ Advice-of-Charge-Operations.asn
+ Closed-User-Group-Service-Operations.asn
+ Conference-Add-On-Operations.asn
+ Diversion-Operations.asn
+ MCID-Operations.asn
+ User-To-User-Signalling-Operations.asn
+ Freephone-Operations.asn
+)
+
+set( EXTRA_DIST
+ ${ASN_FILE_LIST}
+ packet-${PROTOCOL_NAME}-template.c
+ ${PROTOCOL_NAME}.cnf
+)
+
+set( SRC_FILES
+ ${EXTRA_DIST}
+ ${EXT_ASN_FILE_LIST}
+)
+
+set( A2W_FLAGS -b -k )
+
+ASN2WRS()
+