~ubuntu-branches/ubuntu/trusty/libdv/trusty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2004-07-19 12:19:44 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040719121944-17vuryc01yeyx8hf
Tags: 0.103-2
* debian/rules: Provide separate doc directory for libdv4-dev.
* debian/libdv4-dev.links: No longer symlink doc dir to the one
  from libdv4.
* debian/NEWS: Only install into libdv4-dev. Closes: #259694

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS                   = libdv playdv encodedv
 
1
SUBDIRS                   = libdv encodedv @PLAYDV_SUBDIR@
2
2
 
3
3
AUX_DIST                  = $(ac_aux_dir)/config.guess \
4
4
                                   $(ac_aux_dir)/config.sub \
5
5
                                   $(ac_aux_dir)/install-sh \
6
 
                                   $(ac_aux_dir)/ltconfig \
7
6
                                   $(ac_aux_dir)/ltmain.sh \
8
7
                                   $(ac_aux_dir)/missing \
9
 
                                   $(ac_aux_dir)/depcomp \
10
 
                                   $(ac_aux_dir)/mkinstalldirs 
 
8
                                   $(ac_aux_dir)/depcomp 
11
9
 
12
10
EXTRA_DIST                = bootstrap COPYRIGHT README.encoder README.dvconnect \
13
 
                            @PACKAGE@.spec @PACKAGE@.spec.in @PACKAGE@.pc @PACKAGE@.pc.in
 
11
                            @PACKAGE@.spec @PACKAGE@.spec.in @PACKAGE@.pc @PACKAGE@.pc.in \
 
12
                                                        Makefile.in aclocal.m4 configure config.h.in \
 
13
                                                        install-sh depcomp missing config.guess config.sub \
 
14
                                                        ltmain.sh libtool
14
15
 
15
16
MAINTAINERCLEANFILES      = Makefile.in aclocal.m4 configure config.h.in \
16
17
                            stamp-h.in config.log config.status $(AUX_DIST)
21
22
pkgconfig_DATA = libdv.pc
22
23
 
23
24
rpm: dist
24
 
        rpm -ta @PACKAGE@-@VERSION@.tar.gz
 
25
        rpmbuild -ta @PACKAGE@-@VERSION@.tar.gz
25
26
 
26
27
dist-hook:
27
28
        (cd $(distdir) && if [ ! -d $(ac_aux_dir); then mkdir $(ac_aux_dir); fi)