Lines Matching refs:make
1 # -*-Makefile-*- for building GNU make with smake
3 # NOTE: If you have no 'make' program at all to process this makefile,
26 # Ultrix 2.2 make doesn't expand the value of VPATH.
27 VPATH = /make-3.81/
29 srcdir = /make-3.81/
60 # your C library, you can comment this out. GNU make uses special hooks
61 # into the glob functions to be more efficient (by using make's directory
85 # Directory to install `make' in.
97 # Prefix to put on installed `make' binary file name.
99 # Prefix to put on installed `make' man page file name.
102 # Whether or not make needs to be installed setgid.
105 # switch) will not work unless make is installed setgid kmem.
107 # Install make setgid to this group so it can read /dev/kmem.
110 # Program to install `make'.
122 # Programs to make tags files.
140 $(srcdir)job.h $(srcdir)make.h $(srcdir)rule.h \
147 all: make
148 info: make.info
149 dvi: make.dvi
153 make.info: make.texinfo
154 $(MAKEINFO) -I$(srcdir) $(srcdir)make.texinfo -o make.info
156 make.dvi: make.texinfo
157 $(TEXI2DVI) $(srcdir)make.texinfo
159 make.ps: make.dvi
160 dvi2ps make.dvi > make.ps
162 make: $(objs) glob/glob.lib
163 $(CC) Link $(LDFLAGS) $(objs) $(LOADLIBES) To make.new
164 -delete quiet make
165 rename make.new make
186 copy make sc:c
193 -$(RM) -f make loadavg *.o core make.dvi
199 -$(RM) -f make.?? make.??s make.log make.toc make.*aux
203 -$(RM) -f make.info*
222 ar.o ar.o: ar.c make.h config.h \
227 arscan.o arscan.o: arscan.c make.h config.h \
232 commands.o commands.o: commands.c make.h config.h \
238 default.o default.o: default.c make.h config.h \
244 dir.o dir.o: dir.c make.h config.h \
249 expand.o expand.o: expand.c make.h config.h \
256 file.o file.o: file.c make.h config.h \
263 function.o function.o: function.c make.h config.h \
278 hash.o hash.o: hash.c make.h config.h \
283 implicit.o implicit.o: implicit.c make.h config.h \
290 job.o job.o: job.c make.h config.h \
298 make.h \
303 main.o main.o: main.c make.h config.h \
310 misc.o misc.o: misc.c make.h config.h \
315 read.o read.o: read.c make.h config.h \
322 remake.o remake.o: remake.c make.h config.h \
332 remote-stub.o remote-stub.o: remote-stub.c make.h config.h \
338 rule.o rule.o: rule.c make.h config.h \
345 signame.o signame.o: signame.c make.h config.h \
350 strcache.o strcache.o: strcache.c make.h config.h \
355 variable.o variable.o: variable.c make.h config.h \
368 vpath.o vpath.o: vpath.c make.h config.h \