Generate asn1/hnbap/Makefile.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 25 Feb 2010 04:55:16 +0000 (04:55 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 25 Feb 2010 04:55:16 +0000 (04:55 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31997 f5534014-38df-0310-8fa8-9805f1628bb7

17 files changed:
configure.in
plugins/asn1/CMakeLists.txt
plugins/docsis/CMakeLists.txt
plugins/ethercat/CMakeLists.txt
plugins/giop/CMakeLists.txt
plugins/gryphon/CMakeLists.txt
plugins/irda/CMakeLists.txt
plugins/m2m/CMakeLists.txt
plugins/mate/CMakeLists.txt
plugins/opcua/CMakeLists.txt
plugins/profinet/CMakeLists.txt
plugins/sercosiii/CMakeLists.txt
plugins/stats_tree/CMakeLists.txt
plugins/tpg/CMakeLists.txt
plugins/unistim/CMakeLists.txt
plugins/wimax/CMakeLists.txt
plugins/wimaxasncp/CMakeLists.txt

index bcbb03f88871d1cd48dd5f2f3a08106b5230a89c..535bab823c8ab59027b8fd1098e6eb92ee25569e 100644 (file)
@@ -1739,6 +1739,7 @@ AC_OUTPUT(
   asn1/h450-ros/Makefile
   asn1/h460/Makefile
   asn1/h501/Makefile
+  asn1/hnbap/Makefile
   asn1/inap/Makefile
   asn1/ldap/Makefile
   asn1/logotypecertextn/Makefile
index 42b7a6c811d37ba363a810ac97a90a61a4e8e851..0c6c73243bbfccce30c6dbe87c60061498684fc7 100644 (file)
@@ -54,13 +54,11 @@ register_dissector_files(plugin.c
        ${DISSECTOR_SRC}
 )
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# asn1_la_LDFLAGS = -module -avoid-version
-
 add_library(asn1 ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
+set_target_properties(asn1 PROPERTIES PREFIX "")
+#set_target_properties(asn1 PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(asn1 epan)
 
index 6894c05cf766332d69d7b1a5020948a74338257f..2847468e54c1a69e2e93a76a382effcbdf3d5b2b 100644 (file)
@@ -83,13 +83,12 @@ register_dissector_files(plugin.c
        ${DISSECTOR_SRC}
 )
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# asn1_la_LDFLAGS = -module -avoid-version
-
 add_library(docsis ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
+set_target_properties(docsis PROPERTIES PREFIX "")
+#set_target_properties(docsis PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
+
 
 target_link_libraries(docsis epan)
 
index 8bbcddb6bcb46673a630210363e7097cdd0d2bc1..e50ccd87fb36de4507161a5fa99339ce12a7c17c 100644 (file)
@@ -55,13 +55,12 @@ register_dissector_files(plugin.c
        ${DISSECTOR_SRC}
 )
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# asn1_la_LDFLAGS = -module -avoid-version
-
 add_library(ethercat ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
+set_target_properties(ethercat PROPERTIES PREFIX "")
+#set_target_properties(ethercat PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
+
 
 target_link_libraries(ethercat epan)
 
index 93c3fcfaa63fbf25f84a878e55e3b78d575a5518..cc383af6f948d0e8de0c2f788c7602ab02bfc73f 100644 (file)
@@ -53,13 +53,11 @@ endif()
 
 include_directories(${CMAKE_CURRENT_SOURCE_DIR})
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# asn1_la_LDFLAGS = -module -avoid-version
-
 add_library(cosnaming ${LINK_MODE_MODULE}
        ${COSNAMING_SRC}
 )
+set_target_properties(cosnaming PROPERTIES PREFIX "")
+#set_target_properties(cosnaming PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(cosnaming epan)
 
@@ -72,6 +70,8 @@ install(TARGETS cosnaming
 add_library(coseventcomm ${LINK_MODE_MODULE}
        ${COSEVENTCOMM_SRC}
 )
+set_target_properties(coseventcomm PROPERTIES PREFIX "")
+#set_target_properties(coseventcomm PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(coseventcomm epan)
 
@@ -84,6 +84,8 @@ install(TARGETS coseventcomm
 add_library(tango ${LINK_MODE_MODULE}
        ${TANGO_SRC}
 )
+set_target_properties(tango PROPERTIES PREFIX "")
+#set_target_properties(tango PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(tango epan)
 
@@ -96,6 +98,8 @@ install(TARGETS tango
 add_library(parlay ${LINK_MODE_MODULE}
        ${PARLAY_SRC}
 )
+set_target_properties(parlay PROPERTIES PREFIX "")
+#set_target_properties(parlay PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(parlay epan)
 
index 1c215fe1e32e646c6caf565c9c495bb8a00a31c5..f847ffb1d0d9693cffb1c020425b0cfc5f05eafb 100644 (file)
@@ -49,13 +49,11 @@ register_dissector_files(plugin.c
        ${DISSECTOR_SRC}
 )
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# asn1_la_LDFLAGS = -module -avoid-version
-
 add_library(gryphon ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
+set_target_properties(gryphon PROPERTIES PREFIX "")
+#set_target_properties(gryphon PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(gryphon epan)
 
index 89d94c4e414d4a5a9f4e9bdaaff247ca5585f8d9..88aa656c6c05078af053895b7109d9aef414e6e6 100644 (file)
@@ -51,13 +51,11 @@ register_dissector_files(plugin.c
        ${DISSECTOR_SRC}
 )
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# asn1_la_LDFLAGS = -module -avoid-version
-
 add_library(irda ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
+set_target_properties(irda PROPERTIES PREFIX "")
+#set_target_properties(irda PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(irda epan)
 
index 28b85b82d57705874db7b08bc4dc47632fda9ecf..9878043c31516a5a4c1c5625709ae4bf993b9569 100644 (file)
@@ -54,13 +54,11 @@ register_dissector_files(plugin.c
        ${DISSECTOR_SRC}
 )
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# asn1_la_LDFLAGS = -module -avoid-version
-
 add_library(m2m ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
+set_target_properties(m2m PROPERTIES PREFIX "")
+#set_target_properties(m2m PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(m2m epan)
 
index 2ec9f2290114922ca5d9f0ea9bd7d5e4944e7f64..b3c61022df3d27ed9a5c5a26eaeeed073a89e8e6 100644 (file)
@@ -70,13 +70,11 @@ register_dissector_files(plugin.c
        ${DISSECTOR_SRC}
 )
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# asn1_la_LDFLAGS = -module -avoid-version
-
 add_library(mate ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
+set_target_properties(mate PROPERTIES PREFIX "")
+#set_target_properties(mate PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(mate epan)
 
index 1da79d34153d097220ff054c8c2b207c0fbe061b..bfc4ae0cee18b0bed05683734e8c1b16140354f1 100644 (file)
@@ -62,13 +62,11 @@ register_dissector_files(plugin.c
        ${DISSECTOR_SRC}
 )
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# asn1_la_LDFLAGS = -module -avoid-version
-
 add_library(opcua ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
+set_target_properties(opcua PROPERTIES PREFIX "")
+#set_target_properties(opcua PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(opcua epan)
 
index 6288f717a1f4332bb725357f2dfdb0e1b83e9b1d..704dec9e0305387e7c24e7fc0ecc869648b2e233 100644 (file)
@@ -61,13 +61,11 @@ register_dissector_files(plugin.c
        ${DISSECTOR_SRC}
 )
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# asn1_la_LDFLAGS = -module -avoid-version
-
 add_library(profinet ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
+set_target_properties(profinet PROPERTIES PREFIX "")
+#set_target_properties(profinet PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(profinet epan)
 
index 0d2c2e11ab6a9bf0f03779c958d015092a2ca28a..e1b2a8eac46af03c09843221c3d5fc0767e9aed6 100644 (file)
@@ -60,13 +60,11 @@ register_dissector_files(plugin.c
        ${DISSECTOR_SRC}
 )
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# asn1_la_LDFLAGS = -module -avoid-version
-
 add_library(sercosiii ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
+set_target_properties(sercosiii PROPERTIES PREFIX "")
+#set_target_properties(sercosiii PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(sercosiii epan)
 
index 6011f20d133c2e8c03707fd89101eb3bc8fc670d..d608e4f847e4e2d900ddd4bbfba3e0531683367c 100644 (file)
@@ -38,13 +38,11 @@ if (WERROR)
        )
 endif()
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# asn1_la_LDFLAGS = -module -avoid-version
-
 add_library(stats_tree ${LINK_MODE_MODULE}
        ${TAP_SRC}
 )
+set_target_properties(stats_tree PROPERTIES PREFIX "")
+#set_target_properties(stats_tree PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(stats_tree epan)
 
index e51ff4cc69e747fe2d3f776ae4fe7a01ba235ac1..68086a0abd9e187ffecd5ecbbf4cfc41208c5803 100644 (file)
@@ -70,13 +70,11 @@ ADD_CUSTOM_COMMAND(
       ${CMAKE_CURRENT_SOURCE_DIR}/http.tpg
 )
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# asn1_la_LDFLAGS = -module -avoid-version
-
 add_library(tpg ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
+set_target_properties(tpg PROPERTIES PREFIX "")
+#set_target_properties(tpg PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(tpg epan)
 
index 2d865a0829392db3d95efc4215798a1e528ce1aa..78e2eb78e077dbd3815b0830508b284581257801 100644 (file)
@@ -49,13 +49,11 @@ register_dissector_files(plugin.c
        ${DISSECTOR_SRC}
 )
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# unistim_la_LDFLAGS = -module -avoid-version
-
 add_library(unistim ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
+set_target_properties(unistim PROPERTIES PREFIX "")
+#set_target_properties(unistim PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(unistim epan)
 
index 73a201a8312480645aa528b293b635f08fc1b0a8..a2fd7d900764fd37ffafec9e6e3cde9315d9979e 100644 (file)
@@ -94,13 +94,11 @@ register_dissector_files(plugin.c
        ${DISSECTOR_SRC}
 )
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# wimax_la_LDFLAGS = -module -avoid-version
-
 add_library(wimax ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
+set_target_properties(wimax PROPERTIES PREFIX "")
+#set_target_properties(wimax PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(wimax epan)
 
index 33592870dfb0a2099aa60290faac2b02e8e9288f..737dbb793992c830c71d43cf9775d3dd113833d0 100644 (file)
@@ -53,13 +53,11 @@ register_dissector_files(plugin.c
        ${DISSECTOR_SRC}
 )
 
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# wimaxasncp_la_LDFLAGS = -module -avoid-version
-
 add_library(wimaxasncp ${LINK_MODE_MODULE}
        ${PLUGIN_FILES}
 )
+set_target_properties(wimaxasncp PROPERTIES PREFIX "")
+#set_target_properties(wimaxasncp PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
 
 target_link_libraries(wimaxasncp epan)