URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [config/] [avr/] [t-avr] - Rev 709
Compare with Previous | Blame | View Log
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,# 2009, 2010, 2011 Free Software Foundation, Inc.## This file is part of GCC.## GCC 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, or (at your option)# any later version.## GCC 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 GCC; see the file COPYING3. If not see# <http://www.gnu.org/licenses/>.driver-avr.o: $(srcdir)/config/avr/driver-avr.c \$(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H)$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<avr-devices.o: $(srcdir)/config/avr/avr-devices.c \$(srcdir)/config/avr/avr-mcus.def \$(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H)$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<avr-c.o: $(srcdir)/config/avr/avr-c.c \$(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(C_COMMON_H)$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<avr-log.o: $(srcdir)/config/avr/avr-log.c \$(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(INPUT_H)$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<avr.o avr-c.o: $(srcdir)/config/avr/builtins.def# Files and Variables auto-generated from avr-mcus.defAVR_MCUS = $(srcdir)/config/avr/avr-mcus.def$(srcdir)/config/avr/avr-tables.opt: $(srcdir)/config/avr/genopt.sh $(AVR_MCUS)$(SHELL) $< $(AVR_MCUS) > $@# MULTILIB_OPTIONS# MULTILIB_DIRNAMES# MULTILIB_EXCEPTIONS# MULTILIB_MATCHES$(srcdir)/config/avr/t-multilib: s-avr-mlib; @true# Override multilib_raw[] from multilib.h$(srcdir)/config/avr/multilib.h: s-avr-mlib; @trues-mlib: $(srcdir)/config/avr/t-multilibs-avr-mlib: $(srcdir)/config/avr/genmultilib.awk $(AVR_MCUS)$(AWK) -f $< -v FORMAT=Makefile $< $(AVR_MCUS) > tmp-avr-mlib$(AWK) -f $< -v FORMAT=multilib.h $< $(AVR_MCUS) > tmp-avr-mlib.h$(SHELL) $(srcdir)/../move-if-change \tmp-avr-mlib.h $(srcdir)/config/avr/multilib.h$(SHELL) $(srcdir)/../move-if-change \tmp-avr-mlib $(srcdir)/config/avr/t-multilib$(STAMP) $@
