]> git.proxmox.com Git - mirror_frr.git/blame - Makefile.am
2004-01-08 Paul Jakma <paul@dishone.st>
[mirror_frr.git] / Makefile.am
CommitLineData
718e3744 1## Process this file with automake to produce Makefile.in.
2
0537f4e7 3SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \
00bc5603 4 @ISISD@ @VTYSH@ @OSPFCLIENT@ redhat doc
0537f4e7 5
6DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d vtysh \
9e867fe6 7 ospfclient doc \
8 isisd
718e3744 9
10EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \
00bc5603 11 vtysh/Makefile.am update-autotools doc/mpls
718e3744 12
13dist-hook:
14 mkdir $(distdir)/tools
15 cp -p $(srcdir)/tools/*.pl $(distdir)/tools
16 cp -p $(srcdir)/tools/*.el $(distdir)/tools
17 cp -p $(srcdir)/tools/*.cgi $(distdir)/tools
0537f4e7 18 rm -rf `find $(distdir)/doc -type d -name CVS`
41ad8780 19 rm -rf `find $(distdir)/ -type f -name "*~"`
20