Mercurial > mplayer.hg
comparison libdha/Makefile @ 4476:0d9a096cfd46
MTRR configuring
author | nick |
---|---|
date | Sat, 02 Feb 2002 12:14:56 +0000 |
parents | 14b8bc735bf5 |
children | 31e465fda59c |
comparison
equal
deleted
inserted
replaced
4475:fc81767343ea | 4476:0d9a096cfd46 |
---|---|
9 else | 9 else |
10 SHORTNAME = libdha.so | 10 SHORTNAME = libdha.so |
11 endif | 11 endif |
12 LIBNAME = libdha-$(VERSION).so | 12 LIBNAME = libdha-$(VERSION).so |
13 | 13 |
14 SRCS=libdha.c pci.c pci_names.c | 14 SRCS=libdha.c mtrr.c pci.c pci_names.c |
15 OBJS=$(SRCS:.c=.o) | 15 OBJS=$(SRCS:.c=.o) |
16 | 16 |
17 CFLAGS = $(OPTFLAGS) -fPIC -I. -I.. -Wall -W | 17 CFLAGS = $(OPTFLAGS) -fPIC -I. -I.. -Wall -W |
18 | 18 |
19 .SUFFIXES: .c .o | 19 .SUFFIXES: .c .o |