equal
deleted
inserted
replaced
37 XFAIL_TESTS = |
37 XFAIL_TESTS = |
38 |
38 |
39 include lemon/Makefile.am |
39 include lemon/Makefile.am |
40 include test/Makefile.am |
40 include test/Makefile.am |
41 include doc/Makefile.am |
41 include doc/Makefile.am |
42 include demo/Makefile.am |
|
43 include tools/Makefile.am |
42 include tools/Makefile.am |
|
43 |
|
44 DIST_SUBDIRS = demo |
|
45 |
|
46 demo: |
|
47 $(MAKE) $(AM_MAKEFLAGS) -C demo |
44 |
48 |
45 MRPROPERFILES = \ |
49 MRPROPERFILES = \ |
46 aclocal.m4 \ |
50 aclocal.m4 \ |
47 config.h.in \ |
51 config.h.in \ |
48 config.h.in~ \ |
52 config.h.in~ \ |
66 |
70 |
67 distcheck-bz2: distcheck |
71 distcheck-bz2: distcheck |
68 zcat $(PACKAGE)-$(VERSION).tar.gz | \ |
72 zcat $(PACKAGE)-$(VERSION).tar.gz | \ |
69 bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 |
73 bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 |
70 |
74 |
71 .PHONY: mrproper dist-bz2 distcheck-bz2 |
75 .PHONY: demo mrproper dist-bz2 distcheck-bz2 |