comparison lto-plugin/Makefile.am @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents
children b7f97abdc517
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
1 # Makefile.am is used by automake 1.11 to generate Makefile.in.
2
3 ACLOCAL_AMFLAGS = -I .. -I ../config
4
5 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
6 target_noncanonical := @target_noncanonical@
7 libexecsubdir := $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version)
8
9 # How to find libelf
10 LIBELFLIBS = @LIBELFLIBS@
11 LIBELFINC = @LIBELFINC@
12
13 AM_CPPFLAGS = -I$(top_srcdir)/../include $(LIBELFINC)
14 AM_CFLAGS = -Wall -Werror
15
16 libexecsub_LTLIBRARIES = liblto_plugin.la
17
18 liblto_plugin_la_SOURCES = lto-plugin.c
19 liblto_plugin_la_LIBADD = $(LIBELFLIBS) ../libiberty/pic/libiberty.a