comparison Makefile @ 42:00f34c83c69b libavutil

remove redundant make variable SUBDIR
author mru
date Thu, 01 Jun 2006 21:57:44 +0000
parents b6f5cb968a88
children e80a1c46386a
comparison
equal deleted inserted replaced
41:e2d207b1cb8e 42:00f34c83c69b
13 13
14 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ 14 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
15 intfloat_readwrite.h 15 intfloat_readwrite.h
16 16
17 NAME=avutil 17 NAME=avutil
18 SUBDIR = libavutil
19 ifeq ($(BUILD_SHARED),yes) 18 ifeq ($(BUILD_SHARED),yes)
20 LIBVERSION=$(LAVUVERSION) 19 LIBVERSION=$(LAVUVERSION)
21 LIBMAJOR=$(LAVUMAJOR) 20 LIBMAJOR=$(LAVUMAJOR)
22 endif 21 endif
23 22