aboutsummaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterRelease libconfig 1.5-1Jonathan McCrohan10 years
squeeze-backportsRelease 1.4.9-1~bpo60+1Jonathan McCrohan13 years
upstreamImported Upstream version 1.5Jonathan McCrohan10 years
 
TagDownloadAuthorAge
debian/1.5-1libconfig-debian/1.5-1.tar.gz  Jonathan McCrohan10 years
upstream/1.5libconfig-upstream/1.5.tar.gz  Jonathan McCrohan10 years
debian/1.4.9-2libconfig-debian/1.4.9-2.tar.gz  Jonathan McCrohan12 years
debian/1.4.9-1libconfig-debian/1.4.9-1.tar.gz  Jonathan McCrohan12 years
upstream/1.4.9libconfig-upstream/1.4.9.tar.gz  Jonathan McCrohan13 years
debian/1.4.8-5libconfig-debian/1.4.8-5.tar.gz  Jonathan McCrohan14 years
debian/1.4.8-4libconfig-debian/1.4.8-4.tar.gz  Jonathan McCrohan14 years
debian/1.4.8-3libconfig-debian/1.4.8-3.tar.gz  Jonathan McCrohan14 years
debian/1.4.8-2libconfig-debian/1.4.8-2.tar.gz  Jonathan McCrohan14 years
debian/1.4.8-1_exp1libconfig-debian/1.4.8-1_exp1.tar.gz  Jonathan McCrohan14 years
upstream/1.4.8libconfig-upstream/1.4.8.tar.gz  Jonathan McCrohan14 years
debian/1.3.2-2libconfig-debian/1.3.2-2.tar.gz  Jonathan McCrohan14 years
upstream/1.3.2libconfig-upstream/1.3.2.tar.gz  Jonathan McCrohan14 years
color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# 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