summaryrefslogtreecommitdiffstats
path: root/lib/libucsi/dvb/Makefile
blob: 78876dc834771f1643033a2c8f8d69df9abe4238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* L
# Makefile for linuxtv.org dvb-apps/lib/libucsi/dvb

.PHONY: sub-error-dvb

sub-error-dvb:
	$(error You can't use this makefile directly.)

ifneq ($(lib_name),)

objects += dvb/bat_section.o           \
           dvb/dit_section.o           \
           dvb/eit_section.o           \
           dvb/int_section.o           \
           dvb/nit_section.o           \
           dvb/rst_section.o           \
           dvb/sdt_section.o           \
           dvb/sit_section.o           \
           dvb/st_section.o            \
           dvb/tdt_section.o           \
           dvb/tot_section.o           \
           dvb/tva_container_section.o \
           dvb/types.o

sub-install += dvb

else

includes = ac3_descriptor.h                                    \
           adaptation_field_data_descriptor.h                  \
           ait_application_descriptor.h                        \
           ait_application_icons_descriptor.h                  \
           ait_application_name_descriptor.h                   \
           ait_external_application_authorisation_descriptor.h \
           ancillary_data_descriptor.h                         \
           announcement_support_descriptor.h                   \
           application_signalling_descriptor.h                 \
           bat_section.h                                       \
           bouquet_name_descriptor.h                           \
           ca_identifier_descriptor.h                          \
           cable_delivery_descriptor.h                         \
           cell_frequency_link_descriptor.h                    \
           cell_list_descriptor.h                              \
           component_descriptor.h                              \
           content_descriptor.h                                \
           content_identifier_descriptor.h                     \
           country_availability_descriptor.h                   \
           data_broadcast_descriptor.h                         \
           data_broadcast_id_descriptor.h                      \
           default_authority_descriptor.h                      \
           descriptor.h                                        \
           dit_section.h                                       \
           dsng_descriptor.h                                   \
           eit_section.h                                       \
           extended_event_descriptor.h                         \
           frequency_list_descriptor.h                         \
           int_section.h                                       \
           ip_mac_platform_name_descriptor.h                   \
           ip_mac_platform_provider_name_descriptor.h          \
           ip_mac_stream_location_descriptor.h                 \
           linkage_descriptor.h                                \
           local_time_offset_descriptor.h                      \
           mhp_data_broadcast_id_descriptor.h                  \
           mosaic_descriptor.h                                 \
           multilingual_bouquet_name_descriptor.h              \
           multilingual_component_descriptor.h                 \
           multilingual_network_name_descriptor.h              \
           multilingual_service_name_descriptor.h              \
           network_name_descriptor.h                           \
           nit_section.h                                       \
           nvod_reference_descriptor.h                         \
           parental_rating_descriptor.h                        \
           partial_transport_stream_descriptor.h               \
           pdc_descriptor.h                                    \
           private_data_specifier_descriptor.h                 \
           related_content_descriptor.h                        \
           rnt_rar_over_dvb_stream_descriptor.h                \
           rnt_rar_over_ip_descriptor.h                        \
           rnt_rnt_scan_descriptor.h                           \
           rst_section.h                                       \
           s2_satellite_delivery_descriptor.h                  \
           satellite_delivery_descriptor.h                     \
           scrambling_descriptor.h                             \
           sdt_section.h                                       \
           section.h                                           \
           service_availability_descriptor.h                   \
           service_descriptor.h                                \
           service_identifier_descriptor.h                     \
           service_list_descriptor.h                           \
           service_move_descriptor.h                           \
           short_event_descriptor.h                            \
           short_smoothing_buffer_descriptor.h                 \
           sit_section.h                                       \
           st_section.h                                        \
           stream_identifier_descriptor.h                      \
           stuffing_descriptor.h                               \
           subtitling_descriptor.h                             \
           target_ip_address_descriptor.h                      \
           target_ipv6_address_descriptor.h                    \
           target_ip_slash_descriptor.h                        \
           target_ip_source_slash_descriptor.h                 \
           target_ipv6_slash_descriptor.h                      \
           target_ipv6_source_slash_descriptor.h               \
           tdt_section.h                                       \
           telephone_descriptor.h                              \
           teletext_descriptor.h                               \
           terrestrial_delivery_descriptor.h                   \
           time_shifted_event_descriptor.h                     \
           time_shifted_service_descriptor.h                   \
           tot_section.h                                       \
           transport_stream_descriptor.h                       \
           tva_container_section.h                             \
           tva_id_descriptor.h                                 \
           types.h                                             \
           vbi_data_descriptor.h                               \
           vbi_teletext_descriptor.h

include ../../../Make.rules

lib_name = libucsi/dvb

endif