1 # Makefile template for Configure for the D10v sim library.
2 # Copyright (C) 1996 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.
23 srcroot = $(srcdir)/../..
26 exec_prefix = @exec_prefix@
28 host_alias = @host_alias@
29 target_alias = @target_alias@
30 program_transform_name = @program_transform_name@
34 tooldir = $(libdir)/$(target_alias)
38 man1dir = $(mandir)/man1
39 man2dir = $(mandir)/man2
40 man3dir = $(mandir)/man3
41 man4dir = $(mandir)/man4
42 man5dir = $(mandir)/man5
43 man6dir = $(mandir)/man6
44 man7dir = $(mandir)/man7
45 man8dir = $(mandir)/man8
46 man9dir = $(mandir)/man9
48 includedir = @includedir@
52 INSTALL = $(srcroot)/install.sh -c
53 INSTALL_PROGRAM = @INSTALL_PROGRAM@
54 INSTALL_DATA = @INSTALL_DATA@
55 INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
56 INSTALL_XFORM1= $(INSTALL_XFORM) -b=.1
61 CC_FOR_BUILD = @CC_FOR_BUILD@
63 SIM_CFLAGS = @sim_cflags@
64 DEBUG_CFLAGS = @sim_debug@
65 CONFIG_CFLAGS = @DEFS@ $(SIM_CFLAGS) $(DEBUG_CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) -DINSIDE_SIMULATOR
66 BUILD_CFLAGS = -g -O $(CSEARCH)
83 INCLUDE = d10v_sim.h $(srcdir)/../../gdb/callback.h endian.c
84 INCDIR = $(srcdir)/../../include
85 CSEARCH = -I. -I$(srcdir) -I../../include \
86 -I../../bfd -I$(INCDIR) -I$(srcdir)/../../bfd -I$(srcdir)/../../gdb -I$(srcdir)/../../newlib/libc/sys/d10v \
87 -I$(srcdir)/../../opcodes
90 LIBIBERTY_LIB = ../../libiberty/libiberty.a
91 BFD_LIB = ../../bfd/libbfd.a
95 run: interp.o $(X) run.o table.o callback.o simops.o endian.o $(LIBIBERTY_LIB) $(BFD_LIB)
96 $(CC) $(CFLAGS) $(CONFIG_CFLAGS) -o run $(X) interp.o table.o callback.o simops.o run.o endian.o \
97 $(BFD_LIB) $(LIBIBERTY_LIB) $(X_LIB) $(MATH_LIB)
99 interp.o:interp.c table.c $(INCLUDE)
100 run.o: $(srcdir)/../common/run.c $(INCLUDE)
101 $(CC) -c $(CFLAGS) $(CONFIG_CFLAGS) $<
103 simops.o: simops.c $(INCLUDE)
104 endian.o: endian.c $(INCLUDE)
105 callback.o: $(srcdir)/../../gdb/callback.c $(INCLUDE)
106 $(CC) -c $(CFLAGS) $(CONFIG_CFLAGS) $<
108 libsim.a:interp.o table.o simops.o endian.o
109 $(AR) $(ARFLAGS) libsim.a interp.o table.o simops.o endian.o
115 table.c: gencode simops.h
118 gencode.o: gencode.c $(INCLUDE)
119 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gencode.c
121 d10v-opc.o: $(srcdir)/../../opcodes/d10v-opc.c
122 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/../../opcodes/d10v-opc.c
124 gencode: gencode.o d10v-opc.o
125 $(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o d10v-opc.o $(BUILD_LIB)
128 $(CC) -c $(CFLAGS) $(CONFIG_CFLAGS) $<
139 etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
142 rm -f *.[oa] *~ core *.E *.p *.ip aout-params.h gen-aout
143 rm -f run table.c simops.h gencode libsim.a
145 distclean mostlyclean maintainer-clean realclean: clean
147 rm -f Makefile config.cache config.log config.status
149 # Dummy target to force execution of dependent targets.
153 # Copy the files into directories where they will be run.
155 $(INSTALL_XFORM) run $(bindir)/run
158 $(INSTALL_XFORM1) $(srcdir)/run.1 $(man1dir)/run.1
160 Makefile: Makefile.in config.status
161 $(SHELL) ./config.status
163 config.status: configure
164 $(SHELL) ./config.status --recheck
169 # What appears below is generated by a hacked mkdep using gcc -MM.
171 # DO NOT DELETE THIS LINE -- mkdep uses it.
172 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
175 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY