* ldctor.c (ldctor_add_set_entry): Don't permit a set to be
[deliverable/binutils-gdb.git] / gdb / nlm / Makefile.in
CommitLineData
27847c6f
SG
1#Copyright 1989, 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
2
3# This file is part of GDB.
4
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.
9#
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.
14#
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., 675 Mass Ave, Cambridge, MA 02139, USA.
18
19prefix = /usr/local
20
21program_transform_name =
22exec_prefix = $(prefix)
23bindir = $(exec_prefix)/bin
24libdir = $(exec_prefix)/lib
25tooldir = $(libdir)/$(target_alias)
26
27datadir = $(prefix)/lib
28mandir = $(prefix)/man
29man1dir = $(mandir)/man1
30man2dir = $(mandir)/man2
31man3dir = $(mandir)/man3
32man4dir = $(mandir)/man4
33man5dir = $(mandir)/man5
34man6dir = $(mandir)/man6
35man7dir = $(mandir)/man7
36man8dir = $(mandir)/man8
37man9dir = $(mandir)/man9
38infodir = $(prefix)/info
39includedir = $(prefix)/include
40docdir = $(datadir)/doc
41
42SHELL = /bin/sh
43
44INSTALL = `cd $(srcdir)/../..;pwd`/install.sh -c
45INSTALL_PROGRAM = $(INSTALL)
46INSTALL_DATA = $(INSTALL)
47INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
48INSTALL_XFORM1 = $(INSTALL_XFORM) -b=.1
49
b7da2494
SG
50CC_FOR_TARGET = ` \
51 if [ -f ../../gcc/xgcc ] ; then \
52 if [ -f ../../newlib/Makefile ] ; then \
53 echo ../../gcc/xgcc -B../../gcc/ -idirafter ../newlib/targ-include -idirafter $${rootsrc}/../newlib/libc/include -nostdinc -L../../../newlib -B../../../newlib/; \
54 else \
55 echo ../../gcc/xgcc -B../../gcc/; \
56 fi; \
57 else \
58 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
59 echo $(CC); \
60 else \
61 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
62 fi; \
63 fi`
64
65NLMCONV_FOR_TARGET = ` \
66 if [ -f ../../binutils/nlmconv ] ; then \
67 echo ../../binutils/nlmconv; \
68 else \
69 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
70 echo $(NLMCONV); \
71 else \
72 t='$(program_transform_name)'; echo nlmconv | sed -e '' $$t; \
73 fi; \
74 fi`
75
b7da2494
SG
76LD_FOR_TARGET = ` \
77 if [ -f ../../ld/ld.new ] ; then \
78 echo ../../ld/ld.new; \
79 else \
80 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
81 echo $(LD); \
82 else \
83 t='$(program_transform_name)'; echo ld | sed -e '' $$t; \
84 fi; \
85 fi`
86
27847c6f
SG
87AR = ar
88AR_FLAGS = qv
89RANLIB = ranlib
90
27847c6f
SG
91# System V: If you compile gdb with a compiler which uses the coff
92# encapsulation feature (this is a function of the compiler used, NOT
93# of the m-?.h file selected by config.gdb), you must make sure that
94# the GNU nm is the one that is used by munch.
95
96# If you are compiling with GCC, make sure that either 1) You use the
97# -traditional flag, or 2) You have the fixed include files where GCC
98# can reach them. Otherwise the ioctl calls in inflow.c
99# will be incorrectly compiled. The "fixincludes" script in the gcc
100# distribution will fix your include files up.
101#CC=cc
102#CC=gcc -traditional
103GCC=gcc
104
105# Directory containing source files. Don't clean up the spacing,
106# this exact string is matched for by the "configure" script.
107srcdir = .
108
109# It is also possible that you will need to add -I/usr/include/sys to the
110# CFLAGS section if your system doesn't have fcntl.h in /usr/include (which
111# is where it should be according to Posix).
112
27847c6f
SG
113# where to find texinfo; GDB dist should include a recent one
114TEXIDIR=${srcdir}/../texinfo
115
116# where to find makeinfo, preferably one designed for texinfo-2
117MAKEINFO=makeinfo
118
119# Set this up with gcc if you have gnu ld and the loader will print out
120# line numbers for undefinded refs.
121#CC-LD=gcc -static
122CC-LD=${CC}
123
124# Where is the "include" directory? Traditionally ../include or ./include
125INCLUDE_DIR = ${srcdir}/../../include
126INCLUDE_DEP = $$(INCLUDE_DIR)
127
27847c6f
SG
128# All the includes used for CFLAGS and for lint.
129# -I. for config files.
130# -I${srcdir} possibly for regex.h also.
131# -I${srcdir}/config for more generic config files.
132INCLUDE_CFLAGS = -I. -I${srcdir} -I${srcdir}/.. -I${srcdir}/../config -I$(INCLUDE_DIR)
133
134# M{H,T}_CFLAGS, if defined, has host- and target-dependent CFLAGS
135# from the config/ directory.
136GLOBAL_CFLAGS = ${MT_CFLAGS} ${MH_CFLAGS}
137#PROFILE_CFLAGS = -pg
138
139# CFLAGS is specifically reserved for setting from the command line
140# when running make. I.E. "make CFLAGS=-Wmissing-prototypes".
141CFLAGS = -g
142# INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
9255037d 143INTERNAL_CFLAGS = ${CFLAGS} ${GLOBAL_CFLAGS} ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS} ${USER_CFLAGS}
27847c6f
SG
144LDFLAGS = $(CFLAGS)
145
146# Perhaps should come from parent Makefile
147VERSION = gdbserve-4.12
148DIST=gdb
149
150LINT=/usr/5bin/lint
151LINTFLAGS= -I${BFD_DIR}
152
153# Host and target-dependent makefile fragments come in here.
154####
155# End of host and target-dependent makefile fragments
156
157# All source files that go into linking GDB remote server.
158
27847c6f
SG
159DEPFILES = $(GDBSERVE_DEPFILES)
160
b7da2494 161SOURCES = $(ALLDEPFILES)
27847c6f
SG
162TAGFILES = $(SOURCES) ${HFILES} ${ALLPARAM} ${POSSLIBS}
163
27847c6f
SG
164# Prevent Sun make from putting in the machine type. Setting
165# TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
166.c.o:
b7da2494 167 ${CC_FOR_TARGET} -c ${INTERNAL_CFLAGS} $<
27847c6f 168
74ace0c8
SG
169.S.o:
170 ${CC_FOR_TARGET} -c ${INTERNAL_CFLAGS} $<
171
b7da2494 172all: gdbserve.nlm
27847c6f
SG
173
174# Traditionally "install" depends on "all". But it may be useful
175# not to; for example, if the user has made some trivial change to a
176# source file and doesn't care about rebuilding or just wants to save the
177# time it takes for make to check that all is up to date.
178# install-only is intended to address that need.
179install: all install-only
180install-only:
181 $(INSTALL_XFORM) gdbserver $(bindir)/gdbserver
182 $(INSTALL_XFORM1) $(srcdir)/gdbserver.1 $(man1dir)/gdbserver.1
183
184uninstall: force
185 rm -f $(bindir)/gdbserver $(man1dir)/gdbserver.1
186# @$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
187
188installcheck:
189check:
190info dvi:
191install-info:
192clean-info:
193
b7da2494
SG
194gdbserve.nlm: gdbserve.O $(srcdir)/gdbserve.def
195 ${NLMCONV_FOR_TARGET} -T $(srcdir)/gdbserve.def
27847c6f 196
b7da2494
SG
197gdbserve.O: prelude.o gdbserve.o $(TDEPFILES)
198 ${LD_FOR_TARGET} $(LDFLAGS) -r -o gdbserve.O prelude.o gdbserve.o ${TDEPFILES}
27847c6f
SG
199
200config.status:
201 @echo "You must configure gdbserver. Look at the README file for details."
202 @false
203
204# Put the proper machine-specific files first, so M-. on a machine
205# specific routine gets the one for the correct machine.
206# The xyzzy stuff below deals with empty DEPFILES
207TAGS: ${TAGFILES}
208 etags `find ${srcdir}/../config -name $(TM_FILE) -print` \
209 `find ${srcdir}/../config -name ${XM_FILE} -print` \
210 `find ${srcdir}/../config -name ${NAT_FILE} -print` \
211 `for i in yzzy ${DEPFILES}; do \
212 if [ x$$i != xyzzy ]; then \
213 echo ${srcdir}/$$i | sed -e 's/\.o$$/\.c/' ; \
214 fi; \
215 done` \
216 ${TAGFILES}
217tags: TAGS
218
219clean:
220 rm -f *.o ${ADD_FILES} *~
b7da2494 221 rm -f gdbserve.O gdbserve.nlm core make.log
27847c6f 222
b35be510
C
223distclean: clean TAGS
224 rm -f config.status
27847c6f
SG
225 rm -f Makefile
226
227realclean: clean
b35be510
C
228 rm -f TAGS
229 rm -f config.status
27847c6f
SG
230 rm -f Makefile
231
27847c6f
SG
232Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
233 $(SHELL) ./config.status
234
235force:
236
27847c6f
SG
237# GNU Make has an annoying habit of putting *all* the Makefile variables
238# into the environment, unless you include this target as a circumvention.
239# Rumor is that this will be fixed (and this target can be removed)
240# in GNU Make 4.0.
241.NOEXPORT:
242
243# GNU Make 3.63 has a different problem: it keeps tacking command line
244# overrides onto the definition of $(MAKE). This variable setting
245# will remove them.
246MAKEOVERRIDES=
247
248# This is the end of "Makefile.in".
This page took 0.061479 seconds and 4 git commands to generate.