aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libesg/Makefile
blob: abb9d4fef1d891898b26fb9969c56efffa2309e4 (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
# Makefile for linuxtv.org dvb-apps/lib/libesg

includes = types.h

objects  = types.o

lib_name = libesg

CPPFLAGS += -I../../lib

.PHONY: all

all: library

include bootstrap/Makefile
include encapsulation/Makefile
include representation/Makefile
include transport/Makefile

.PHONY: $(sub-install)

install:: $(sub-install)

$(sub-install):
	$(MAKE) -C $@ install

include ../../Make.rules