* configure.in: Don't set files and links. Don't call
authorIan Lance Taylor <ian@airs.com>
Fri, 21 Mar 1997 20:48:27 +0000 (20:48 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 21 Mar 1997 20:48:27 +0000 (20:48 +0000)
commit949f1310ded19a8da9d4f4681e77bb20cb64a2e8
tree6b3ee49e8a1a7de6c85af616a31562c45bb85e9e
parentf76db60bbb5ba8c32148bb99df20a18280b5fd6b
* configure.in: Don't set files and links.  Don't call
AC_LINK_FILES.  Substitute te_file.  Create targ-cpu.h,
obj-format.h, targ-env.h, and itbl-cpu.h in AC_OUTPUT.
* configure: Rebuild.
* Makefile.in (TARG_CPU_C): New variable.
(TARG_CPU_O, TARG_CPU_H): New variables.
(OBJ_FORMAT_C, OBJ_FORMAT_O, OBJ_FORMAT_H): New variables.
(TARG_ENV_H, ATOF_TARG_C, ATOF_TARG_O): New variables.
(SOURCES): Rename from REAL_SOURCES.  Delete old definition.
(LINKED_SOURCES): Remove.
(HEADERS): Rename from REAL_HEADERS.  Delete old definition.
(LINKED_HEADERS): Remove.
(OBJS): Use $(TARG_CPU_O), etc., rather than targ-cpu.o, etc.
($(OBJS)): Depend upon $(TARG_ENV_H), etc., rather than
targ-cpu.h, etc.
($(TARG_CPU_O), $(OBJ_FORMAT_O) $(ATOF_TARG_O)): New targets.
(targ-cpu.o, obj-format.o, atof-targ.o): Remove targets.
(itbl-cpu.h): Remove target.
(DISTCLEAN_HERE): Remove targ-cpu.c, obj-format.c, atof-targ.c,
atof-targ.h.
gas/ChangeLog
gas/Makefile.in
This page took 0.025584 seconds and 4 git commands to generate.