Lines Matching +refs:make +refs:autoconf +refs:h
6 # These are set per-directory by autoconf 2.52 and 2.53:
9 # but these are only set by autoconf 2.53, and thus not useful to us on
47 # calls make.
189 ## This is needed because autoconf will sometimes define @exec_prefix@ to be
248 AUTOCONF = autoconf
339 COM_ERR_DEPS-k5 = $(BUILDTOP)/include/com_err.h
343 SS_DEPS-k5 = $(BUILDTOP)/include/ss/ss.h $(BUILDTOP)/include/ss/ss_err.h
347 VERTO_DEPS-k5 = $(BUILDTOP)/include/verto.h
394 # So test programs can find their libraries without "make install", etc.
439 .SUFFIXES: .h .c .et .ct
441 # These versions cause both .c and .h files to be generated at once.
442 # But GNU make doesn't understand this, and parallel builds can trigger
446 #.et.h: ; $(COMPILE_ET) $<
449 .et.h:
450 $(RM) et-h-$*.et et-h-$*.c et-h-$*.h
451 $(CP) $< et-h-$*.et
452 $(COMPILE_ET) et-h-$*.et
453 $(MV) et-h-$*.h $*.h
454 $(RM) et-h-$*.et et-h-$*.c
456 $(RM) et-c-$*.et et-c-$*.c et-c-$*.h
460 $(RM) et-c-$*.et et-c-$*.h
462 # rule to make object files
467 # Use .cpp because that's what autoconf uses in its test.
469 # have accepted it when autoconf tested it.
499 # Set by configure; list of library symlinks to make to $(TOPLIBD)
582 # rules to make various types of object files