comparison libdha/Makefile @ 22583:104d125600b2

Simplify conditional expression.
author diego
date Thu, 15 Mar 2007 09:07:22 +0000
parents ea58da0ae02e
children a1b0a9880d58
comparison
equal deleted inserted replaced
22582:ea58da0ae02e 22583:104d125600b2
2 2
3 MAJOR_VERSION = 1 3 MAJOR_VERSION = 1
4 MINOR_VERSION = 0 4 MINOR_VERSION = 0
5 VERSION = $(MAJOR_VERSION).$(MINOR_VERSION) 5 VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
6 6
7 LIBNAME = libdha.so.$(VERSION)
7 SHORTNAME = libdha.so.$(MAJOR_VERSION) 8 SHORTNAME = libdha.so.$(MAJOR_VERSION)
8 VSHORTNAME = libdha.so 9 VSHORTNAME = libdha.so
9 ifeq ($(TARGET_WIN32),yes) 10 ifeq ($(TARGET_WIN32),yes)
10 LIBNAME = libdha.a 11 LIBNAME = libdha.a
11 SHORTNAME = libdha.a 12 SHORTNAME = libdha.a
12 else
13 LIBNAME = libdha.so.$(VERSION)
14 endif 13 endif
15 14
16 SRCS_MPLAYER = libdha.c \ 15 SRCS_MPLAYER = libdha.c \
17 mtrr.c \ 16 mtrr.c \
18 pci.c \ 17 pci.c \