Commit 89e1457d authored by Mike Gabriel's avatar Mike Gabriel

Xserver/fb/Imakefile: Introduce NULL variable.

parent d12b7754
...@@ -17,6 +17,7 @@ SpecialCObjectRule(fbcopy,fbcopy.c,$(USEMMXOPTIONS)) ...@@ -17,6 +17,7 @@ SpecialCObjectRule(fbcopy,fbcopy.c,$(USEMMXOPTIONS))
#endif #endif
*/ */
NULL =
#include <Server.tmpl> #include <Server.tmpl>
...@@ -74,6 +75,7 @@ SRCS = $(XFMODSRC) \ ...@@ -74,6 +75,7 @@ SRCS = $(XFMODSRC) \
fb24_32.c \ fb24_32.c \
fbpict.c \ fbpict.c \
fbmmx.c \ fbmmx.c \
$(NULL)
OBJS = $(XFMODOBJ) \ OBJS = $(XFMODOBJ) \
fbarc.o \ fbarc.o \
...@@ -110,6 +112,7 @@ OBJS = $(XFMODOBJ) \ ...@@ -110,6 +112,7 @@ OBJS = $(XFMODOBJ) \
fb24_32.o \ fb24_32.o \
fbpict.o \ fbpict.o \
fbmmx.o \ fbmmx.o \
$(NULL)
INCLUDES = -I$(SERVERSRC)/fb -I$(SERVERSRC)/mi -I$(SERVERSRC)/include \ INCLUDES = -I$(SERVERSRC)/fb -I$(SERVERSRC)/mi -I$(SERVERSRC)/include \
-I$(XINCLUDESRC) \ -I$(XINCLUDESRC) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment