Commit e9857d5e authored by Mike Gabriel's avatar Mike Gabriel

nx-X11/lib/Xext/Imakefile: Serialize parameters and make Imakefile changes more trackable.

parent d595125a
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:45:50 cpqbld Exp $
XCOMM $XFree86: xc/lib/Xext/Imakefile,v 1.12 2002/10/16 00:37:27 dawes Exp $
NULL =
#define DoNormalLib NormalLibXext
#define DoSharedLib SharedLibXext
#define DoExtraLib SharedLibXext
......@@ -31,12 +29,26 @@ ALLOC_DEFINES = Malloc0ReturnsNullDefines
DEFINES = $(ALLOC_DEFINES)
INCLUDES = -I$(XLIBSRC)
SRCS = globals.c extutil.c XShape.c $(SHMSRCS) \
XTestExt1.c XSync.c \
XSecurity.c DPMS.c
OBJS = globals.o extutil.o XShape.o $(SHMOBJS) \
XTestExt1.o XSync.o \
XSecurity.o DPMS.o
SRCS = globals.c \
extutil.c \
XShape.c \
$(SHMSRCS) \
XTestExt1.c \
XSync.c \
XSecurity.c \
DPMS.c \
$(NULL)
OBJS = globals.o \
extutil.o \
XShape.o \
$(SHMOBJS) \
XTestExt1.o \
XSync.o \
XSecurity.o \
DPMS.o \
$(NULL)
LINTLIBS = $(LINTXLIB)
#include <Library.tmpl>
......
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