gdbserver: Suffix generated C files with -generated
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 056b7642bd09d5b356ae5315efd76300891718f4..08187427cd3eabfc1f65d084e077b5b6057d0fb5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1989-2016 Free Software Foundation, Inc.
+# Copyright (C) 1989-2017 Free Software Foundation, Inc.
 
 # This file is part of GDB.
 
@@ -103,9 +103,9 @@ CATALOGS = @CATALOGS@
 # -traditional flag.  Otherwise the ioctl calls in inflow.c
 # will be incorrectly compiled.  The "fixincludes" script in the gcc
 # distribution will fix your include files up.
-CC=@CC@
-CXX=@CXX@
-CXX_DIALECT= @CXX_DIALECT@
+CC = @CC@
+CXX = @CXX@
+CXX_DIALECT = @CXX_DIALECT@
 
 # Dependency tracking information.
 DEPMODE = @CCDEPMODE@
@@ -124,7 +124,7 @@ srcdir = @srcdir@
 VPATH = @srcdir@
 top_srcdir = @top_srcdir@
 
-YACC=@YACC@
+YACC = @YACC@
 
 # This is used to rebuild ada-lex.c from ada-lex.l.  If the program is
 # not defined, but ada-lex.c is present, compilation will continue,
@@ -144,13 +144,13 @@ MAKEHTMLFLAGS =
 
 # Set this up with gcc if you have gnu ld and the loader will print out
 # line numbers for undefined references.
-#CC_LD=g++ -static
-CC_LD=$(CXX) $(CXX_DIALECT)
+#CC_LD = g++ -static
+CC_LD = $(CXX) $(CXX_DIALECT)
 
 # Where is our "include" directory?  Typically $(srcdir)/../include.
 # This is essentially the header file directory for the library
 # routines in libiberty.
-INCLUDE_DIR =  $(srcdir)/../include
+INCLUDE_DIR = $(srcdir)/../include
 INCLUDE_CFLAGS = -I$(INCLUDE_DIR)
 
 # Where is the "-liberty" library?  Typically in ../libiberty.
@@ -253,8 +253,8 @@ SUBDIR_CLI_SRCS = \
        cli/cli-utils.c
 
 SUBDIR_CLI_DEPS =
-SUBDIR_CLI_LDFLAGS=
-SUBDIR_CLI_CFLAGS=
+SUBDIR_CLI_LDFLAGS =
+SUBDIR_CLI_CFLAGS =
 
 #
 # MI sub directory definitons
@@ -298,13 +298,12 @@ SUBDIR_MI_SRCS = \
        mi/mi-symbol-cmds.c
 
 SUBDIR_MI_DEPS =
-SUBDIR_MI_LDFLAGS=
-SUBDIR_MI_CFLAGS=
+SUBDIR_MI_LDFLAGS =
+SUBDIR_MI_CFLAGS =
 
 #
 # TUI sub directory definitions
 #
-
 SUBDIR_TUI_OBS = \
        tui.o \
        tui-command.o \
@@ -344,9 +343,8 @@ SUBDIR_TUI_SRCS = \
        tui/tui-winsource.c
 
 SUBDIR_TUI_DEPS =
-SUBDIR_TUI_LDFLAGS=
-SUBDIR_TUI_CFLAGS= \
-       -DTUI=1
+SUBDIR_TUI_LDFLAGS =
+SUBDIR_TUI_CFLAGS = -DTUI=1
 
 #
 # GCC Compile support sub-directory definitions
@@ -371,8 +369,9 @@ SUBDIR_GCC_COMPILE_SRCS = \
        compile/compile-object-run.c \
        compile/compile-object-run.h
 
+#
 # Guile sub directory definitons for guile support.
-
+#
 SUBDIR_GUILE_OBS = \
        guile.o \
        scm-arch.o \
@@ -428,8 +427,8 @@ SUBDIR_GUILE_SRCS = \
        guile/scm-value.c
 
 SUBDIR_GUILE_DEPS =
