Home | History | Annotate | Download | only in libebl
      1 ## Process this file with automake to create Makefile.in
      2 ##
      3 ## Copyright (C) 2000-2010 Red Hat, Inc.
      4 ## This file is part of Red Hat elfutils.
      5 ##
      6 ## Red Hat elfutils is free software; you can redistribute it and/or modify
      7 ## it under the terms of the GNU General Public License as published by the
      8 ## Free Software Foundation; version 2 of the License.
      9 ##
     10 ## Red Hat elfutils is distributed in the hope that it will be useful, but
     11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
     12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     13 ## General Public License for more details.
     14 ##
     15 ## You should have received a copy of the GNU General Public License along
     16 ## with Red Hat elfutils; if not, write to the Free Software Foundation,
     17 ## Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA.
     18 ##
     19 ## Red Hat elfutils is an included package of the Open Invention Network.
     20 ## An included package of the Open Invention Network is a package for which
     21 ## Open Invention Network licensees cross-license their patents.  No patent
     22 ## license is granted, either expressly or impliedly, by designation as an
     23 ## included package.  Should you wish to participate in the Open Invention
     24 ## Network licensing program, please visit www.openinventionnetwork.com
     25 ## <http://www.openinventionnetwork.com>.
     26 ##
     27 include $(top_srcdir)/config/eu.am
     28 AM_CFLAGS += -fpic
     29 INCLUDES += -I$(srcdir)/../libelf -I$(srcdir)/../libdw -I$(srcdir)/../libasm
     30 VERSION = 1
     31 LIBEBL_SUBDIR = @LIBEBL_SUBDIR@
     32 
     33 lib_LIBRARIES = libebl.a
     34 
     35 pkginclude_HEADERS = libebl.h
     36 
     37 gen_SOURCES = eblopenbackend.c eblclosebackend.c eblstrtab.c \
     38 	      eblreloctypename.c eblsegmenttypename.c \
     39 	      eblsectiontypename.c eblmachineflagname.c \
     40 	      eblsymboltypename.c ebldynamictagname.c eblsectionname.c \
     41 	      eblobjecttypename.c eblsymbolbindingname.c \
     42 	      eblbackendname.c eblshflagscombine.c eblwstrtab.c \
     43 	      eblgstrtab.c eblosabiname.c \
     44 	      eblmachineflagcheck.c eblmachinesectionflagcheck.c \
     45 	      eblreloctypecheck.c eblrelocvaliduse.c eblrelocsimpletype.c \
     46 	      ebldynamictagcheck.c eblcorenotetypename.c eblobjnotetypename.c \
     47 	      eblcorenote.c eblobjnote.c ebldebugscnp.c \
     48 	      eblgotpcreloccheck.c eblcopyrelocp.c eblsectionstripp.c \
     49 	      eblelfclass.c eblelfdata.c eblelfmachine.c \
     50 	      ebl_check_special_symbol.c eblbsspltp.c eblretval.c \
     51 	      eblreginfo.c eblnonerelocp.c eblrelativerelocp.c \
     52 	      eblsysvhashentrysize.c eblauxvinfo.c eblcheckobjattr.c \
     53 	      ebl_check_special_section.c ebl_syscall_abi.c eblabicfi.c \
     54 	      eblstother.c
     55 
     56 libebl_a_SOURCES = $(gen_SOURCES)
     57 
     58 noinst_HEADERS = libeblP.h ebl-hooks.h
     59 
     60 CLEANFILES += $(am_libebl_pic_a_OBJECTS)
     61