Files
mercury/runtime/Makefile.conf.in
Zoltan Somogyi 5b4e509c31 A first cut at an autoconfigure script. By running "autoconf"
configure.in, Makefile.conf.in, autoconf.h.in:
	A first cut at an autoconfigure script. By running "autoconf"
	without arguments on munta, you get configure, which is when
	run produces Makefile.conf and autoconf.h. These are not used
	at present.

conf.h, memory.h:
	Slight changes to get closer to the autoconfiguration scheme.
1995-04-03 09:03:55 +00:00

5 lines
114 B
Makefile

CC = @CC@
HAVE_GCC_REGS = @HAVE_GCC_REGS@
HAVE_GCC_LABELS = @HAVE_GCC_LABELS@
HAVE_ASM_LABELS = @HAVE_ASM_LABELS@