comparison libdha/Makefile @ 7073:b69ddd4d3bb9

removed -W -Wall -g and other gcc-specific warning/debug options patch by Joey Parrish <joey@yunamusic.com>
author arpi
date Thu, 22 Aug 2002 23:29:46 +0000
parents 40c596e65526
children aa0536d98278
comparison
equal deleted inserted replaced
7072:113d66d78967 7073:b69ddd4d3bb9
12 LIBNAME = libdha.so.$(VERSION) 12 LIBNAME = libdha.so.$(VERSION)
13 13
14 SRCS=libdha.c mtrr.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..
18 LIBS = 18 LIBS =
19 ifeq ($(TARGET_OS),OpenBSD) 19 ifeq ($(TARGET_OS),OpenBSD)
20 ifeq ($(TARGET_ARCH_X86),yes) 20 ifeq ($(TARGET_ARCH_X86),yes)
21 LIBS += -li386 21 LIBS += -li386
22 endif 22 endif