aboutsummaryrefslogtreecommitdiffstats
path: root/util/dvbtraffic/Makefile
blob: c29be40379d0c565bf4c4e038aadeb7090776d16 (plain)
1
2
3
4
5
6
dvbtraffic: dvbtraffic.c
	gcc -MD -g -O2 -Wall -I../../include $< -o $@

clean:
	rm -f *.o *.d dvbtraffic
lor: #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/encapsulation

.PHONY: sub-error-encapsulation

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

ifneq ($(lib_name),)

objects += encapsulation/container.o \
           encapsulation/fragment_management_information.o \
           encapsulation/data_repository.o \
           encapsulation/string_repository.o

sub-install += encapsulation

else

includes = container.h \
           fragment_management_information.h \
           data_repository.h \
           string_repository.h

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

lib_name = libesg/encapsulation

endif