OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [lto-plugin/] [Makefile.am] - Blame information for rev 826

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 277 jeremybenn
# Makefile.am is used by automake 1.11 to generate Makefile.in.
2
 
3
ACLOCAL_AMFLAGS = -I .. -I ../config
4
AUTOMAKE_OPTIONS = no-dependencies
5
 
6
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
7
target_noncanonical := @target_noncanonical@
8
libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
9
 
10
# How to find libelf
11
LIBELFLIBS = @LIBELFLIBS@
12
LIBELFINC = @LIBELFINC@
13
 
14
AM_CPPFLAGS = -I$(top_srcdir)/../include $(LIBELFINC)
15
AM_CFLAGS = -Wall -Werror
16
 
17
libexecsub_LTLIBRARIES = liblto_plugin.la
18
 
19
liblto_plugin_la_SOURCES = lto-plugin.c
20
liblto_plugin_la_LIBADD = $(LIBELFLIBS) ../libiberty/pic/libiberty.a

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.