Makefile 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. # Makefile for linuxtv.org dvb-apps/lib/libucsi/dvb
  2. .PHONY: sub-error-dvb
  3. sub-error-dvb:
  4. $(error You can't use this makefile directly.)
  5. ifneq ($(lib_name),)
  6. objects += dvb/bat_section.o \
  7. dvb/dit_section.o \
  8. dvb/eit_section.o \
  9. dvb/int_section.o \
  10. dvb/nit_section.o \
  11. dvb/rst_section.o \
  12. dvb/sdt_section.o \
  13. dvb/sit_section.o \
  14. dvb/st_section.o \
  15. dvb/tdt_section.o \
  16. dvb/tot_section.o \
  17. dvb/tva_container_section.o \
  18. dvb/types.o
  19. sub-install += dvb
  20. else
  21. includes = ac3_descriptor.h \
  22. adaptation_field_data_descriptor.h \
  23. ait_application_descriptor.h \
  24. ait_application_icons_descriptor.h \
  25. ait_application_name_descriptor.h \
  26. ait_external_application_authorisation_descriptor.h \
  27. ancillary_data_descriptor.h \
  28. announcement_support_descriptor.h \
  29. application_signalling_descriptor.h \
  30. bat_section.h \
  31. bouquet_name_descriptor.h \
  32. ca_identifier_descriptor.h \
  33. cable_delivery_descriptor.h \
  34. cell_frequency_link_descriptor.h \
  35. cell_list_descriptor.h \
  36. component_descriptor.h \
  37. content_descriptor.h \
  38. content_identifier_descriptor.h \
  39. country_availability_descriptor.h \
  40. data_broadcast_descriptor.h \
  41. data_broadcast_id_descriptor.h \
  42. default_authority_descriptor.h \
  43. descriptor.h \
  44. dit_section.h \
  45. dsng_descriptor.h \
  46. eit_section.h \
  47. extended_event_descriptor.h \
  48. frequency_list_descriptor.h \
  49. int_section.h \
  50. ip_mac_platform_name_descriptor.h \
  51. ip_mac_platform_provider_name_descriptor.h \
  52. ip_mac_stream_location_descriptor.h \
  53. linkage_descriptor.h \
  54. local_time_offset_descriptor.h \
  55. mhp_data_broadcast_id_descriptor.h \
  56. mosaic_descriptor.h \
  57. mpe_fec_section.h \
  58. multilingual_bouquet_name_descriptor.h \
  59. multilingual_component_descriptor.h \
  60. multilingual_network_name_descriptor.h \
  61. multilingual_service_name_descriptor.h \
  62. network_name_descriptor.h \
  63. nit_section.h \
  64. nvod_reference_descriptor.h \
  65. parental_rating_descriptor.h \
  66. partial_transport_stream_descriptor.h \
  67. pdc_descriptor.h \
  68. private_data_specifier_descriptor.h \
  69. related_content_descriptor.h \
  70. rnt_rar_over_dvb_stream_descriptor.h \
  71. rnt_rar_over_ip_descriptor.h \
  72. rnt_rnt_scan_descriptor.h \
  73. rst_section.h \
  74. s2_satellite_delivery_descriptor.h \
  75. satellite_delivery_descriptor.h \
  76. scrambling_descriptor.h \
  77. sdt_section.h \
  78. section.h \
  79. service_availability_descriptor.h \
  80. service_descriptor.h \
  81. service_identifier_descriptor.h \
  82. service_list_descriptor.h \
  83. service_move_descriptor.h \
  84. short_event_descriptor.h \
  85. short_smoothing_buffer_descriptor.h \
  86. sit_section.h \
  87. st_section.h \
  88. stream_identifier_descriptor.h \
  89. stuffing_descriptor.h \
  90. subtitling_descriptor.h \
  91. target_ip_address_descriptor.h \
  92. target_ipv6_address_descriptor.h \
  93. target_ip_slash_descriptor.h \
  94. target_ip_source_slash_descriptor.h \
  95. target_ipv6_slash_descriptor.h \
  96. target_ipv6_source_slash_descriptor.h \
  97. tdt_section.h \
  98. telephone_descriptor.h \
  99. teletext_descriptor.h \
  100. terrestrial_delivery_descriptor.h \
  101. time_shifted_event_descriptor.h \
  102. time_shifted_service_descriptor.h \
  103. time_slice_fec_identifier_descriptor.h \
  104. tot_section.h \
  105. transport_stream_descriptor.h \
  106. tva_container_section.h \
  107. tva_id_descriptor.h \
  108. types.h \
  109. vbi_data_descriptor.h \
  110. vbi_teletext_descriptor.h
  111. include ../../../Make.rules
  112. lib_name = libucsi/dvb
  113. endif