X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Figen%2FMakefile.in;h=f3a797729edf01bfea2c3ce6d75d7eee0b9f21b1;hb=73ddaae1555b44a4af79e49f63785e182e037553;hp=9fff4a0ddce30b50ca2f2af2a9240ac9cab8928b;hpb=27e232885db363fb545fd2f450e72d929e59b8f6;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/igen/Makefile.in b/sim/igen/Makefile.in index 9fff4a0ddc..f3a797729e 100644 --- a/sim/igen/Makefile.in +++ b/sim/igen/Makefile.in @@ -1,22 +1,23 @@ +# The IGEN simulator generator for GDB, the GNU Debugger. # -# This file is part of the program psim. +# Copyright 2002-2019 Free Software Foundation, Inc. # -# Copyright (C) 1994-1997, Andrew Cagney +# Contributed by Andrew Cagney. # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# This file is part of GDB. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . default: all @@ -34,6 +35,7 @@ bindir = @bindir@ libdir = @libdir@ tooldir = $(libdir)/$(target_alias) +datarootdir = @datarootdir@ datadir = @datadir@ mandir = @mandir@ man1dir = $(mandir)/man1 @@ -85,7 +87,7 @@ BUILD_CFLAGS = \ $(CFLAGS_FOR_BUILD) \ $(IGEN_WARN_CFLAGS) \ $(IGEN_WERROR_CFLAGS) \ - $(INCLUDES) -O0 + $(INCLUDES) BUILD_LDFLAGS = all: igen @@ -115,7 +117,7 @@ IGEN_OBJS=\ gen.o igen: igen.o $(IGEN_OBJS) - $(CC_FOR_BUILD) $(BUILD_LDFLAGS) -o igen igen.o $(IGEN_OBJS) $(LIBIBERTY_LIB) + $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o igen igen.o $(IGEN_OBJS) $(LIBIBERTY_LIB) igen.o: igen.c misc.h filter_host.h lf.h table.h ld-decode.h ld-cache.h ld-insn.h filter.h gen-model.h gen-itable.h gen-icache.h gen-idecode.h gen-engine.h gen-semantics.h gen-support.h gen.h igen.h $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/igen.c