aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/include/bitmaps/Imakefile
blob: 4e1ec0b0ba187a128926c87203947ef8bca61344 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
XCOMM $Xorg: Imakefile,v 1.3 2000/08/18 04:05:43 coskrey Exp $



XCOMM $XFree86$

HEADERS = \
	1x1 \
	2x2 \
	black \
	boxes \
	calculator \
	cntr_ptr \
	cntr_ptrmsk \
	cross_weave \
	dimple1 \
	dimple3 \
	dot \
	dropbar7 \
	dropbar8 \
	escherknot \
	flagdown \
	flagup \
	flipped_gray \
	gray \
	gray1 \
	gray3 \
	grid2 \
	grid4 \
	grid8 \
	grid16 \
	hlines2 \
	hlines3 \
	icon \
	keyboard16 \
	left_ptr \
	left_ptrmsk \
	letters \
	light_gray \
	mailempty \
	mailemptymsk \
	mailfull \
	mailfullmsk \
	mensetmanus \
	menu6 \
	menu8 \
	menu10 \
	menu12 \
	menu16 \
	noletters \
	opendot \
	opendotMask \
	plaid \
	right_ptr \
	right_ptrmsk \
	root_weave \
	scales \
	sipb \
	star \
	starMask \
	stipple \
	target \
	terminal \
	tie_fighter \
	vlines2 \
	vlines3 \
	weird_size \
	wide_weave \
	wingdogs \
	woman \
	xfd_icon \
	xlogo11 \
	xlogo16 \
	xlogo32 \
	xlogo64 \
	xsnow


all::

BuildIncludes($(HEADERS),X11/bitmaps,../..)

#if BuildLibraries
InstallMultipleFlags($(HEADERS),$(INCDIR)/X11/bitmaps,$(INSTINCFLAGS))
#endif