~ubuntu-branches/ubuntu/lucid/libimobiledevice/lucid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-02-02 21:19:51 UTC
  • Revision ID: james.westby@ubuntu.com-20100202211951-qv87ejwmucigqezf
Tags: upstream-0.9.7
ImportĀ upstreamĀ versionĀ 0.9.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AUTOMAKE_OPTIONS = foreign
 
2
ACLOCAL_AMFLAGS = -I m4
 
3
SUBDIRS = src include fdi swig dev tools
 
4
 
 
5
DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools
 
6
 
 
7
pkgconfigdir = $(libdir)/pkgconfig
 
8
pkgconfig_DATA = libimobiledevice-1.0.pc
 
9
 
 
10
EXTRA_DIST= docs
 
11
 
 
12
docs:
 
13
        rm -fr docs
 
14
        doxygen doxygen.cfg
 
15
 
 
16
indent:
 
17
        indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c
 
18