File:  [Research Unix] / researchv9 / X11 / src / X.V11R1 / server / dix / Imakefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:22:00 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv9-SUN3_old, researchv9-SUN3, HEAD
researchv9-SUN3(old)

SRCS = atom.c colormap.c cursor.c dispatch.c dixutils.c events.c \
	extension.c fonts.c gc.c globals.c glyphcurs.c grabs.c \
	initext.c main.c property.c resource.c swaprep.c swapreq.c \
	tables.c window.c initatoms.c
OBJS = atom.o colormap.o cursor.o dispatch.o dixutils.o events.o \
	extension.o fonts.o gc.o globals.o glyphcurs.o grabs.o \
	initext.o main.o property.o resource.o swaprep.o swapreq.o \
	tables.o window.o initatoms.o

CDEBUGFLAGS = ServerCDebugFlags
   INCLUDES = -I. -I../include -I../../include
EXT_DEFINES = ExtensionDefines

NormalLibraryObjectRule()
NormalLibraryTarget(dix,$(OBJS))

DependTarget()

#
# `specially made just for initext.o.  If the Makefile changes, then
# we make a new initext.o because the extension list may have changed.
#
# XXX
# the dependency is on "./Makefile" because if it were just "Makefile",
# the the rule for building the Makefile would be invoked if it is out
# of date with respect to ./Imakefile or others.
#
initext.o: ./Makefile
	$(CC) -c $(CFLAGS) $(EXT_DEFINES) initext.c

lint:
	lint -Cdix $(INCLUDES) $(SRCS) > lint.out

../../include/Xatom.h initatoms.c:	BuiltInAtoms buildatoms
	sh buildatoms

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.