aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/compext/Imakefile
blob: 407baab80dd1c1668bae11095692fba8726d4dee (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
NULL =

#include <Server.tmpl>

SRCS =	\
	Alpha.c \
	Bitmap.c \
	Clean.c \
	Colormap.c \
	Compext.c \
	Jpeg.c \
	Mask.c \
	Png.c \
	Rgb.c \
	Rle.c \
	Z.c \
	$(NULL)

OBJS =	\
	Alpha.o \
	Bitmap.o \
	Clean.o \
	Colormap.o \
	Compext.o \
	Jpeg.o \
	Mask.o \
	Png.o \
	Rgb.o \
	Rle.o \
	Z.o \
	$(NULL)

   INCLUDES = -I$(SERVERSRC)/include \
              -I$(XBUILDINCDIR) \
              -I../../../../../lib/include/X11 \
              `pkg-config --cflags-only-I pixman-1` \
              $$(pkg-config --exists 'zlib' >/dev/null 2>&1 && pkg-config --cflags-only-I 'zlib') \
              `pkg-config --cflags-only-I libpng` \
              $(NULL)

   LINTLIBS = $(SERVERSRC)/dix/llib-ldix.ln \
              $(NULL)

NormalLibraryObjectRule()
NormalLibraryTarget(compext,$(OBJS))
LintLibraryTarget(compext,$(SRCS))
NormalLintTarget($(SRCS))

DependTarget()