1995-07-05 23:39:33 +00:00
|
|
|
# Makefile template for Configure for the arm sim library.
|
1997-01-23 22:09:52 +00:00
|
|
|
# Copyright (C) 1995, 1996 Free Software Foundation, Inc.
|
1995-07-05 23:39:33 +00:00
|
|
|
# Written by Cygnus Support.
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
(Try to) Update to new bfd autoconf scheme.
* run.c: Don't include sysdep.h.
* Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
(CC, CFLAGS, AR, RANLIB): Likewise.
(HDEFINES, TDEFINES): Define.
(CC_FOR_BUILD): Delete.
(host_makefile_frag): Delete.
(Makefile): Don't depend on frags.
* configure.in (sysdep.h): Don't create symlink.
(host_makefile_frag, frags): Deleted.
(CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
* configure: Regenerated.
1995-09-07 19:08:15 +00:00
|
|
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
1995-07-05 23:39:33 +00:00
|
|
|
|
1997-01-23 22:09:52 +00:00
|
|
|
SIM_OBJS = armcopro.o armemu26.o armemu32.o arminit.o armos.o armsupp.o \
|
|
|
|
armvirt.o bag.o wrapper.o
|
1995-07-05 23:39:33 +00:00
|
|
|
|
1997-01-23 22:09:52 +00:00
|
|
|
@COMMON_MAKEFILE_FRAG@
|
1995-07-05 23:39:33 +00:00
|
|
|
|
|
|
|
armos.o: armos.c armdefs.h armos.h armfpe.h
|
|
|
|
|
|
|
|
armcopro.o: armcopro.c armdefs.h
|
|
|
|
|
|
|
|
armemu26.o: armemu.c armdefs.h armemu.h
|
1997-01-23 22:09:52 +00:00
|
|
|
$(CC) -c $< -o armemu26.o $(ALL_CFLAGS)
|
1995-07-05 23:39:33 +00:00
|
|
|
|
|
|
|
armemu32.o: armemu.c armdefs.h armemu.h
|
1997-01-23 22:09:52 +00:00
|
|
|
$(CC) -c $< -o armemu32.o -DMODE32 $(ALL_CFLAGS)
|
1995-07-05 23:39:33 +00:00
|
|
|
|
|
|
|
arminit.o: arminit.c armdefs.h armemu.h
|
|
|
|
|
|
|
|
armrdi.o: armrdi.c armdefs.h armemu.h armos.h dbg_cp.h dbg_conf.h dbg_rdi.h \
|
1997-01-23 22:09:52 +00:00
|
|
|
dbg_hif.h communicate.h
|
1995-07-05 23:39:33 +00:00
|
|
|
|
|
|
|
armsupp.o: armsupp.c armdefs.h armemu.h
|
|
|
|
|
|
|
|
bag.o: bag.c bag.h
|