blob: 737de6b0aa6d39d54fdee4d6f0e33c725b5d425f [file] [log] [blame]
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00001## Process this file with automake to create Makefile.in
2##
Mark Wielaard55cb7df2017-07-20 22:34:29 +02003## Copyright (C) 2000-2010, 2013, 2016, 2017 Red Hat, Inc.
Mark Wielaardde2ed972012-06-05 17:15:16 +02004## This file is part of elfutils.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00005##
Mark Wielaardde2ed972012-06-05 17:15:16 +02006## This file is free software; you can redistribute it and/or modify
7## it under the terms of either
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00008##
Mark Wielaardde2ed972012-06-05 17:15:16 +02009## * the GNU Lesser General Public License as published by the Free
10## Software Foundation; either version 3 of the License, or (at
11## your option) any later version
12##
13## or
14##
15## * the GNU General Public License as published by the Free
16## Software Foundation; either version 2 of the License, or (at
17## your option) any later version
18##
19## or both in parallel, as here.
20##
21## elfutils is distributed in the hope that it will be useful, but
Ulrich Drepper361df7d2006-04-04 21:38:57 +000022## WITHOUT ANY WARRANTY; without even the implied warranty of
23## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24## General Public License for more details.
25##
Mark Wielaardde2ed972012-06-05 17:15:16 +020026## You should have received copies of the GNU General Public License and
27## the GNU Lesser General Public License along with this program. If
28## not, see <http://www.gnu.org/licenses/>.
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000029##
Roland McGrath22359e22010-02-15 15:57:03 -080030include $(top_srcdir)/config/eu.am
Ulf Hermann07737582017-08-18 12:41:11 +020031AM_CFLAGS += $(fpic_CFLAGS)
Mark Wielaardcdaaf212013-04-25 16:50:11 -040032AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libdw -I$(srcdir)/../libasm
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000033VERSION = 1
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000034LIBEBL_SUBDIR = @LIBEBL_SUBDIR@
35
36lib_LIBRARIES = libebl.a
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000037
Roland McGrathcd60ea82005-11-16 01:57:40 +000038pkginclude_HEADERS = libebl.h
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000039
Mark Wielaarddd906c12016-07-08 14:08:22 +020040gen_SOURCES = eblopenbackend.c eblclosebackend.c \
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000041 eblreloctypename.c eblsegmenttypename.c \
42 eblsectiontypename.c eblmachineflagname.c \
43 eblsymboltypename.c ebldynamictagname.c eblsectionname.c \
Mark Wielaarde6ca75d2016-07-06 18:27:54 +020044 eblsymbolbindingname.c eblbackendname.c eblosabiname.c \
Ulrich Drepperaa915fd2007-02-05 07:25:33 +000045 eblmachineflagcheck.c eblmachinesectionflagcheck.c \
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000046 eblreloctypecheck.c eblrelocvaliduse.c eblrelocsimpletype.c \
47 ebldynamictagcheck.c eblcorenotetypename.c eblobjnotetypename.c \
48 eblcorenote.c eblobjnote.c ebldebugscnp.c \
Ulrich Dreppera38998e2005-08-03 02:05:39 +000049 eblgotpcreloccheck.c eblcopyrelocp.c eblsectionstripp.c \
Roland McGrath653d3762005-08-13 01:59:10 +000050 eblelfclass.c eblelfdata.c eblelfmachine.c \
Ulrich Drepper6ca46002006-06-12 22:40:23 +000051 ebl_check_special_symbol.c eblbsspltp.c eblretval.c \
Roland McGrathc373d852006-10-10 00:25:21 +000052 eblreginfo.c eblnonerelocp.c eblrelativerelocp.c \
Roland McGrath13b69602008-04-01 02:30:05 +000053 eblsysvhashentrysize.c eblauxvinfo.c eblcheckobjattr.c \
Mark Wielaarda062b6b2011-03-10 13:02:32 +010054 ebl_check_special_section.c ebl_syscall_abi.c eblabicfi.c \
Jan Kratochvilc6a41482013-12-17 18:49:54 +010055 eblstother.c eblinitreg.c ebldwarftoregno.c eblnormalizepc.c \
Mark Wielaard55cb7df2017-07-20 22:34:29 +020056 eblunwind.c eblresolvesym.c eblcheckreloctargettype.c \
57 ebl_data_marker_symbol.c
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000058
59libebl_a_SOURCES = $(gen_SOURCES)
60
Roland McGrathe47ab762005-11-17 03:16:00 +000061noinst_HEADERS = libeblP.h ebl-hooks.h
Ulrich Drepperb08d5a82005-07-26 05:00:05 +000062
Roland McGrath22359e22010-02-15 15:57:03 -080063CLEANFILES += $(am_libebl_pic_a_OBJECTS)