1 # Makefile template for Configure for the SH sim library.
2 # Copyright (C) 1990, 1991, 1992, 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
31 libdir = $(exec_prefix)/lib
32 tooldir = $(libdir)/$(target_alias)
34 datadir = $(prefix)/lib
35 mandir = $(prefix)/man
36 man1dir = $(mandir)/man1
37 man2dir = $(mandir)/man2
38 man3dir = $(mandir)/man3
39 man4dir = $(mandir)/man4
40 man5dir = $(mandir)/man5
41 man6dir = $(mandir)/man6
42 man7dir = $(mandir)/man7
43 man8dir = $(mandir)/man8
44 man9dir = $(mandir)/man9
45 infodir = $(prefix)/info
46 includedir = $(prefix)/include
47 docdir = $(datadir)/doc
51 INSTALL = $(srcroot)/install.sh -c
52 INSTALL_PROGRAM = $(INSTALL)
53 INSTALL_DATA = $(INSTALL)
54 INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
55 INSTALL_XFORM1= $(INSTALL_XFORM) -b=.1
64 CC_FOR_BUILD = @CC_FOR_BUILD@
77 INCDIR = $(srcdir)/../../include
78 CSEARCH = -I. -I$(srcdir) -I../../include \
79 -I../../bfd -I$(INCDIR) -I$(srcdir)/../../bfd -I$(srcdir)/../../gdb -I$(srcdir)/../../newlib/libc/sys/sh
84 run: interp.o $(X) run.o table.o
85 $(CC) $(CFLAGS) -o run $(X) interp.o table.o run.o ../../bfd/libbfd.a ../../libiberty/libiberty.a $(XL) -lm
87 interp.o:interp.c code.c table.c
90 libsim.a:interp.o table.o
91 $(AR) $(ARFLAGS) libsim.a interp.o table.o
103 $(CC_FOR_BUILD) -o gencode $(srcdir)/gencode.c
106 $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) $<
117 etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
120 rm -f *.[oa] *~ core *.E *.p *.ip aout-params.h gen-aout
123 distclean mostlyclean maintainer-clean realclean: clean
125 rm -f Makefile config.cache config.log config.status
127 # Dummy target to force execution of dependent targets.
131 # Copy the files into directories where they will be run.
133 $(INSTALL_XFORM) run $(bindir)/run
136 $(INSTALL_XFORM1) $(srcdir)/run.1 $(man1dir)/run.1
138 Makefile: Makefile.in config.status
139 $(SHELL) ./config.status
141 config.status: configure
142 $(SHELL) ./config.status --recheck
147 # What appears below is generated by a hacked mkdep using gcc -MM.
149 # DO NOT DELETE THIS LINE -- mkdep uses it.
150 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
153 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY