~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to gst/pnm/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-19 14:32:43 UTC
  • mfrom: (18.4.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110719143243-p7pnkh45akfp0ihk
Tags: 0.10.22-2ubuntu1
* Rebased on debian unstable, remaining changes:
  - debian/gstreamer-plugins-bad.install
    * don't include dtmf, liveadder, rtpmux, autoconvert and shm, we include 
      them in -good

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
libgstpnm_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
5
5
libgstpnm_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstvideo-@GST_MAJORMINOR@
6
6
libgstpnm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
7
libgstpnm_la_LIBTOOLFLAGS = --tag=disable-static
7
8
 
8
9
noinst_HEADERS = gstpnmdec.h gstpnmutils.h gstpnmenc.h
 
10
 
 
11
Android.mk: Makefile.am $(BUILT_SOURCES)
 
12
        androgenizer \
 
13
        -:PROJECT libgstpnm -:SHARED libgstpnm \
 
14
         -:TAGS eng debug \
 
15
         -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
 
16
         -:SOURCES $(libgstpnm_la_SOURCES) \
 
17
         -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstpnm_la_CFLAGS) \
 
18
         -:LDFLAGS $(libgstpnm_la_LDFLAGS) \
 
19
                   $(libgstpnm_la_LIBADD) \
 
20
                   -ldl \
 
21
         -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
 
22
                       LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
 
23
        > $@