summaryrefslogtreecommitdiff
path: root/SMakefile
blob: 766a5c64aca6f679e8ddf5b9c00c7104c44cda25 (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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# -*-Makefile-*- for building GNU make with smake
#
# NOTE: If you have no 'make' program at all to process this makefile,
# run 'build.sh' instead.
#
# Copyright (C) 1995-2013 Free Software Foundation, Inc.
# This file is part of GNU Make.
#
# GNU Make is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 3 of the License, or (at your option) any later
# version.
#
# GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along with
# this program.  If not, see <http://www.gnu.org/licenses/>.

#
#	Makefile for GNU Make
#

# Ultrix 2.2 make doesn't expand the value of VPATH.
VPATH = /make-4.0/
# This must repeat the value, because configure will remove 'VPATH = .'.
srcdir = /make-4.0/

CC = sc
RM = delete
MAKE = smake

CFLAGS =
CPPFLAGS =
LDFLAGS =

# Define these for your system as follows:
#	-DNO_ARCHIVES		To disable 'ar' archive support.
#	-DNO_FLOAT		To avoid using floating-point numbers.
#	-DENUM_BITFIELDS	If the compiler isn't GCC but groks enum foo:2.
#				Some compilers apparently accept this
#				without complaint but produce losing code,
#				so beware.
# NeXT 1.0a uses an old version of GCC, which required -D__inline=inline.
# See also 'config.h'.
defines =

# Which flavor of remote job execution support to use.
# The code is found in 'remote-$(REMOTE).c'.
REMOTE = stub

# If you are using the GNU C library, or have the GNU getopt functions in
# your C library, you can comment these out.
GETOPT = getopt.o getopt1.o
GETOPT_SRC = $(srcdir)getopt.c $(srcdir)getopt1.c $(srcdir)getopt.h

# If you are using the GNU C library, or have the GNU glob functions in
# your C library, you can comment this out.  GNU make uses special hooks
# into the glob functions to be more efficient (by using make's directory
# cache for globbing), so you must use the GNU functions even if your
# system's C library has the 1003.2 glob functions already.  Also, the glob
# functions in the AIX and HPUX C libraries are said to be buggy.
GLOB = Lib glob/glob.lib

# If your system doesn't have alloca, or the one provided is bad, define this.
ALLOCA = alloca.o
ALLOCA_SRC = $(srcdir)alloca.c

# If your system needs extra libraries loaded in, define them here.
# System V probably need -lPW for alloca.  HP-UX 7.0's alloca in
# libPW.a is broken on HP9000s300 and HP9000s400 machines.  Use
# alloca.c instead on those machines.
LOADLIBES =

# Any extra object files your system needs.
extras = amiga.o

# Common prefix for machine-independent installed files.
prefix =
# Common prefix for machine-dependent installed files.
exec_prefix =

# Directory to install 'make' in.
bindir = sc:c
# Directory to find libraries in for '-lXXX'.
libdir = lib:
# Directory to search by default for included makefiles.
includedir = include:
# Directory to install the Info files in.
infodir = doc:
# Directory to install the man page in.
mandir = t:
# Number to put on the man page filename.
manext = 1
# Prefix to put on installed 'make' binary file name.
binprefix =
# Prefix to put on installed 'make' man page file name.
manprefix = $(binprefix)

# Whether or not make needs to be installed setgid.
# The value should be either 'true' or 'false'.
# On many systems, the getloadavg function (used to implement the '-l'
# switch) will not work unless make is installed setgid kmem.
install_setgid = false
# Install make setgid to this group so it can read /dev/kmem.
group = sys

# Program to install 'make'.
INSTALL_PROGRAM = copy
# Program to install the man page.
INSTALL_DATA = copy
# Generic install program.
INSTALL = copy

# Program to format Texinfo source into Info files.
MAKEINFO = makeinfo
# Program to format Texinfo source into DVI files.
TEXI2DVI = texi2dvi

# Programs to make tags files.
ETAGS = etags -w
CTAGS = ctags -w

#guile = guile.o

objs = commands.o job.o dir.o file.o misc.o main.o read.o remake.o   \
       rule.o implicit.o default.o variable.o expand.o function.o    \
       vpath.o version.o ar.o arscan.o signame.o strcache.o hash.o   \
       output.o remote-$(REMOTE).o $(GLOB) $(GETOPT) $(ALLOCA)       \
       $(extras) $(guile)

srcs = $(srcdir)commands.c $(srcdir)job.c $(srcdir)dir.c             \
       $(srcdir)file.c $(srcdir)getloadavg.c $(srcdir)misc.c         \
       $(srcdir)main.c $(srcdir)read.c $(srcdir)remake.c             \
       $(srcdir)rule.c $(srcdir)implicit.c $(srcdir)default.c        \
       $(srcdir)variable.c $(srcdir)expand.c $(srcdir)function.c     \
       $(srcdir)vpath.c $(srcdir)version.c $(srcdir)hash.c           \
       $(srcdir)guile.c $(srcdir)remote-$(REMOTE).c                  \
       $(srcdir)ar.c $(srcdir)arscan.c $(srcdir)strcache.c           \
       $(srcdir)signame.c $(srcdir)signame.h $(GETOPT_SRC)           \
       $(srcdir)commands.h $(srcdir)dep.h $(srcdir)file.h            \
       $(srcdir)job.h $(srcdir)makeint.h $(srcdir)rule.h             \
       $(srcdir)output.c $(srcdir)output.h                           \
       $(srcdir)variable.h $(ALLOCA_SRC) $(srcdir)config.h.in


.SUFFIXES:
.SUFFIXES: .o .c .h .ps .dvi .info .texinfo

all: make
info: make.info
dvi: make.dvi
# Some makes apparently use .PHONY as the default goal if it is before 'all'.
.PHONY: all check info dvi

make.info: make.texinfo
	$(MAKEINFO) -I$(srcdir) $(srcdir)make.texinfo -o make.info

make.dvi: make.texinfo
	$(TEXI2DVI) $(srcdir)make.texinfo

make.ps: make.dvi
	dvi2ps make.dvi > make.ps

make: $(objs) glob/glob.lib
	$(CC) Link $(LDFLAGS) $(objs) $(LOADLIBES) To make.new
	-delete quiet make
	rename make.new make

# -I. is needed to find config.h in the build directory.
.c.o:
	$(CC) $(defines) IDir "" IDir $(srcdir)glob \
	      $(CPPFLAGS) $(CFLAGS) $< $(OUTPUT_OPTION)

glob/glob.lib:
	execute <<
	    cd glob
	    smake
<

tagsrcs = $(srcs) $(srcdir)remote-*.c
TAGS: $(tagsrcs)
	$(ETAGS) $(tagsrcs)
tags: $(tagsrcs)
	$(CTAGS) $(tagsrcs)

.PHONY: install installdirs
install:
	copy make sc:c

loadavg: loadavg.c config.h
	$(CC) $(defines) -DTEST -I. -I$(srcdir) $(CFLAGS) $(LDFLAGS) \
	      loadavg.c $(LOADLIBES) -o $@

clean: glob-clean
	-$(RM) -f make loadavg *.o core make.dvi

distclean: clean glob-realclean
	-$(RM) -f Makefile config.h config.status build.sh
	-$(RM) -f config.log config.cache
	-$(RM) -f TAGS tags
	-$(RM) -f make.?? make.??s make.log make.toc make.*aux
	-$(RM) -f loadavg.c

realclean: distclean
	-$(RM) -f make.info*

mostlyclean: clean

.PHONY: glob-clean glob-realclean

glob-clean glob-realclean:
	execute <<
	cd glob
	smake $@
<

# --------------- DEPENDENCIES
#

# .deps/alloca.Po
# dummy

# .deps/ar.Po
ar.o: ar.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h dep.h \

# .deps/arscan.Po
arscan.o: arscan.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \

# .deps/commands.Po
commands.o: commands.c \
 makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h dep.h \
 variable.h job.h output.h \
 commands.h

# .deps/default.Po
default.o: default.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h variable.h rule.h dep.h job.h output.h \
 commands.h

# .deps/dir.Po
dir.o: dir.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 hash.h filedef.h dep.h \

# .deps/expand.Po
expand.o: expand.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h job.h output.h \
 commands.h variable.h rule.h

# .deps/file.Po
file.o: file.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h dep.h job.h output.h \
 commands.h variable.h \
 debug.h

# .deps/function.Po
function.o: function.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h \
 variable.h dep.h job.h output.h \
 commands.h debug.h

# .deps/getloadavg.Po
# dummy

# .deps/getopt.Po
getopt.o: getopt.c config.h \

# .deps/getopt1.Po
getopt1.o: getopt1.c config.h getopt.h \

# .deps/guile.Po
guile.o: guile.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 debug.h filedef.h hash.h \
 dep.h variable.h \
 gmk-default.h

# .deps/hash.Po
hash.o: hash.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 hash.h

# .deps/implicit.Po
implicit.o: implicit.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h rule.h \
 dep.h debug.h variable.h job.h output.h \
 commands.h

# .deps/job.Po
job.o: job.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 job.h output.h \
 debug.h filedef.h hash.h \
 commands.h variable.h

# .deps/load.Po
load.o: load.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 debug.h filedef.h hash.h \
 variable.h

# .deps/loadapi.Po
loadapi.o: loadapi.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h \
 variable.h dep.h

# .deps/loadavg-getloadavg.Po
# dummy

# .deps/main.Po
main.o: main.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h dep.h \
 variable.h job.h output.h \
 commands.h rule.h debug.h \
 getopt.h

# .deps/misc.Po
misc.o: misc.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h dep.h \
 debug.h \

# .deps/output.Po
output.o: output.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 job.h output.h \

# .deps/read.Po
read.o: read.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h dep.h job.h output.h \
 commands.h variable.h rule.h \
 debug.h

# .deps/remake.Po
remake.o: remake.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h job.h \
 output.h \
 commands.h dep.h variable.h \
 debug.h

# .deps/remote-cstms.Po
# dummy

# .deps/remote-stub.Po
remote-stub.o: remote-stub.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h job.h \
 output.h \
 commands.h

# .deps/rule.Po
rule.o: rule.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h dep.h job.h output.h \
 commands.h variable.h rule.h

# .deps/signame.Po
signame.o: signame.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \

# .deps/strcache.Po
strcache.o: strcache.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 hash.h

# .deps/variable.Po
variable.o: variable.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h dep.h job.h output.h \
 commands.h variable.h rule.h

# .deps/version.Po
version.o: version.c config.h

# .deps/vmsjobs.Po
# dummy

# .deps/vpath.Po
vpath.o: vpath.c makeint.h config.h \
 gnumake.h \
 getopt.h \
 gettext.h \
 filedef.h hash.h \
 variable.h