1 # Makefile template for Configure for the sim library.
2 # Copyright (C) 1993 Free Software Foundation, Inc.
3 # Written by Cygnus Support.
5 # This file is part of BFD, the Binary File Descriptor library.
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2 of the License, or
10 # (at your option) any later version.
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, write to the Free Software
19 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 srcroot
= $(srcdir)/..
24 program_transform_name
=
26 exec_prefix = $(prefix)
27 bindir = $(exec_prefix)/bin
28 libdir = $(exec_prefix)/lib
30 datadir = $(prefix)/lib
31 mandir = $(prefix)/man
32 man1dir = $(mandir)/man1
33 man2dir = $(mandir)/man2
34 man3dir = $(mandir)/man3
35 man4dir = $(mandir)/man4
36 man5dir = $(mandir)/man5
37 man6dir = $(mandir)/man6
38 man7dir = $(mandir)/man7
39 man8dir = $(mandir)/man8
40 man9dir = $(mandir)/man9
41 infodir = $(prefix)/info
42 includedir = $(prefix)/include
48 INSTALL
= $${srcroot}/..
/install.sh
-c
49 INSTALL_PROGRAM
= $(INSTALL
)
50 INSTALL_DATA
= $(INSTALL
)
51 INSTALL_XFORM
= $(INSTALL
) -t
='$(program_transform_name)'
52 INSTALL_XFORM1
= $(INSTALL_XFORM
) -b
=.1
64 INCDIR
= $(srcdir)/..
/include
65 CSEARCH
= -I.
-I
$(srcdir) -I
$(INCDIR
)
68 SUBDIRS
= " this is set by configire, don't change this "
72 DO_INSTALL
=install-nothing
74 #### host and target dependent Makefile fragments come in here.
79 "exec_prefix=$(exec_prefix)" \
80 "against=$(against)" \
82 "AR_FLAGS=$(AR_FLAGS)" \
86 "MAKEINFO=$(MAKEINFO)" \
87 "INSTALL=$(INSTALL)" \
88 "INSTALL_DATA=$(INSTALL_DATA)" \
89 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
93 STAGESTUFF
= $(TARGETLIB
) $(OFILES
)
100 install: $(DO_INSTALL
)
104 distclean realclean: clean
105 rm -f Makefile config.status
114 .PHONY
: check installcheck
124 install-nothing
: force
130 @if
[ -f .
/z8k
/Makefile
] ; then \
131 rootme
=`pwd` ; export rootme
; \
132 ( cd .
/z8k
; $(MAKE
) $(FLAGS_TO_PASS
) all) ; \
138 @if
[ -f .
/z8k
/Makefile
] ; then \
139 rootme
=`pwd` ; export rootme
; \
140 srcroot
=`cd $(srcdir); pwd`; export srcroot
; \
141 ( cd .
/z8k
; $(MAKE
) $(FLAGS_TO_PASS
) install) ; \
147 @if
[ -f .
/z8k
/Makefile
] ; then \
148 rootme
=`pwd` ; export rootme
; \
149 ( cd .
/z8k
; $(MAKE
) $(FLAGS_TO_PASS
) clean) ; \
158 @if
[ -f .
/h8300
/Makefile
] ; then \
159 rootme
=`pwd` ; export rootme
; \
160 ( cd .
/h8300
; $(MAKE
) $(FLAGS_TO_PASS
) all) ; \
166 @if
[ -f .
/h8300
/Makefile
] ; then \
167 rootme
=`pwd` ; export rootme
; \
168 srcroot
=`cd $(srcdir); pwd`; export srcroot
; \
169 ( cd .
/h8300
; $(MAKE
) $(FLAGS_TO_PASS
) install) ; \
175 @if
[ -f .
/h8300
/Makefile
] ; then \
176 rootme
=`pwd` ; export rootme
; \
177 ( cd .
/h8300
; $(MAKE
) $(FLAGS_TO_PASS
) clean) ; \
187 @if
[ -f .
/h8500
/Makefile
] ; then \
188 rootme
=`pwd` ; export rootme
; \
189 ( cd .
/h8500
; $(MAKE
) $(FLAGS_TO_PASS
) all) ; \
195 @if
[ -f .
/h8500
/Makefile
] ; then \
196 rootme
=`pwd` ; export rootme
; \
197 srcroot
=`cd $(srcdir); pwd`; export srcroot
; \
198 ( cd .
/h8500
; $(MAKE
) $(FLAGS_TO_PASS
) install) ; \
204 @if
[ -f .
/h8500
/Makefile
] ; then \
205 rootme
=`pwd` ; export rootme
; \
206 ( cd .
/h8500
; $(MAKE
) $(FLAGS_TO_PASS
) clean) ; \
216 @if
[ -f .
/sh
/Makefile
] ; then \
217 rootme
=`pwd` ; export rootme
; \
218 ( cd .
/sh
; $(MAKE
) $(FLAGS_TO_PASS
) all) ; \
224 @if
[ -f .
/sh
/Makefile
] ; then \
225 rootme
=`pwd` ; export rootme
; \
226 ( cd .
/sh
; $(MAKE
) $(FLAGS_TO_PASS
) install) ; \
232 @if
[ -f .
/sh
/Makefile
] ; then \
233 rootme
=`pwd` ; export rootme
; \
234 ( cd .
/sh
; $(MAKE
) $(FLAGS_TO_PASS
) clean) ; \
244 # with the gnu make, this is done automatically.
246 Makefile
: $(srcdir)/Makefile.in
$(target_makefile_frag
)
247 $(SHELL
) .
/config.status
This page took 0.034302 seconds and 4 git commands to generate.