1 M_MAKEFILE=./tconfig/none ./xconfig/none
4 # This can be used to build you a Makefile that only runs administrative
5 # commands like 'clean', 'gdb.tar.Z', etc.
6 # Target config file for "no target". This can be used to build you
7 # a Makefile that only runs administrative commands like 'clean',
10 # Copyright (C) 1990 Free Software Foundation, Inc.
12 # This file is part of GDB.
14 # GDB is free software; you can redistribute it and/or modify
15 # it under the terms of the GNU General Public License as published by
16 # the Free Software Foundation; either version 1, or (at your option)
19 # GDB is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU General Public License for more details.
24 # You should have received a copy of the GNU General Public License
25 # along with GDB; see the file COPYING. If not, write to
26 # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
27 ALLDEPFILES = $(ALLDEPFILES_MAINDIR) $(ALLDEPFILES_SUBDIR)
83 nindy-share/ttybreak.c\
84 nindy-share/ttyflush.c\
86 vx-share/xdr_ptrace.c\
168 ./tconfig/littlemips\
192 ./tconfig/vxworks960\
207 ./xconfig/littlemips\
230 ##Copyright (C) 1989-1991 Free Software Foundation, Inc.
232 # This file is part of GDB.
234 # GDB is free software; you can redistribute it and/or modify
235 # it under the terms of the GNU General Public License as published by
236 # the Free Software Foundation; either version 1, or (at your option)
239 # GDB is distributed in the hope that it will be useful,
240 # but WITHOUT ANY WARRANTY; without even the implied warranty of
241 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
242 # GNU General Public License for more details.
244 # You should have received a copy of the GNU General Public License
245 # along with GDB; see the file COPYING. If not, write to
246 # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
248 # Place to install binaries.
249 bindir=/usr/local/bin
251 # System V: If you compile gdb with a compiler which uses the coff
252 # encapsulation feature (this is a function of the compiler used, NOT
253 # of the m-?.h file selected by config.gdb), you must make sure that
254 # the GNU nm is the one that is used by munch.
256 # If you are compiling with GCC, make sure that either 1) You use the
257 # -traditional flag, or 2) You have the fixed include files where GCC
258 # can reach them. Otherwise the ioctl calls in inflow.c and readline.c
259 # will be incorrectly compiled. The "fixincludes" script in the gcc
260 # distribution will fix your include files up.
267 # It is also possible that you will need to add -I/usr/include/sys to the
268 # CFLAGS section if your system doesn't have fcntl.h in /usr/include (which
269 # is where it should be according to Posix).
275 # We need either GNU m4 or SysV m4; Berkeley/Sun don't have quite enough.
279 # Set this up with gcc if you have gnu ld and the loader will print out
280 # line numbers for undefinded refs.
284 # define this to be "gmalloc.o" if you want to use the gnu malloc routine
285 # (useful for debugging memory allocation problems in gdb). To use your
286 # system malloc, uncomment the following two lines.
288 #MALLOC_CFLAGS = -DNO_MALLOC_CHECK
289 GNU_MALLOC = gmalloc.o mcheck.o mtrace.o
292 # Where is the "include" directory? Traditionally ../include or ./include
293 INCLUDE_DIR = ${srcdir}/../include
294 INCLUDE_DEP = $$(INCLUDE_DIR)
296 # Where is the source dir for the BFD library? Traditionally ../bfd or ./bfd
297 # (When we want the binary library built from it, we use ${BFD_DIR}${subdir}.)
298 BFD_DIR = ${srcdir}/../bfd
299 BFD_DEP = $$(BFD_DIR)
301 # All the includes used for CFLAGS and for lint.
302 # -I. for config files.
303 # -I${srcdir} possibly for regex.h also.
304 INCLUDE_CFLAGS = -I. -I${srcdir} -I$(INCLUDE_DIR) -I${srcdir}/vx-share
306 # {X,T}M_CFLAGS, if defined, has system-dependent CFLAGS.
307 # CFLAGS for both GDB and readline.
308 GLOBAL_CFLAGS = -g ${TM_CFLAGS} ${XM_CFLAGS}
309 #PROFILE_CFLAGS = -pg
311 CFLAGS = ${GLOBAL_CFLAGS} ${PROFILE_CFLAGS} ${MALLOC_CFLAGS} ${INCLUDE_CFLAGS}
312 # None of the things in CFLAGS will do any harm, and on some systems
313 # (e.g. SunOS4) it is important to use the M_CFLAGS.
316 # Where is the "-liberty" library, containing getopt and obstack?
317 LIBIBERTY_DIR = ${srcdir}/../libiberty
318 LIBIBERTY = ${LIBIBERTY_DIR}${subdir}/libiberty.a
320 # Flags that describe where you can find the termcap library.
321 # You may need to make other arrangements for USG.
324 # You must define REGEX and REGEX1 on USG machines.
325 # If your sysyem is missing alloca(), or, more likely, it's there but
326 # it doesn't work, define ALLOCA & ALLOCA1
328 # {X,T}M_CLIBS, if defined, has system-dependent libs
329 # For example, -lPW for System V to get alloca().
330 # FIXME STOPGAP FOR BFD LIBRARY: BFD stuff
331 CLIBS = ${TERMCAP} $(XM_CLIBS) ${TM_CLIBS} ${BFD_DIR}${subdir}/libbfd.a \
333 CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_DIR}/libbfd.a \
336 ADD_FILES = ${REGEX} ${ALLOCA} ${GNU_MALLOC}
337 ADD_DEPS = ${REGEX1} ${ALLOCA1} ${GNU_MALLOC}
345 # Source files in the main directory.
346 # Files which are included via a tconfig/* or xconfig/* file
347 # should *not* be specified here; they're in "ALLDEPFILES".
349 blockframe.c breakpoint.c command.c core.c \
350 environ.c eval.c expprint.c findvar.c infcmd.c inflow.c infrun.c \
352 remote.c source.c stack.c symmisc.c symtab.c symfile.c \
353 utils.c valarith.c valops.c valprint.c values.c expread.y \
354 signame.c cplus-dem.c mem-break.c target.c inftarg.c \
355 dbxread.c coffread.c \
358 # Source files in subdirectories (which will be handled separately by
360 # Files which are included via a tconfig/* or xconfig/* file
361 # should *not* be specified here; they're in "ALLDEPFILES".
363 ${srcdir}/vx-share/dbgRpcLib.h \
364 ${srcdir}/vx-share/ptrace.h \
365 ${srcdir}/vx-share/reg.h \
366 ${srcdir}/vx-share/vxTypes.h \
367 ${srcdir}/vx-share/vxWorks.h \
368 ${srcdir}/vx-share/wait.h \
369 ${srcdir}/vx-share/xdr_ld.h \
370 ${srcdir}/vx-share/xdr_ptrace.h \
371 ${srcdir}/vx-share/xdr_rdb.h \
372 ${srcdir}/vx-share/xdr_regs.h \
373 ${srcdir}/nindy-share/Makefile \
374 ${srcdir}/nindy-share/VERSION \
375 ${srcdir}/nindy-share/b.out.h \
376 ${srcdir}/nindy-share/block_io.h \
377 ${srcdir}/nindy-share/coff.h \
378 ${srcdir}/nindy-share/demux.h \
379 ${srcdir}/nindy-share/env.h \
380 ${srcdir}/nindy-share/stop.h \
381 ${srcdir}/nindy-share/ttycntl.h
383 # All source files that go into linking GDB, except config-specified files.
384 SFILES = $(SFILES_MAINDIR) $(SFILES_SUBDIR)
386 # All source files that lint should look at
387 LINTFILES = $(SFILES) expread.tab.c init.c
389 # Any additional files specified on these lines should also be added to
390 # the OTHERS = definition below, so they go in the tar files.
391 SFILES_STAND = $(SFILES) standalone.c
392 SFILES_KGDB = $(SFILES) stuff.c kdb-start.c
394 # Header files that are not named in tconfig/* or xconfig/* go here.
395 HFILES= breakpoint.h command.h defs.h environ.h \
396 expression.h frame.h gdbcmd.h gdbcore.h \
397 getpagesize.h ieee-float.h inferior.h param-no-tm.h param.h \
398 signals.h signame.h symfile.h symtab.h \
399 target.h tdesc.h terminal.h tm-68k.h tm-i960.h tm-sunos.h \
402 OPCODES = pn-opcode.h np1-opcode.h sparc-opcode.h vax-opcode.h m68k-opcode.h \
403 ns32k-opcode.h convx-opcode.h pyr-opcode.h mips-opcode.h \
406 REMOTE_EXAMPLES = rem-m68k.shar rem-multi.shar
408 MALLOCSRC = gmalloc.c mcheck.c mtrace.c mtrace.awk \
409 ansidecl.h stdlib.h gmalloc.h stddef.h
411 POSSLIBS_MAINDIR = regex.c regex.h alloca.c $(MALLOCSRC)
412 POSSLIBS = $(POSSLIBS_MAINDIR)
414 TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c
416 # tdesc-lib cannot be named simply tdesc, because if if it were GNU make
417 # would try to make it from tdesc.c.
419 OTHERS = Makefile.dist depend alldeps.mak Makefile.sdir \
420 createtags munch config.gdb config.status \
421 ChangeLog ChangeLog-3.x \
422 README TODO TAGS WHATS.NEW \
424 .gdbinit COPYING expread.tab.c stab.def \
425 copying.c Projects Convex.notes copying.awk \
426 saber.suppress standalone.c stuff.c kdb-start.c \
429 DEPFILES= ${TDEPFILES} ${XDEPFILES}
431 SOURCES=$(SFILES) $(ALLDEPFILES)
432 TAGFILES = $(SOURCES) ${HFILES} ${OPCODES} ${ALLPARAM} ${POSSLIBS}
433 TAGFILES_MAINDIR = $(SFILES_MAINDIR) $(ALLDEPFILES_MAINDIR) \
434 ${HFILES} ${OPCODES} ${ALLPARAM} ${POSSLIBS_MAINDIR}
435 TARFILES = ${TAGFILES_MAINDIR} ${OTHERS} ${REMOTE_EXAMPLES}
437 OBS = main.o blockframe.o breakpoint.o findvar.o stack.o source.o \
438 values.o eval.o valops.o valarith.o valprint.o printcmd.o \
439 symtab.o symfile.o symmisc.o infcmd.o infrun.o remote.o \
440 command.o utils.o expread.o expprint.o environ.o version.o \
441 copying.o $(DEPFILES) signame.o cplus-dem.o mem-break.o target.o \
442 inftarg.o ieee-float.o putenv.o \
443 dbxread.o coffread.o # mipsread.o
445 RAPP_OBS = rgdb.o rudp.o rserial.o serial.o udp.o $(XDEPFILES)
447 TSOBS = core.o inflow.o
449 NTSOBS = standalone.o
451 TSSTART = /lib/crt0.o
453 NTSSTART = kdb-start.o
455 RL_LIB = readline/libreadline.a
456 RL_LIB_DEP = $(RL_LIB)
458 # Prevent Sun make from putting in the machine type. Setting
459 # TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
461 ${CC} -c ${CFLAGS} $<
466 cp gdb $(bindir)/gdb.new
467 mv $(bindir)/gdb.new $(bindir)/gdb
470 init.c: $(srcdir)/munch $(MUNCH_DEFINE) $(OBS) $(TSOBS)
471 $(srcdir)/munch ${MUNCH_DEFINE} $(OBS) $(TSOBS) > init.c
473 gdb: $(OBS) $(TSOBS) ${ADD_DEPS} ${RL_LIB_DEP} ${CDEPS} init.o
474 ${CC-LD} $(LDFLAGS) -o gdb init.o $(OBS) $(TSOBS) $(ADD_FILES) \
477 saber_gdb: $(SFILES) $(DEPFILES) copying.c version.c
478 #setopt load_flags $(CFLAGS) -I$(BFD_DIR) -DHOST_SYS=SUN4_SYS
479 #load ./init.c $(SFILES)
480 #unload ${srcdir}/expread.y ${srcdir}/vx-share/*.h
481 #unload ${srcdir}/nindy-share/[A-Z]*
482 #load ${srcdir}/expread.tab.c readline/libreadline.a
483 #load copying.c version.c
484 #load `echo " "$(DEPFILES) | sed -e 's/\.o/.c/g' -e 's, , ../,g'`
485 #load ${LIBIBERTY_DIR}/*.c
488 ##void mcheck(a) void (*a)(); { }
493 # This is useful when debugging GDB, because some Unix's don't let you run GDB
494 # on itself without copying the executable. So "make gdb1" will make
495 # gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
496 # Removing gdb1 before the copy is the right thing if gdb1 is open
497 # in another process.
502 # This is a remote stub which runs under unix and starts up an
503 # inferior process. This is at least useful for debugging GDB's
507 ${srcdir}/munch ${RAPP_OBS} > rapp_init.c
508 ${CC-LD} $(LDFLAGS) -o $@ rapp_init.c $(RAPP_OBS)
510 Makefiles= Makefile.sdir $(M_MAKEFILE) \
511 ${srcdir}/alldeps.mak ${srcdir}/Makefile.dist
513 MAKE_MAKEFILE= echo "M_MAKEFILE=$(M_MAKEFILE)" | \
514 cat - ${Makefiles} ${srcdir}/depend >Makefile
516 Makefile: $(Makefiles)
519 alldeps.mak: ${srcdir}/tconfig ${srcdir}/xconfig
520 rm -f alldeps.mak alldeps.tmp allparam.tmp allconfig.tmp
521 for i in `ls -d ${srcdir}/tconfig/*[0-9A-Za-z] \
522 ${srcdir}/xconfig/*[0-9A-Za-z] | grep -v RCS` ; do \
523 echo $$i >>allconfig.tmp; \
525 $$1 == "TDEPFILES=" || $$1 == "XDEPFILES=" { \
526 for (i = 2; i <= NF; i++) \
527 print $$i >> "alldeps.tmp" ; \
529 $$1 == "TM_FILE=" || $$1 == "XM_FILE=" { \
530 print $$2 >> "allparam.tmp" }' ; \
532 sort <alldeps.tmp | uniq | \
533 sed -e 's/arm-convert.o/arm-convert.s/' \
534 -e 's!^Onindy.o!nindy-share/Onindy.c!' \
535 -e 's!^nindy.o!nindy-share/nindy.c!' \
536 -e 's!ttybreak.o!nindy-share/ttybreak.c!' \
537 -e 's!ttyflush.o!nindy-share/ttyflush.c!' \
538 -e 's!xdr_ld.o!vx-share/xdr_ld.c!' \
539 -e 's!xdr_ptrace.o!vx-share/xdr_ptrace.c!' \
540 -e 's!xdr_rdb.o!vx-share/xdr_rdb.c!' \
541 -e 's!xdr_regs.o!vx-share/xdr_regs.c!' \
544 echo 'ALLDEPFILES = $$(ALLDEPFILES_MAINDIR) $$(ALLDEPFILES_SUBDIR)' \
546 grep -v / alldeps2.tmp | \
547 awk 'BEGIN {printf "ALLDEPFILES_MAINDIR="} \
548 NR == 0 {printf $$0;} \
549 NR != 0 {printf "\\\n" $$0} \
550 END {printf "\n\n"}' >>alldeps.mak;
551 grep / alldeps2.tmp | \
552 awk 'BEGIN {printf "ALLDEPFILES_SUBDIR="} \
553 NR == 0 {printf $$0;} \
554 NR != 0 {printf "\\\n" $$0} \
555 END {printf "\n\n"}' >>alldeps.mak;
556 sort <allparam.tmp | uniq | awk 'BEGIN {printf "ALLPARAM="} \
557 NR == 0 {printf $$0;} \
558 NR != 0 {printf "\\\n" $$0} \
559 END {printf "\n\n"}' >>alldeps.mak;
560 sort <allconfig.tmp | uniq | awk 'BEGIN {printf "ALLCONFIG="} \
561 NR == 0 {printf $$0;} \
562 NR != 0 {printf "\\\n" $$0} \
563 END {printf "\n\n"}' >>alldeps.mak;
564 rm -f alldeps.tmp alldeps2.tmp allparam.tmp allconfig.tmp
566 # The sed script makes everything which depends on {x,t}m.h depend on
567 # config.status as well, in case someone reconfigures gdb out from
568 # under an already compiled gdb.
569 depend: $(SOURCES) Makefile.dist
570 @echo Ignore errors about non-existent system-supplied include files
571 @echo for systems other than the one you are using.
572 @echo "If xm.h and tm.h don't exist, the error messages saying so"
573 @echo can safely be ignored.
574 @echo Also ignore parse errors in valops.c, and any errors in
576 -$(GCC) -MM $(CFLAGS) -I$(BFD_DIR) \
577 `ls $(SOURCES) | sort -u` >depend.tmp
578 <depend.tmp sed -e 's/ [xt]m.h/& config.status/g' \
579 -e 's; vx-share/; $${srcdir}/vx-share/;g' \
580 -e 's; nindy-share/; $${srcdir}/nindy-share/;g' \
581 -e 's; $(INCLUDE_DIR)/; $(INCLUDE_DEP)/;g' \
582 -e 's; [a-z0-9./]*bfd/; $(BFD_DEP)/;g' \
583 -e 's; \./; $${srcdir}/;g' \
589 @echo "You must configure gdb. Look at the README file for details."
592 # These are not generated by "make depend" because they only are there
594 # But these rules don't do what we want; we want to hack the foo.o: tm.h
595 # dependency to do the right thing.
596 tm-isi.h tm-sun3.h tm-news.h tm-hp300bsd.h tm-altos.h : tm-68k.h
597 tm-hp300hpux.h tm-sun2.h tm-3b1.h : tm-68k.h
598 xm-news1000.h : xm-news.h
599 xm-i386-sv32.h : xm-i386.h
600 tm-i386gas.h: tm-i386.h
601 xm-sun4os4.h : xm-sparc.h
602 tm-sun4os4.h : tm-sparc.h
604 kdb : $(NTSSTART) $(OBS) $(NTSOBS) ${ADD_DEPS} ${RL_LIB_DEP}
606 $(srcdir)/munch ${MUNCH_DEFINE} $(OBS) $(NTSOBS) > init.c
607 $(CC) $(LDFLAGS) -c init.c $(CLIBS)
608 ld -o kdb $(NTSSTART) $(OBS) $(NTSOBS) init.o $(ADD_FILES) \
609 ${RL_LIB} -lc $(CLIBS)
611 # Put the proper machine-specific files first.
612 # createtags will edit the .o in DEPFILES into .c
614 $(srcdir)/createtags $(TM_FILE) ${XM_FILE} $(DEPFILES) ${TAGFILES}
617 # FIXME: Get alldeps.mak up to date, config.gdb none, THEN make gdb.tar.Z!
618 gdb.tar.Z: ${TARFILES}
619 rm -f gdb.tar; rm -rf $(DIST)
620 cd readline ; make readline.tar
622 cd $(DIST) ; for i in ${TARFILES} ; do ln -s ../$$i . ; done
623 mkdir $(DIST)/readline
624 cd $(DIST)/readline ; tar xf ../../readline/readline.tar
625 mkdir $(DIST)/xconfig ${DIST}/tconfig
626 cd $(DIST)/tconfig ; \
627 for i in $(ALLCONFIG) ; do ln -s ../../$$i ../$$i ; done
628 mkdir $(DIST)/vx-share $(DIST)/nindy-share
629 cd $(DIST)/tconfig ; \
630 for i in $(SFILES_SUBDIR) $(ALLDEPFILES_SUBDIR); \
631 do ln -s ../../$$i ../$$i ; done
632 tar chf - $(DIST) | compress >gdb.tar.Z
636 rm -f ${OBS} ${TSOBS} ${NTSOBS} ${ADD_FILES}
637 rm -f init.c init.o version.c
638 rm -f gdb core gdb.tar gdb.tar.Z make.log
640 rm -f gdb.dvi gdb-all*
641 cd readline ; make clean
643 distclean: clean expread.tab.c TAGS
644 rm -f tm.h xm.h config.status
645 rm -f y.output yacc.acts yacc.tmp
646 rm -f ${TESTS} Makefile
649 rm -f expread.tab.c TAGS
650 rm -f tm.h xm.h config.status
653 gdb-all.texinfo: ${srcdir}/doc/gdb.texinfo
654 ${M4} $(srcdir)/doc/pretex.m4 $(srcdir)/doc/none.m4 $(srcdir)/doc/all.m4 $(srcdir)/doc/gdb.texinfo >gdb-all.texinfo
656 gdb.dvi : gdb-all.texinfo
660 mv gdb-all.dvi gdb.dvi
661 rm -f gdb-all.?? gdb-all.???
663 # This should work eventually, but we're using texinfo2, and many makeinfo's
664 # can't cope with all the markup. In the meantime, we distribute the info
665 # files as formatted by the elisp texinfo2 code.
666 #gdb.info: gdb-all.texinfo
667 # makeinfo gdb-all.texinfo
669 # Make copying.c from COPYING
670 copying.c : COPYING copying.awk
671 awk -f copying.awk < COPYING > copying.c
673 version.c : Makefile.dist
674 echo 'char *version = "$(VERSION)";' >version.c
676 ${srcdir}/expread.tab.c : $(srcdir)/expread.y
677 @echo 'Expect 4 shift/reduce conflict.'
678 ${YACC} $(srcdir)/expread.y
679 mv y.tab.c ${srcdir}/expread.tab.c
681 expread.o : ${srcdir}/expread.tab.c defs.h param.h symtab.h \
683 $(CC) -c ${CFLAGS} `echo ${srcdir}/expread.tab.c | sed 's,^\./,,'`
684 mv expread.tab.o expread.o
686 # dbxread, coffread, mipsread have dependencies on BFD header files.
687 dbxread.o: ${srcdir}/dbxread.c
688 ${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/dbxread.c
690 coffread.o: ${srcdir}/coffread.c
691 ${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/coffread.c
693 mipsread.o: ${srcdir}/mipsread.c
694 ${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/mipsread.c
696 # Drag in the files that are in another directory.
698 xdr_ld.o: ${srcdir}/vx-share/xdr_ld.c
699 ${CC} -c ${CFLAGS} ${srcdir}/vx-share/xdr_ld.c
701 xdr_ptrace.o: ${srcdir}/vx-share/xdr_ptrace.c
702 ${CC} -c ${CFLAGS} ${srcdir}/vx-share/xdr_ptrace.c
704 xdr_rdb.o: ${srcdir}/vx-share/xdr_rdb.c
705 ${CC} -c ${CFLAGS} ${srcdir}/vx-share/xdr_rdb.c
707 xdr_regs.o: ${srcdir}/vx-share/xdr_regs.c
708 ${CC} -c ${CFLAGS} ${srcdir}/vx-share/xdr_regs.c
710 nindy.o: ${srcdir}/nindy-share/nindy.c
711 ${CC} -c ${CFLAGS} ${srcdir}/nindy-share/nindy.c
713 Onindy.o: ${srcdir}/nindy-share/Onindy.c
714 ${CC} -c ${CFLAGS} ${srcdir}/nindy-share/Onindy.c
716 ttybreak.o: ${srcdir}/nindy-share/ttybreak.c
717 ${CC} -c ${CFLAGS} ${srcdir}/nindy-share/ttybreak.c
719 ttyflush.o: ${srcdir}/nindy-share/ttyflush.c
720 ${CC} -c ${CFLAGS} ${srcdir}/nindy-share/ttyflush.c
722 tdesc-lib/libdc.o : force_update
723 cd tdesc-lib ; ${MAKE} "SYSV_DEFINE=${SYSV_DEFINE}"
725 # In LOCAL_INCLUDES, -I${srcdir} is right if srcdir is an absolute path,
726 # and -I../${srcdir} is right if it is relative (e.g. ".."), so search both.
727 readline/libreadline.a : force_update
728 cd readline ; ${MAKE} "SYSV=${SYSV_DEFINE}"\
729 "VPATH=${srcdir}/readline:../${srcdir}/readline"\
730 "LOCAL_INCLUDES=-I../ -I${srcdir}/ -I../${srcdir}/"\
731 "DEBUG_FLAGS=${GLOBAL_CFLAGS}" "CC=${CC}" libreadline.a
734 $(LINT) $(INCLUDE_CFLAGS) $(LINTFLAGS) $(LINTFILES)
737 cxref -I. $(SFILES) >gdb.cxref
741 # When used with GDB, the demangler should never look for leading
742 # underscores because GDB strips them off during symbol read-in. Thus
745 cplus-dem.o : cplus-dem.c
746 ${CC} -c ${CFLAGS} -Dnounderscore \
747 `echo ${srcdir}/cplus-dem.c | sed 's,^\./,,'`
748 altos-xdep.o : altos-xdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
749 inferior.h breakpoint.h value.h symtab.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
750 $(INCLUDE_DIR)/ansidecl.h
751 am29k-pinsn.o : am29k-pinsn.c defs.h target.h am29k-opcode.h
752 am29k-tdep.o : am29k-tdep.c defs.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
753 $(INCLUDE_DIR)/ansidecl.h $(INCLUDE_DIR)/obstack.h frame.h param.h tm.h config.status \
754 param-no-tm.h xm.h config.status value.h symtab.h inferior.h breakpoint.h
755 arm-pinsn.o : arm-pinsn.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h \
757 arm-tdep.o : arm-tdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
758 inferior.h breakpoint.h value.h symtab.h arm-opcode.h gdbcore.h \
759 $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h
760 arm-xdep.o : arm-xdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
761 inferior.h breakpoint.h value.h symtab.h arm-opcode.h gdbcore.h \
762 $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h
763 blockframe.o : blockframe.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h \
764 frame.h gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h value.h \
766 breakpoint.o : breakpoint.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h \
767 frame.h breakpoint.h value.h expression.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
768 $(INCLUDE_DIR)/ansidecl.h gdbcmd.h command.h inferior.h target.h
769 coffread.o : coffread.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h \
770 breakpoint.h value.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h symfile.h \
772 command.o : command.c defs.h command.h symtab.h value.h
773 convex-pinsn.o : convex-pinsn.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status \
774 symtab.h convx-opcode.h
775 convex-tdep.o : convex-tdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status \
776 command.h symtab.h value.h frame.h inferior.h breakpoint.h \
777 $(INCLUDE_DIR)/wait.h gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h \
779 convex-xdep.o : convex-xdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status \
780 command.h symtab.h value.h frame.h inferior.h breakpoint.h \
781 $(INCLUDE_DIR)/wait.h gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h \
783 core.o : core.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h inferior.h \
784 breakpoint.h value.h symtab.h command.h $(INCLUDE_DIR)/bfd.h \
785 $(INCLUDE_DIR)/ansidecl.h target.h gdbcore.h
786 coredep.o : coredep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status gdbcore.h \
787 $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h $(INCLUDE_DIR)/obstack.h
788 cplus-dem.o : cplus-dem.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status
789 dbxread.o : dbxread.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status \
790 $(INCLUDE_DIR)/a.out.gnu.h $(INCLUDE_DIR)/reloc.h $(INCLUDE_DIR)/stab.gnu.h \
791 $(INCLUDE_DIR)/stab.def symtab.h breakpoint.h value.h command.h target.h \
792 gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h $(BFD_DIR)/liba.out.h \
794 environ.o : environ.c environ.h defs.h
795 eval.o : eval.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h value.h \
796 expression.h target.h frame.h
797 exec.o : exec.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h inferior.h \
798 breakpoint.h value.h symtab.h target.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
799 $(INCLUDE_DIR)/ansidecl.h
800 expprint.o : expprint.c defs.h symtab.h param.h tm.h config.status param-no-tm.h xm.h config.status \
802 findvar.o : findvar.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h \
803 frame.h value.h gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h \
804 inferior.h breakpoint.h target.h
805 gould-pinsn.o : gould-pinsn.c gdbcore.h $(INCLUDE_DIR)/bfd.h \
806 $(INCLUDE_DIR)/ansidecl.h $(INCLUDE_DIR)/obstack.h defs.h param.h tm.h config.status \
807 param-no-tm.h xm.h config.status symtab.h frame.h np1-opcode.h
808 gould-xdep.o : gould-xdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
809 inferior.h breakpoint.h value.h symtab.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
810 $(INCLUDE_DIR)/ansidecl.h
811 hp300ux-xdep.o : hp300ux-xdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status \
812 frame.h inferior.h breakpoint.h value.h symtab.h gdbcore.h \
813 $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h
814 i386-pinsn.o : i386-pinsn.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status \
815 gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h $(INCLUDE_DIR)/obstack.h
816 i386-tdep.o : i386-tdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
817 inferior.h breakpoint.h value.h symtab.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
818 $(INCLUDE_DIR)/ansidecl.h
819 i386-xdep.o : i386-xdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
820 inferior.h breakpoint.h value.h symtab.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
821 $(INCLUDE_DIR)/ansidecl.h
822 i960-pinsn.o : i960-pinsn.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
823 inferior.h breakpoint.h value.h symtab.h
824 i960-tdep.o : i960-tdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h \
825 value.h frame.h signame.h ieee-float.h
826 ieee-float.o : ieee-float.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status \
828 infcmd.o : infcmd.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h frame.h \
829 inferior.h breakpoint.h value.h environ.h gdbcmd.h command.h gdbcore.h \
830 $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h target.h
831 inflow.o : inflow.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
832 inferior.h breakpoint.h value.h symtab.h command.h signals.h terminal.h \
834 infptrace.o : infptrace.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
835 inferior.h breakpoint.h value.h symtab.h target.h gdbcore.h \
836 $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h
837 infrun.o : infrun.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h frame.h \
838 inferior.h breakpoint.h value.h $(INCLUDE_DIR)/wait.h gdbcore.h \
839 $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h signame.h command.h terminal.h \
841 inftarg.o : inftarg.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
842 inferior.h breakpoint.h value.h symtab.h target.h $(INCLUDE_DIR)/wait.h \
843 gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h ieee-float.h
844 m68k-pinsn.o : m68k-pinsn.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h \
845 m68k-opcode.h gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h
846 m68k-tdep.o : m68k-tdep.c defs.h ieee-float.h
847 main.o : main.c defs.h gdbcmd.h command.h param.h tm.h config.status param-no-tm.h xm.h config.status \
848 symtab.h inferior.h breakpoint.h value.h frame.h signals.h target.h
849 mem-break.o : mem-break.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status
850 mips-pinsn.o : mips-pinsn.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h \
852 mips-tdep.o : mips-tdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
853 inferior.h breakpoint.h value.h symtab.h gdbcmd.h command.h gdbcore.h \
854 $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h
855 mips-xdep.o : mips-xdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
856 inferior.h breakpoint.h value.h symtab.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
857 $(INCLUDE_DIR)/ansidecl.h
858 mipsread.o : mipsread.c param.h tm.h config.status param-no-tm.h xm.h config.status \
859 $(INCLUDE_DIR)/obstack.h defs.h symtab.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
860 $(INCLUDE_DIR)/ansidecl.h symfile.h $(INCLUDE_DIR)/intel-coff.h
861 news-xdep.o : news-xdep.c
862 Onindy.o : ${srcdir}/nindy-share/Onindy.c ${srcdir}/nindy-share/ttycntl.h \
863 ${srcdir}/nindy-share/block_io.h $(INCLUDE_DIR)/wait.h ${srcdir}/nindy-share/env.h \
864 /usr/include/string.h
865 nindy.o : ${srcdir}/nindy-share/nindy.c ${srcdir}/nindy-share/ttycntl.h ${srcdir}/nindy-share/block_io.h \
866 $(INCLUDE_DIR)/wait.h ${srcdir}/nindy-share/env.h /usr/include/string.h
867 ttybreak.o : ${srcdir}/nindy-share/ttybreak.c ${srcdir}/nindy-share/ttycntl.h
868 ttyflush.o : ${srcdir}/nindy-share/ttyflush.c ${srcdir}/nindy-share/ttycntl.h
869 nindy-tdep.o : nindy-tdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h \
871 ns32k-pinsn.o : ns32k-pinsn.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status \
872 symtab.h ns32k-opcode.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
873 $(INCLUDE_DIR)/ansidecl.h
874 printcmd.o : printcmd.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
875 symtab.h value.h expression.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
876 $(INCLUDE_DIR)/ansidecl.h gdbcmd.h command.h target.h
877 pyr-pinsn.o : pyr-pinsn.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h \
878 pyr-opcode.h gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h
879 pyr-tdep.o : pyr-tdep.c
880 pyr-xdep.o : pyr-xdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
881 inferior.h breakpoint.h value.h symtab.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
882 $(INCLUDE_DIR)/ansidecl.h
883 remote-eb.o : remote-eb.c defs.h tm-29k.h param-no-tm.h xm.h config.status inferior.h \
884 breakpoint.h value.h symtab.h frame.h param.h $(INCLUDE_DIR)/wait.h \
886 remote-nindy.o : remote-nindy.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status \
887 frame.h inferior.h breakpoint.h value.h symtab.h target.h gdbcore.h \
888 $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h command.h ieee-float.h \
889 $(INCLUDE_DIR)/wait.h ${srcdir}/nindy-share/ttycntl.h ${srcdir}/nindy-share/demux.h \
890 ${srcdir}/nindy-share/env.h ${srcdir}/nindy-share/stop.h
891 remote-vx.o : remote-vx.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
892 inferior.h breakpoint.h value.h symtab.h $(INCLUDE_DIR)/wait.h target.h \
893 gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h command.h symfile.h \
894 ${srcdir}/vx-share/xdr_ptrace.h ${srcdir}/vx-share/xdr_regs.h ${srcdir}/vx-share/reg.h \
895 ${srcdir}/vx-share/xdr_ld.h ${srcdir}/vx-share/xdr_rdb.h ${srcdir}/vx-share/dbgRpcLib.h
896 remote.o : remote.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
897 inferior.h breakpoint.h value.h symtab.h target.h $(INCLUDE_DIR)/wait.h \
899 signame.o : signame.c signame.h defs.h param.h tm.h config.status param-no-tm.h xm.h config.status
900 solib.o : solib.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h gdbcore.h \
901 $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h command.h target.h frame.h
902 source.o : source.c defs.h symtab.h param.h tm.h config.status param-no-tm.h xm.h config.status \
903 command.h gdbcmd.h frame.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
904 $(INCLUDE_DIR)/ansidecl.h regex.h
905 sparc-pinsn.o : sparc-pinsn.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status \
906 symtab.h sparc-opcode.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
907 $(INCLUDE_DIR)/ansidecl.h /usr/include/string.h target.h
908 sparc-tdep.o : sparc-tdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
909 inferior.h breakpoint.h value.h symtab.h signame.h target.h ieee-float.h \
910 gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h
911 sparc-xdep.o : sparc-xdep.c defs.h tm-sparc.h param-no-tm.h xm.h config.status inferior.h \
912 breakpoint.h value.h symtab.h frame.h param.h target.h gdbcore.h \
913 $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h
914 stack.o : stack.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h frame.h \
915 gdbcmd.h command.h value.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
916 $(INCLUDE_DIR)/ansidecl.h target.h breakpoint.h
917 sun3-xdep.o : sun3-xdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status inferior.h \
918 breakpoint.h value.h symtab.h frame.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
919 $(INCLUDE_DIR)/ansidecl.h
920 sun386-xdep.o : sun386-xdep.c
921 symfile.o : symfile.c defs.h symtab.h param.h tm.h config.status param-no-tm.h xm.h config.status \
922 gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h frame.h target.h \
923 value.h symfile.h gdbcmd.h command.h breakpoint.h
924 symm-tdep.o : symm-tdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
925 inferior.h breakpoint.h value.h symtab.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
926 $(INCLUDE_DIR)/ansidecl.h
927 symm-xdep.o : symm-xdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
928 inferior.h breakpoint.h value.h symtab.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
929 $(INCLUDE_DIR)/ansidecl.h
930 symmisc.o : symmisc.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h \
931 breakpoint.h value.h command.h
932 symtab.o : symtab.c defs.h symtab.h param.h tm.h config.status param-no-tm.h xm.h config.status \
933 gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h frame.h target.h \
934 value.h symfile.h gdbcmd.h command.h
935 target.o : target.c defs.h target.h gdbcmd.h command.h symtab.h inferior.h \
936 breakpoint.h value.h frame.h param.h tm.h config.status param-no-tm.h xm.h config.status \
937 $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h symfile.h
939 umax-xdep.o : umax-xdep.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status frame.h \
940 inferior.h breakpoint.h value.h symtab.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
941 $(INCLUDE_DIR)/ansidecl.h
942 utils.o : utils.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status signals.h gdbcmd.h \
943 command.h terminal.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h \
944 $(INCLUDE_DIR)/obstack.h target.h
945 valarith.o : valarith.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status value.h \
946 symtab.h expression.h target.h
947 valops.o : valops.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h value.h \
948 frame.h inferior.h breakpoint.h gdbcore.h $(INCLUDE_DIR)/bfd.h \
949 $(INCLUDE_DIR)/ansidecl.h target.h
950 valprint.o : valprint.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h \
951 value.h gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h gdbcmd.h \
953 values.o : values.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h value.h \
954 gdbcore.h $(INCLUDE_DIR)/bfd.h $(INCLUDE_DIR)/ansidecl.h frame.h command.h \
956 vax-pinsn.o : vax-pinsn.c defs.h param.h tm.h config.status param-no-tm.h xm.h config.status symtab.h \
958 xdr_ld.o : ${srcdir}/vx-share/xdr_ld.c ${srcdir}/vx-share/vxWorks.h ${srcdir}/vx-share/vxTypes.h \
959 /usr/include/rpc/rpc.h ${srcdir}/vx-share/xdr_ld.h
960 xdr_ptrace.o : ${srcdir}/vx-share/xdr_ptrace.c
961 xdr_rdb.o : ${srcdir}/vx-share/xdr_rdb.c ${srcdir}/vx-share/vxWorks.h ${srcdir}/vx-share/vxTypes.h \
962 ${srcdir}/vx-share/xdr_rdb.h
963 xdr_regs.o : ${srcdir}/vx-share/xdr_regs.c