-SUBDIR_GUILE_LDFLAGS=
-SUBDIR_GUILE_CFLAGS=
+SUBDIR_GUILE_LDFLAGS =
+SUBDIR_GUILE_CFLAGS =
 
 #
 # python sub directory definitons
@@ -461,6 +460,9 @@ SUBDIR_PYTHON_OBS = \
        py-param.o \
        py-prettyprint.o \
        py-progspace.o \
+       py-record.o \
+       py-record-btrace.o \
+       py-record-full.o \
        py-signalevent.o \
        py-stopevent.o \
        py-symbol.o \
@@ -501,6 +503,9 @@ SUBDIR_PYTHON_SRCS = \
        python/py-param.c \
        python/py-prettyprint.c \
        python/py-progspace.c \
+       python/py-record.c \
+       python/py-record-btrace.c \
+       python/py-record-full.c \
        python/py-signalevent.c \
        python/py-stopevent.c \
        python/py-symbol.c \
@@ -515,8 +520,14 @@ SUBDIR_PYTHON_SRCS = \
        python/python.c
 
 SUBDIR_PYTHON_DEPS =
-SUBDIR_PYTHON_LDFLAGS=
-SUBDIR_PYTHON_CFLAGS=
+SUBDIR_PYTHON_LDFLAGS =
+SUBDIR_PYTHON_CFLAGS =
+
+SUBDIR_UNITTESTS_SRCS = \
+       unittests/function-view-selftests.c
+
+SUBDIR_UNITTESTS_OBS = \
+       function-view-selftests.o
 
 # Opcodes currently live in one of two places.  Either they are in the
 # opcode library, typically ../opcodes, or they are in a header file
@@ -556,7 +567,7 @@ WIN32LDAPP = @WIN32LDAPP@
 
 LIBGUI = @LIBGUI@
 GUI_CFLAGS_X = @GUI_CFLAGS_X@
-IDE_CFLAGS=$(GUI_CFLAGS_X) $(IDE_CFLAGS_X)
+IDE_CFLAGS = $(GUI_CFLAGS_X) $(IDE_CFLAGS_X)
 
 ALL_TCL_CFLAGS = $(TCL_CFLAGS) $(TK_CFLAGS)
 
@@ -593,16 +604,16 @@ SUBDIR_GDBTK_SRCS = \
        gdbtk/generic/gdbtk-wrapper.c
 
 SUBDIR_GDBTK_DEPS = $(LIBGUI) $(TCL_DEPS) $(TK_DEPS)
-SUBDIR_GDBTK_LDFLAGS=
-SUBDIR_GDBTK_CFLAGS= -DGDBTK
+SUBDIR_GDBTK_LDFLAGS =
+SUBDIR_GDBTK_CFLAGS = -DGDBTK
 
-CONFIG_OBS= @CONFIG_OBS@
-CONFIG_SRCS= @CONFIG_SRCS@
-CONFIG_DEPS= @CONFIG_DEPS@
+CONFIG_OBS = @CONFIG_OBS@
+CONFIG_SRCS = @CONFIG_SRCS@
+CONFIG_DEPS = @CONFIG_DEPS@
 CONFIG_LDFLAGS = @CONFIG_LDFLAGS@
-ENABLE_CFLAGS= @ENABLE_CFLAGS@
-CONFIG_ALL= @CONFIG_ALL@
-CONFIG_CLEAN= @CONFIG_CLEAN@
+ENABLE_CFLAGS = @ENABLE_CFLAGS@
+CONFIG_ALL = @CONFIG_ALL@
+CONFIG_CLEAN = @CONFIG_CLEAN@
 CONFIG_INSTALL = @CONFIG_INSTALL@
 CONFIG_UNINSTALL = @CONFIG_UNINSTALL@
 HAVE_NATIVE_GCORE_TARGET = @HAVE_NATIVE_GCORE_TARGET@
