paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 1 | ## Process this file with automake to produce Makefile.in. |
| 2 | |
paul | 0537f4e | 2003-06-04 10:19:12 +0000 | [diff] [blame] | 3 | SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \ |
| 4 | @VTYSH@ @OSPFCLIENT@ doc |
| 5 | |
| 6 | DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d vtysh \ |
| 7 | ospfclient doc |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 8 | |
| 9 | EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \ |
paul | 0537f4e | 2003-06-04 10:19:12 +0000 | [diff] [blame] | 10 | vtysh/Makefile.am update-autotools doc/mpls |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 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 |
paul | 05351a2 | 2003-03-31 19:02:41 +0000 | [diff] [blame] | 17 | cp -p $(srcdir)/redhat/*.init $(distdir)/redhat |
paul | e8f2984 | 2003-08-12 13:08:31 +0000 | [diff] [blame^] | 18 | cp -p $(srcdir)/redhat/quagga.* $(distdir)/redhat |
paul | 0537f4e | 2003-06-04 10:19:12 +0000 | [diff] [blame] | 19 | rm -rf `find $(distdir)/doc -type d -name CVS` |