1 # Makefile template for Configure for the arm sim library.
2 # Copyright (C) 1995 Free Software Foundation, Inc.
3 # Written by Cygnus Support.
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 srcroot = $(srcdir)/../..
24 exec_prefix = @exec_prefix@
26 host_alias = @host_alias@
27 target_alias = @target_alias@
28 program_transform_name = @program_transform_name@
29 bindir = $(exec_prefix)/bin
30 libdir = $(exec_prefix)/lib
31 tooldir = $(libdir)/$(target_alias)
33 datadir = $(prefix)/lib
34 mandir = $(prefix)/man
35 man1dir = $(mandir)/man1
36 man2dir = $(mandir)/man2
37 man3dir = $(mandir)/man3
38 man4dir = $(mandir)/man4
39 man5dir = $(mandir)/man5
40 man6dir = $(mandir)/man6
41 man7dir = $(mandir)/man7
42 man8dir = $(mandir)/man8
43 man9dir = $(mandir)/man9
44 infodir = $(prefix)/info
45 includedir = $(prefix)/include
46 docdir = $(datadir)/doc
50 INSTALL = $(srcroot)/install.sh -c
51 INSTALL_PROGRAM = $(INSTALL)
52 INSTALL_DATA = $(INSTALL)
53 INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
54 INSTALL_XFORM1= $(INSTALL_XFORM) -b=.1
74 INCDIR = $(srcdir)/../../include
75 CSEARCH = -I. -I$(srcdir) -I../../include -I../../bfd -I$(INCDIR) -I$(srcdir)/../../bfd -I$(srcdir)/../../gdb
78 ARMOBJ=armcopro.o armemu26.o armemu32.o arminit.o armos.o armsupp.o armvirt.o bag.o
81 OBJ=$(ARMOBJ) $(OUROBJ)
86 $(CC) $(CFLAGS) -o run $(OBJ) run.o ../../bfd/libbfd.a ../../libiberty/libiberty.a $(XL)
91 armos.o: armos.c armdefs.h armos.h armfpe.h
93 armcopro.o: armcopro.c armdefs.h
95 armemu26.o: armemu.c armdefs.h armemu.h
96 $(CC) $(CFLAGS) -o armemu26.o -c $<
98 armemu32.o: armemu.c armdefs.h armemu.h
99 $(CC) $(CFLAGS) -o armemu32.o -DMODE32 -c $<
101 arminit.o: arminit.c armdefs.h armemu.h
103 armrdi.o: armrdi.c armdefs.h armemu.h armos.h dbg_cp.h dbg_conf.h dbg_rdi.h \
104 dbg_hif.h communicate.h
106 armsupp.o: armsupp.c armdefs.h armemu.h
112 $(AR) $(ARFLAGS) libsim.a $(OBJ)
116 $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) $<
127 etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
130 rm -f *.[oa] *~ core *.E *.p *.ip aout-params.h gen-aout
131 rm -f run libsim.a config.log
133 distclean realclean: clean
135 rm -f Makefile config.cache config.log config.status
137 # Dummy target to force execution of dependent targets.
141 # Copy the files into directories where they will be run.
143 $(INSTALL_XFORM) run $(bindir)/run
146 $(INSTALL_XFORM1) $(srcdir)/run.1 $(man1dir)/run.1
149 Makefile: Makefile.in
150 $(SHELL) ./config.status
152 config.status: configure
153 $(SHELL) ./config.status --recheck
159 # What appears below is generated by a hacked mkdep using gcc -MM.
161 # DO NOT DELETE THIS LINE -- mkdep uses it.
162 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
165 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY