comparison libdha/Makefile @ 17943:c127ce678083

cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines to ease patching in the future.
author diego
date Sat, 25 Mar 2006 10:38:37 +0000
parents ce1ba8fd57e7
children 2a85c470cbd0
comparison
equal deleted inserted replaced
17942:f2868534283d 17943:c127ce678083
20 SHORTNAME = libdha.a 20 SHORTNAME = libdha.a
21 else 21 else
22 LIBNAME = libdha.so.$(VERSION) 22 LIBNAME = libdha.so.$(VERSION)
23 endif 23 endif
24 24
25 SRCS=libdha.c mtrr.c pci.c pci_names.c 25 SRCS=libdha.c \
26 mtrr.c \
27 pci.c \
28 pci_names.c \
29
26 OBJS=$(SRCS:.c=.o) 30 OBJS=$(SRCS:.c=.o)
27 31
28 CFLAGS = $(OPTFLAGS) -fPIC -I. -I.. 32 CFLAGS = $(OPTFLAGS) -fPIC -I. -I..
29 LIBS = 33 LIBS =
30 ifeq ($(TARGET_OS),OpenBSD) 34 ifeq ($(TARGET_OS),OpenBSD)