aboutsummaryrefslogtreecommitdiffstats
path: root/util/szap/Makefile
blob: 48d71492a8f07d96974c38aaac3c0e5bd2125515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Makefile for linuxtv.org dvb-apps/util/szap

objects  = lnb.o util.o

binaries = azap  \
           czap  \
           szap  \
           tzap

inst_bin = $(binaries)

.PHONY: all

all: $(binaries)

$(binaries): $(objects)

include ../../Make.rules