comparison libswscale/Makefile @ 27854:e5794cd5f4c9

Add tests target for libswscale test programs.
author diego
date Mon, 03 Nov 2008 22:01:03 +0000
parents 78f523d771de
children eb78efa6cb07
comparison
equal deleted inserted replaced
27853:78f523d771de 27854:e5794cd5f4c9
13 13
14 OBJS-$(ARCH_BFIN) += internal_bfin.o 14 OBJS-$(ARCH_BFIN) += internal_bfin.o
15 15
16 HEADERS = swscale.h 16 HEADERS = swscale.h
17 17
18 TESTS = cs_test swscale-example
19
18 CLEANFILES = cs_test swscale-example 20 CLEANFILES = cs_test swscale-example
19 21
20 include $(SUBDIR)../subdir.mak 22 include $(SUBDIR)../subdir.mak
21 23
22 $(SUBDIR)cs_test: $(SUBDIR)cs_test.o $(SUBDIR)$(LIBNAME) 24 $(SUBDIR)cs_test: $(SUBDIR)cs_test.o $(SUBDIR)$(LIBNAME)