aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nx-X11/lib/Xext/Imakefile32
1 files changed, 22 insertions, 10 deletions
diff --git a/nx-X11/lib/Xext/Imakefile b/nx-X11/lib/Xext/Imakefile
index 065667123..0111500c5 100644
--- a/nx-X11/lib/Xext/Imakefile
+++ b/nx-X11/lib/Xext/Imakefile
@@ -1,10 +1,8 @@
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>