]> granicus.if.org Git - graphviz/commitdiff
include y.tab.[ch] in source distros
authorellson <devnull@localhost>
Thu, 13 Apr 2006 23:50:02 +0000 (23:50 +0000)
committerellson <devnull@localhost>
Thu, 13 Apr 2006 23:50:02 +0000 (23:50 +0000)
cmd/lefty/dot2l/Makefile.am
lib/agraph/Makefile.am
lib/common/Makefile.am
lib/expr/Makefile.am
lib/graph/Makefile.am

index ad458e68a0a21302ad05444c33faedfc178dff20..59de0d74ccc87cb72f403e94bb7dd30bc20c9dc7 100644 (file)
@@ -27,6 +27,7 @@ y.output: $(top_srcdir)/cmd/lefty/dot2l/dotparse.y
 # trie.c : trie_input
 #       triegen  < trie_input > trie.c
 
-DISTCLEANFILES = y.output dotparse.[ch]
+DISTCLEANFILES = y.output y.tab.[ch] dotparse.[ch]
 
-EXTRA_DIST = $(libdot2l_la_SOURCES) triefa.c
+EXTRA_DIST = $(libdot2l_la_SOURCES) triefa.c \
+       y.tab.c y.tab.h y.output
index 9580ea30f3bda6b3524c25ad2d6cd95def6ac0d2..2b99424c1ce86f3abc8143d965c3f39a47270bbe 100644 (file)
@@ -46,6 +46,7 @@ grammar.h: y.output
        groff -Tps -man $< | ps2pdf - - >$@
 
 EXTRA_DIST = $(man) $(pdf) Makefile.old cmpnd.c dotdge.c \
-       main.c tester.c README grammar.c grammar.h scan.c y.output
+       main.c tester.c README grammar.c grammar.h scan.c \
+       y.tab.c y.tab.h y.output
 
 DISTCLEANFILES = $(pdf) grammar.[ch] scan.c y.output y.tab.[ch]
index 773c8fd89e1d7bf7c3e8585e7e93663b4fa656f7..40d812c84110ec7de7a6c2d36f8f02c761288789 100644 (file)
@@ -60,5 +60,6 @@ htmlparse.h: y.output
 DISTCLEANFILES = brewer_lib color_lib colortbl.h y.output y.tab.[ch] htmlparse.[ch]
 
 EXTRA_DIST = Makefile.old README.imap chars.tcl ps.h \
-       strcasecmp.c strncasecmp.c htmlparse.c htmlparse.h y.output \
+       strcasecmp.c strncasecmp.c htmlparse.c htmlparse.h \
+       y.tab.c y.tab.h y.output \
        brewer_colors brewer_lib color_names color_lib colortbl.h
index b5fad74a207d55350e3901b807d436187f92df4a..bd076f34a8096781aa8cd5adb5e05a4ef71bd4a0 100644 (file)
@@ -61,6 +61,7 @@ exop.h: exparse.h
 
 EXTRA_DIST = $(man_MANS) $(pdf_DATA) RELEASE \
        Makefile.nmake Makefile.orig Makefile.old \
-       exparse.c exparse.h exop.h y.output
+       exparse.c exparse.h exop.h \
+       y.tab.c y.tab.h y.output
 
 DISTCLEANFILES = $(pdf_DATA) exparse.[ch] exop.h y.tab.[ch] y.output
index d6e1c96b1b0a2ec2bfe1c008920544f27630df86..5ba1cd2fff266daf7afb872982932fbbfa4aafe8 100644 (file)
@@ -43,6 +43,7 @@ y.output: $(top_srcdir)/lib/graph/parser.y
        groff -Tps -man $< | ps2pdf - - > $@
 
 EXTRA_DIST = $(man) $(pdf) triefa.cP parser.grammar \
-       Makefile.old parser.c parser.h y.output
+       Makefile.old parser.c parser.h \
+       y.tab.c y.tab.h y.output
 
 DISTCLEANFILES = y.output parser.c parser.h y.tab.[ch] $(pdf)