File:  [DVB] / dvb-apps / test / Makefile
Revision 1.7: download - view: text, annotated - select for diffs
Mon Jul 4 20:26:13 2005 UTC (18 years, 11 months ago) by js
Branches: MAIN
CVS tags: HEAD
Patch by Matthias Schwarzott:
allow the user to override CFLAGS from the environment

# Makefile for Linux DVB API Version 3 test programs

CC = gcc
CFLAGS ?= -g -O2 -W -Wall
CFLAGS += -D__user= $(ARCH)
CPPFLAGS += -I../include $(DEFS)

TARGETS = \
	diseqc		\
	set22k		\
	sendburst	\
	setvoltage	\
	setpid		\
	video		\
	test_sections	\
	test_sec_ne	\
	test_pes	\
	test_dvr	\
	test_dvr_play	\
	test_tt		\
	test_av		\
	test_av_play	\
	test_vevent	\
	test_stc	\
	test_stillimage

#	test		\
#	test_audio	\
#	test_front	\
#	test_switch	\
#	test_video	\

all: $(TARGETS)

test_sections test_sec_ne test_pes test_tt: hex_dump.o

clean:
	rm -f $(TARGETS) *.o

install:


LinuxTV legacy CVS <linuxtv.org/cvs>