~statik/ubuntu/lucid/oprofile/really-fix-jit-profiling

« back to all changes in this revision

Viewing changes to libutil/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-07-27 00:30:16 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090727003016-zsxx62en71r92vx7
Tags: 0.9.4+cvs20090629-2ubuntu1
* Merge from debian unstable (LP: #392346), remaining changes:
  - debian/control:
    + Add LPIA architecture.
    + Build-depend on autoconf, ppu-binutils [powerpc] and quilt.
  - debian/patches/config-in-etc.patch, debian/oprofile-gui.postinst:
    + Move configuration file to /etc.
  - debian/patches/oprofile-sdk3-m4.diff:
    + Change m4 file for SDK build process.
  - debian/patches/oprofile-sdk3-stackcode.diff:
    + Add changes to allow profiling of code that the SPU runtime
      dynamically creates and runs on the stack.
  - debian/patches/unstatic_libbfd.patch:
    + Link bfd dynamically.
  - debian/rules:
    + Add patch/unpatch targets in debian/rules.
    + On powerpc configure --with-target=cell-be.
* Changes dropped:
  - debian/patches/libc_open.patch: fixed upstream.
  - debian/patches/oprofile-sdk3-opcontrol.diff: fixed upstream.
* Fixes LP: #310824, LP: #322074.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = . tests
 
2
 
 
3
AM_CPPFLAGS=-I ${top_srcdir}/libop
 
4
AM_CFLAGS = @OP_CFLAGS@
 
5
 
 
6
noinst_LIBRARIES = libutil.a
 
7
libutil_a_SOURCES = \
 
8
        op_deviceio.c \
 
9
        op_lockfile.c \
 
10
        op_file.c \
 
11
        op_fileio.c \
 
12
        op_get_time.c \
 
13
        op_libiberty.c \
 
14
        op_popt.c \
 
15
        op_string.c \
 
16
        op_cpufreq.c \
 
17
        op_deviceio.h \
 
18
        op_fileio.h \
 
19
        op_libiberty.h \
 
20
        op_lockfile.h \
 
21
        op_types.h \
 
22
        op_file.h \
 
23
        op_get_time.h \
 
24
        op_list.h \
 
25
        op_popt.h \
 
26
        op_string.h \
 
27
        op_cpufreq.h \
 
28
        op_version.c \
 
29
        op_version.h \
 
30
        op_growable_buffer.c \
 
31
        op_growable_buffer.h