blob: 699c530eebdc560ad9895f012164fd162a5492b2 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001## Process this file with automake to produce Makefile.in.
2
paul0537f4e2003-06-04 10:19:12 +00003SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \
4 @VTYSH@ @OSPFCLIENT@ doc
5
6DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d vtysh \
7 ospfclient doc
paul718e3742002-12-13 20:15:29 +00008
9EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \
paul0537f4e2003-06-04 10:19:12 +000010 vtysh/Makefile.am update-autotools doc/mpls
paul718e3742002-12-13 20:15:29 +000011
12dist-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
paul05351a22003-03-31 19:02:41 +000017 cp -p $(srcdir)/redhat/*.init $(distdir)/redhat
paule8f29842003-08-12 13:08:31 +000018 cp -p $(srcdir)/redhat/quagga.* $(distdir)/redhat
paul0537f4e2003-06-04 10:19:12 +000019 rm -rf `find $(distdir)/doc -type d -name CVS`