summaryrefslogtreecommitdiffstats
path: root/test/generated by cgit v1.2.3 (git 2.39.1) at 2026-01-23 03:28:20 +0000
ble.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/test/libdvbcfg

binaries = dvbcfg_test

CPPFLAGS += -I../../lib
LDLIBS   += ../../lib/libdvbcfg/libdvbcfg.a

.PHONY: all

all: $(binaries)

include ../../Make.rules