From 34ce70fa99d7bc72b04be302800db348e99c33c0 Mon Sep 17 00:00:00 2001 From: Cary Coutant Date: Wed, 24 Oct 2012 02:26:39 +0000 Subject: gold/ * dwp.h: New header file. * dwp.cc: New source file. * gold.h: Move shared declarations to system.h. * system.h: New header file. * Makefile.am: Add dwp. * Makefile.in: Regenerate. --- gold/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gold/Makefile.am') diff --git a/gold/Makefile.am b/gold/Makefile.am index aa8caca658..f82d4e9e1a 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -34,6 +34,8 @@ AM_YFLAGS = -d am__skiplex = am__skipyacc = +bin_PROGRAMS = dwp + noinst_PROGRAMS = ld-new incremental-dump noinst_LIBRARIES = libgold.a @@ -172,6 +174,12 @@ incremental_dump_DEPENDENCIES = $(TARGETOBJS) libgold.a $(LIBIBERTY) \ incremental_dump_LDADD = $(TARGETOBJS) libgold.a $(LIBIBERTY) $(LIBINTL) \ $(THREADSLIB) $(LIBDL) +dwp_SOURCES = dwp.cc +dwp_DEPENDENCIES = libgold.a $(LIBIBERTY) $(LIBINTL_DEP) +dwp_LDADD = libgold.a $(LIBIBERTY) $(GOLD_LDADD) $(LIBINTL) $(THREADSLIB) \ + $(LIBDL) +dwp_LDFLAGS = $(GOLD_LDFLAGS) + # Use an explicit dependency for the bison generated header file. expression.$(OBJEXT): yyscript.h script-sections.$(OBJEXT): yyscript.h -- cgit v1.2.1