aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libesg/bootstrap/Makefile
blob: 16a24577d18ea0e7a66e45eb5ce148ab2cdf2d5c (plain) pre { line-height: 125%; margin: 0; } td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 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
# Makefile for linuxtv.org dvb-apps/lib/libesg/bootstrap

.PHONY: sub-error-bootstrap

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

ifneq ($(lib_name),)

objects += bootstrap/access_descriptor.o \
           bootstrap/provider_discovery_descriptor.o

sub-install += bootstrap

else

includes = access_descriptor.h \
           provider_discovery_descriptor.h

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

lib_name = libesg/bootstrap

endif