1 # Makefile template for Configure for simulator common directory
2 # Copyright (C) 1996, 1997, 2007, 2008, 2009, 2010
3 # Free Software Foundation, Inc.
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 3 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, see <http://www.gnu.org/licenses/>.
22 srcroot
= $(srcdir)/..
/..
25 exec_prefix = @
exec_prefix@
27 host_alias
= @host_alias@
28 target_alias
= @target_alias@
29 program_transform_name
= @program_transform_name@
33 tooldir
= $(libdir)/$(target_alias
)
35 datarootdir
= @datarootdir@
38 man1dir = $(mandir)/man1
40 includedir = @
includedir@
45 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
46 INSTALL_DATA
= @INSTALL_DATA@
49 CC_FOR_BUILD
= @CC_FOR_BUILD@
51 SIM_CFLAGS
= @sim_cflags@
53 # These are used to rebuild nltvals.def.
54 CPP_FOR_TARGET
= @CPP_FOR_TARGET@
55 TARGET_SUBDIR
= @TARGET_SUBDIR@
60 CONFIG_CFLAGS
= @DEFS@
$(SIM_CFLAGS
) $(HDEFINES
) $(TDEFINES
)
61 CSEARCH
= -I.
-I
$(srcdir) -I
$(srcroot
)/include
62 ALL_CFLAGS
= $(CFLAGS
) $(CONFIG_CFLAGS
) $(CSEARCH
)
63 BUILD_CFLAGS
= -g
-O
$(CSEARCH
)
75 # Generate nltvals.def for newlib/libgloss using devo and build tree.
76 # This file is shipped with distributions so we build in the source dir.
77 # Use `make headers' to rebuild.
78 # Note: If gdb releases begin to contain target header files (not a good idea,
79 # but if they did ...), targ-vals.def coud be generated at build time.
80 # An alternative is to slurp in the tables at runtime.
86 $(SHELL
) $(srcdir)/gennltvals.sh
$(SHELL
) $(srcroot
) "$(CPP_FOR_TARGET)" > nltvals.new
; \
87 $(SHELL
) $(srcroot
)/move-if-change nltvals.new nltvals.def
90 $(CC
) -c
$< $(ALL_CFLAGS
)
100 # Macros like EXTERN_SIM_CORE confuse tags.
101 # And the sim-n-foo.h files create functions that can't be found either.
104 etags
--regex
'/^\([a-z_]+\) (/\1/' --regex
'/^.*\/[*] TAGS: .*/' \
110 distclean mostlyclean maintainer-clean
realclean: clean
112 rm -f Makefile config.cache config.log config.status
113 rm -f cconfig.h config.h stamp-h
115 # Dummy target to force execution of dependent targets.
118 # Copy the files into directories where they will be run.
121 install-man
: installdirs
122 n
=`echo run | sed '$(program_transform_name)'`; \
123 $(INSTALL_DATA
) $(srcdir)/run
.1 $(DESTDIR
)$(man1dir)/$$n.1
126 $(SHELL
) $(srcdir)/..
/..
/mkinstalldirs
$(DESTDIR
)$(man1dir)
128 Makefile
: Makefile.in config.status
129 $(SHELL
) .
/config.status
131 config.status
: configure
132 $(SHELL
) .
/config.status
--recheck
134 config.h
: stamp-h
; @true
135 stamp-h
: config.in config.status
136 CONFIG_FILES
= CONFIG_HEADERS
=config.h
:config.in
$(SHELL
) .
/config.status