@@ -674,15 +685,15 @@ CDEPS = $(XM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) \
 ADD_FILES = $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
 ADD_DEPS = $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
 
-DIST=gdb
+DIST = gdb
 
-LINT=/usr/5bin/lint
-LINTFLAGS= $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
+LINT = /usr/5bin/lint
+LINTFLAGS = $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
        $(BFD_CFLAGS) $(INCLUDE_CFLAGS) \
        $(INTL_CFLAGS)
 
 RUNTEST = runtest
-RUNTESTFLAGS=
+RUNTESTFLAGS =
 
 # XML files to build in to GDB.
 XMLFILES = \
@@ -818,6 +829,7 @@ ALL_TARGET_OBS = \
        mep-tdep.o \
        microblaze-linux-tdep.o \
        microblaze-tdep.o \
+       mips-fbsd-tdep.o \
        mips-linux-tdep.o \
        mips-nbsd-tdep.o \
        mips-sde-tdep.o \
@@ -874,7 +886,6 @@ ALL_TARGET_OBS = \
        tilegx-tdep.o \
        v850-tdep.o \
        vax-nbsd-tdep.o \
-       vax-obsd-tdep.o \
        vax-tdep.o \
        windows-tdep.o \
        xcoffread.o \
@@ -1040,6 +1051,7 @@ SFILES = \
        dfp.c \
        dictionary.c \
        disasm.c \
+       disasm-selftests.c \
        doublest.c \
        dtrace-probe.c \
        dummy-frame.c \
@@ -1049,7 +1061,6 @@ SFILES = \
        dwarf2loc.c \
        dwarf2read.c \
        elfread.c \
-       environ.c \
        eval.c \
        event-loop.c \
        event-top.c \
@@ -1141,6 +1152,7 @@ SFILES = \
        rust-exp.y \
        rust-lang.c \
        selftest.c \
+       selftest-arch.c \
        sentinel-frame.c \
        ser-base.c \
        ser-event.c \
@@ -1194,6 +1206,7 @@ SFILES = \
        common/common-regcache.c \
        common/common-utils.c \
        common/errors.c \
+       common/environ.c \
        common/fileio.c \
        common/filestuff.c \
        common/format.c \
@@ -1202,6 +1215,7 @@ SFILES = \
        common/print-utils.c \
        common/ptid.c \
        common/rsp-low.c \
+       common/run-time-clock.c \
        common/signals.c \
        common/signals-state-save-restore.c \
        common/vec.c \
@@ -1271,7 +1285,6 @@ HFILES_NO_SRCDIR = \
        dwarf2-frame-tailcall.h \
        dwarf2expr.h \
        dwarf2loc.h \
-       environ.h \
        event-loop.h \
        event-top.h \
        exceptions.h \
@@ -1296,7 +1309,6 @@ HFILES_NO_SRCDIR = \
        gdb_expat.h \
        gdb_obstack.h \
        gdb_proc_service.h \
-       gdb_ptrace.h \
        gdb_regex.h \
        gdb_select.h \
        gdb-stabs.h \
@@ -1397,6 +1409,7 @@ HFILES_NO_SRCDIR = \
        rs6000-tdep.h \
        s390-linux-tdep.h \
        score-tdep.h \
+       selftest-arch.h \
        sentinel-frame.h \
        ser-base.h \
        ser-event.h \
@@ -1472,6 +1485,7 @@ HFILES_NO_SRCDIR = \
        common/common-types.h \
        common/common-utils.h \
        common/errors.h \
+       common/environ.h \
        common/fileio.h \
        common/format.h \
        common/gdb_assert.h \
@@ -1486,6 +1500,7 @@ HFILES_NO_SRCDIR = \
        common/ptid.h \
        common/queue.h \
        common/rsp-low.h \
+       common/run-time-clock.h \
        common/signals-state-save-restore.h \
        common/symbol.h \
        common/vec.h \
