* corefile.c: Rename from core.c.

* corefile.h: Rename from core.h.
	* Many .c files: Include corefile.h rather than core.h.
	* Makefile.am (sources): Change core.c to corefile.c.
	(noinst_HEADERS): Change core.h to corefile.h.
	($(OBJECTS)): Depend upon corefile.h rather than core.h.
	(corefile.o): Rename target from core.o, depend upon corefile.c.
	* Makefile.in, po/POTFILES.in: Rebuild.
This commit is contained in:
Ian Lance Taylor
1998-04-28 23:52:20 +00:00
parent bfde75f7e3
commit 43870aec5e
18 changed files with 39 additions and 28 deletions

View File

@@ -23,7 +23,7 @@
#include "call_graph.h"
#include "cg_arcs.h"
#include "cg_print.h"
#include "core.h"
#include "corefile.h"
#include "gmon_io.h"
#include "hertz.h"
#include "hist.h"