~ubuntu-branches/ubuntu/warty/quagga/warty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2004-06-29 09:50:59 UTC
  • Revision ID: james.westby@ubuntu.com-20040629095059-px1m2m108z4qw1mr
Tags: upstream-0.96.5
ImportĀ upstreamĀ versionĀ 0.96.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in.
 
2
 
 
3
SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \
 
4
         @ISISD@ @VTYSH@ @OSPFCLIENT@ redhat doc
 
5
 
 
6
DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d vtysh \
 
7
               ospfclient doc redhat isisd
 
8
 
 
9
EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \
 
10
        vtysh/Makefile.am update-autotools doc/mpls
 
11
 
 
12
dist-hook:
 
13
        mkdir $(distdir)/tools
 
14
        cp -p $(srcdir)/tools/*.pl $(distdir)/tools
 
15
        cp -p $(srcdir)/tools/*.el $(distdir)/tools
 
16
        cp -p $(srcdir)/tools/*.cgi $(distdir)/tools
 
17
        rm -rf `find $(distdir)/doc -type d -name CVS`
 
18
        rm -rf `find $(distdir)/ -type f -name "*~"`
 
19