@@ -1518,6 +1533,7 @@ HFILES_NO_SRCDIR = \
        nat/aarch64-linux.h \
        nat/aarch64-linux-hw-point.h \
        nat/amd64-linux-siginfo.h \
+       nat/gdb_ptrace.h \
        nat/gdb_thread_db.h \
        nat/linux-btrace.h \
        nat/linux-namespaces.h \
@@ -1642,6 +1658,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
        dfp.o \
        dictionary.o \
        disasm.o \
+       disasm-selftests.o \
        doublest.o \
        dummy-frame.o \
        dwarf2-frame.o \
@@ -1740,8 +1757,10 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
        registry.o \
        reverse.o \
        rsp-low.o \
+       run-time-clock.o \
        rust-lang.o \
        selftest.o \
+       selftest-arch.o \
        sentinel-frame.o \
        ser-event.o \
        serial.o \
@@ -1841,7 +1860,7 @@ generated_files = \
        $(NAT_GENERATED_FILES)
 
 # Flags needed to compile Python code
-PYTHON_CFLAGS=@PYTHON_CFLAGS@
+PYTHON_CFLAGS = @PYTHON_CFLAGS@
 
 all: gdb$(EXEEXT) $(CONFIG_ALL)
        @$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
@@ -1896,6 +1915,10 @@ all: gdb$(EXEEXT) $(CONFIG_ALL)
        $(COMPILE) $<
        $(POSTCOMPILE)
 
+%.o: ${srcdir}/unittests/%.c
+       $(COMPILE) $<
+       $(POSTCOMPILE)
+
 # Specify an explicit rule for gdb/common/agent.c, to avoid a clash with the
 # object file generate by gdb/agent.c.
 common-agent.o: $(srcdir)/common/agent.c
@@ -1986,8 +2009,8 @@ CHECK_HEADERS = $(HFILES_NO_SRCDIR)
 check-headers:
        @echo Checking headers.
        for i in $(CHECK_HEADERS) ; do \
-               $(CC) -x c -c -fsyntax-only $(INTERNAL_CFLAGS) \
-                       -include defs.h $(srcdir)/$$i ; \
+               $(CXX) $(CXX_DIALECT) -x c++-header -c -fsyntax-only \
+               $(INTERNAL_CFLAGS) -include defs.h $(srcdir)/$$i ; \
        done
 .PHONY: check-headers
 
@@ -2165,7 +2188,7 @@ init.c: $(INIT_FILES)
 # against that.
 #
 # init.o is very important.  It pulls in the rest of GDB.
-LIBGDB_OBS= $(COMMON_OBS) $(TSOBS) $(ADD_FILES) init.o
+LIBGDB_OBS = $(COMMON_OBS) $(TSOBS) $(ADD_FILES) init.o
 libgdb.a: $(LIBGDB_OBS)
        -rm -f libgdb.a
        $(AR) q libgdb.a $(LIBGDB_OBS)
@@ -2425,7 +2448,7 @@ force_update:
 # GNU Make 3.63 has a different problem: it keeps tacking command line
 # overrides onto the definition of $(MAKE).  This variable setting
 # will remove them.
-MAKEOVERRIDES=
+MAKEOVERRIDES =
 
 ALLDEPFILES = \
        aarch64-linux-nat.c \
@@ -2539,6 +2562,8 @@ ALLDEPFILES = \
        microblaze-linux-tdep.c \
        microblaze-tdep.c \
        mingw-hdep.c \
+       mips-fbsd-nat.c \
+       mips-fbsd-tdep.c \
        mips-linux-nat.c \
        mips-linux-tdep.c \
        mips-nbsd-nat.c \
@@ -2907,4 +2932,7 @@ endif
 # Dependencies.
 -include $(patsubst %.o, $(DEPDIR)/%.Po, $(all_object_files))
 
+# Disable implicit make rules.
+include $(srcdir)/disable-implicit-rules.mk
+
 ### end of the gdb Makefile.in.
This page took 0.029633 seconds and 4 git commands to generate.