paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 1 | ## Process this file with automake to produce Makefile.in. |
| 2 | |
Paul Jakma | 5734509 | 2011-12-25 17:52:09 +0100 | [diff] [blame] | 3 | SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @BABELD@ \ |
Joakim Tjernlund | cbcd9bf | 2009-02-16 09:40:39 +0100 | [diff] [blame] | 4 | @ISISD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \ |
Greg Troxel | 97cee87 | 2007-08-02 13:36:56 +0000 | [diff] [blame] | 5 | redhat @SOLARIS@ |
paul | 0537f4e | 2003-06-04 10:19:12 +0000 | [diff] [blame] | 6 | |
Paul Jakma | 5734509 | 2011-12-25 17:52:09 +0100 | [diff] [blame] | 7 | DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d babeld \ |
paul | 26275b0 | 2005-04-11 07:10:47 +0000 | [diff] [blame] | 8 | isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \ |
| 9 | solaris |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 10 | |
gdt | 1dab30f | 2005-08-10 15:11:21 +0000 | [diff] [blame] | 11 | EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \ |
| 12 | update-autotools \ |
paul | 60f0651 | 2005-08-13 13:42:38 +0000 | [diff] [blame] | 13 | vtysh/Makefile.in vtysh/Makefile.am \ |
gdt | f2bfdee | 2004-06-30 17:25:15 +0000 | [diff] [blame] | 14 | tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \ |
Paul Jakma | 21b8643 | 2009-05-08 22:21:09 +0100 | [diff] [blame] | 15 | tools/zebra.el tools/multiple-bgpd.sh |
paul | 0fc4294 | 2004-08-19 04:41:21 +0000 | [diff] [blame] | 16 | |
Paul Jakma | fa48283 | 2012-03-08 13:51:21 +0000 | [diff] [blame] | 17 | if HAVE_LATEX |
| 18 | |
| 19 | HACKING.pdf: HACKING.tex |
| 20 | $(LATEXMK) -pdf $< |
| 21 | |
| 22 | clean-local: |
| 23 | -$(LATEXMK) -C HACKING.tex |
| 24 | |
| 25 | endif |
| 26 | |
paul | 72e2d82 | 2004-09-13 04:57:03 +0000 | [diff] [blame] | 27 | ACLOCAL_AMFLAGS = -I m4 |