summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xnest/Imakefile
blob: 0e308bd3d39a675daf28d6c38c9cdb514c8c3bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
XCOMM $TOG: Imakefile /main/12 1997/11/03 14:13:20 kaleb $
XCOMM $XFree86: xc/programs/Xserver/hw/xnest/Imakefile,v 3.18 2000/06/28 19:06:18 tsi Exp $
#include <Server.tmpl>

#ifdef OS2Architecture
SRCS1 = os2Stub.c
OBJS1 = os2Stub.o
#endif

SRCS =	Args.c \
	Color.c \
	Cursor.c \
	Display.c \
	Events.c \
	Font.c \
	GC.c \
	GCOps.c \
	GetTime.c \
	Handlers.c \
	Init.c \
	Keyboard.c \
	Pixmap.c \
	Pointer.c \
	Screen.c \
	TestExt.c \
	Visual.c \
	Window.c \
	stubs.c \
	miinitext.c $(SRCS1)

OBJS =	Args.o \
	Color.o \
	Cursor.o \
	Display.o \
	Events.o \
	Font.o \
	GC.o \
	GCOps.o \
	GetTime.o \
	Handlers.o \
	Init.o \
	Keyboard.o \
	Pixmap.o \
	Pointer.o \
	Screen.o \
	TestExt.o \
	Visual.o \
	Window.o \
	stubs.o \
	miinitext.o $(OBJS1)


INCLUDES = -I. -I$(XBUILDINCDIR) -I$(FONTINCSRC) \
	   -I../../mi -I../../include -I../../os \
           -I$(EXTINCSRC) -I$(XINCLUDESRC)
DEFINES = $(OS_DEFINES) -UXINPUT -UXF86VIDMODE -UXFreeXDGA -UXF86MISC \
	  -UMITSHM -UXF86DRI -UXFree86LOADER

all:: $(OBJS)

LinkSourceFile(stubs.c,$(SERVERSRC)/Xi)
SpecialCObjectRule(Init,$(ICONFIGFILES),$(EXT_DEFINES))
LinkSourceFile(miinitext.c,$(SERVERSRC)/mi)
SpecialCObjectRule(miinitext,$(ICONFIGFILES),-UDPMSExtension)

NormalLibraryObjectRule()
NormalLibraryTarget(xnest,$(OBJS))

InstallManPage(Xnest,$(MANDIR))

DependTarget()