Commit 91d2d369 authored by mru's avatar mru

non-recursive makefiles


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@26346 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 87f1a9e0
include ../config.mak
include $(SUBDIR)../config.mak
NAME = swscale
FFLIBS = avutil
......@@ -15,12 +15,11 @@ ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o
HEADERS = swscale.h rgb2rgb.h
include ../common.mak
CLEANFILES = cs_test swscale-example
cs_test: cs_test.o $(LIBNAME)
include $(SUBDIR)../subdir.mak
swscale-example: swscale-example.o $(LIBNAME)
swscale-example: EXTRALIBS += -lm
$(SUBDIR)cs_test: $(SUBDIR)cs_test.o $(SUBDIR)$(LIBNAME)
clean::
rm -f cs_test swscale-example
$(SUBDIR)swscale-example: $(SUBDIR)swscale-example.o $(SUBDIR)$(LIBNAME)
$(SUBDIR)swscale-example: EXTRALIBS += -lm
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment