]> git.proxmox.com Git - mirror_frr.git/blob - Makefile.am
2004-01-10 Paul Jakma <paul@dishone.st>
[mirror_frr.git] / Makefile.am
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