summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: fec6211625657a2d652acc0ecce5858b08bc7f4a (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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
BUILT_DEFFILES = \
	host.def \
	date.def \
	version.def

DEFFILES = \
	cross.def \
	site.def \
	xf86site.def \
	xorgsite.def \
	xorgversion.def

RULEFILES = \
	Imake.rules \
	Motif.rules \
	OpenBSDLib.rules \
	Win32.rules \
	X11.rules \
	bsdiLib.rules \
	bsdLib.rules \
	cde.rules \
	cross.rules \
	cygwin.rules \
	mingw.rules \
	darwinLib.rules \
	gnuLib.rules \
	hpLib.rules \
	ibmLib.rules \
	lnxLib.rules \
	lnxdoc.rules \
	necLib.rules \
	noop.rules \
	nto.rules \
	oldlib.rules \
	os2.rules \
	os2Lib.rules \
	osfLib.rules \
	scoLib.rules \
	sequentLib.rules \
	sgiLib.rules \
	sunLib.rules \
	sv3Lib.rules \
	sv4Lib.rules \
	QNX4.rules \
	xf86.rules

TMPLFILES = \
	Imake.tmpl \
	Library.tmpl \
	Motif.tmpl \
	OpenBSDLib.tmpl \
	Server.tmpl \
	ServerLib.tmpl \
	Threads.tmpl \
	WinLib.tmpl \
	X11.tmpl \
	bsdiLib.tmpl \
	bsdLib.tmpl \
	cde.tmpl \
	cygwin.tmpl \
	mingw.tmpl \
	darwinLib.tmpl \
	hpLib.tmpl \
	gnuLib.tmpl \
	ibmLib.tmpl \
	lnxLib.tmpl \
	lnxdoc.tmpl \
	necLib.tmpl \
	os2Lib.tmpl \
	osfLib.tmpl \
	sgiLib.tmpl \
	sunLib.tmpl \
	sv3Lib.tmpl \
	sv4Lib.tmpl \
	xf86.tmpl \
	xorg.tmpl

CFFILES = \
	Imake.cf \
	Amoeba.cf \
	DGUX.cf \
	dmx.cf \
	DragonFly.cf \
	FreeBSD.cf \
	Mips.cf \
	NetBSD.cf \
	OpenBSD.cf \
	Oki.cf \
	cygwin.cf \
	mingw.cf \
	Win32.cf \
	apollo.cf \
	bsd.cf \
	bsdi.cf \
	convex.cf \
	cray.cf \
	fujitsu.cf \
	generic.cf \
	gnu.cf \
	hp.cf \
	ibm.cf \
	isc.cf \
	linux.cf \
	luna.cf \
	macII.cf \
	mach.cf \
	minix.cf \
	moto.cf \
	ncr.cf \
	nec.cf \
	nto.cf \
	os2.cf \
	osf1.cf \
	pegasus.cf \
	sco.cf \
	sco5.cf \
	sequent.cf \
	sgi.cf \
	sony.cf \
	sun.cf \
	svr3.cf \
	svr4.cf \
	ultrix.cf \
	usl.cf \
	lynx.cf \
	x386.cf \
	QNX4.cf \
	darwin.cf \
	xfree86.cf \
	xorg.cf

configdir = @XCONFDIR@
dist_config_DATA = $(RULEFILES) $(TMPLFILES) $(DEFFILES) $(CFFILES)
config_DATA = $(BUILT_DEFFILES)

EXTRA_DIST = \
	site.sample

all-local: $(BUILT_DEFFILES)

host.def:
	@touch host.def
date.def:
	@touch date.def
version.def:
	@touch version.def

CLEANFILES = $(BUILT_DEFFILES)

EXTRA_DIST += ChangeLog
MAINTAINERCLEANFILES = ChangeLog

.PHONY: ChangeLog INSTALL

INSTALL:
	$(INSTALL_CMD)

ChangeLog:
	$(CHANGELOG_CMD)

dist-hook: ChangeLog INSTALL

# Optional meson build files
EXTRA_DIST += meson.build meson_options.txt empty.def