~ubuntu-branches/debian/lenny/elfutils/lenny

« back to all changes in this revision

Viewing changes to libelf/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx, Christian Aichinger
  • Date: 2006-08-27 15:48:23 UTC
  • Revision ID: james.westby@ubuntu.com-20060827154823-gmbm698yux21k7fs
Tags: 0.123-2
[ Kurt Roeckx ]
* Add backend support for alpha: adding the registers.
* Add backend support for arm: adding regs and retval.
  Thanks to Eugeniy Meshcheryakov <eugeniy.meshcheryakov@googlemail.com>
* Add backend support for hppa, thanks to
  Eugeniy Meshcheryakov <eugeniy.meshcheryakov@googlemail.com>
* Add some missing ELFOSABI_* and EM_* to elf.h

[ Christian Aichinger ]
* Fix sparc backend retval
* Add mips backend.
* Rewrite the static backend so making changes to the backends
  is easier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
## <http://www.openinventionnetwork.com>.
26
26
##
27
27
DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H
 
28
WEXTRA = @WEXTRA@
28
29
if MUDFLAP
29
30
AM_CFLAGS = -fmudflap
30
31
else
31
32
AM_CFLAGS =
32
33
endif
33
 
if BUILD_STATIC
34
 
AM_CFLAGS += -fpic
35
 
endif
36
 
AM_CFLAGS += -Wall -Wshadow -Werror -Wunused -Wextra -Wformat=2 -std=gnu99 \
 
34
AM_CFLAGS += -Wall -Wshadow -Werror -Wunused $(WEXTRA) -Wformat=2 -std=gnu99 \
37
35
             $($(*F)_CFLAGS)
38
36
INCLUDES = -I$(srcdir) -I$(top_srcdir)/lib -I..
39
37
GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include)
112
110
        ln -fs $@ $@.$(VERSION)
113
111
 
114
112
%.os: %.c %.o
115
 
        if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
 
113
        if $(COMPILE.os) -c -o $@ -fPIC -DPIC -DSHARED -MT $@ -MD -MP \
116
114
          -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \
117
115
        then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \
118
116
             rm -f "$(DEPDIR)/$*.Tpo"; \
135
133
                 version_xlate.h gnuhash_xlate.h dl-hash.h
136
134
EXTRA_DIST = libelf.map
137
135
 
138
 
CLEANFILES = $(am_libelf_pic_a_OBJECTS) *.gcno *.gcda
 
136
CLEANFILES = $(am_libelf_pic_a_OBJECTS) *.gcno *.gcda libelf.so.1