Correcting the structure of the graph's and adaptor's map.
The template assign operators and map iterators can be used for adaptors also.
Some bugfix in the adaptors
New class SwapBpUGraphAdaptor which swaps the two nodeset of the graph.
1 ACLOCAL_AMFLAGS = -I m4
6 autopackage/default.apspec.in \
20 MAYBE_BENCHMARK = benchmark
23 SUBDIRS = lemon $(MAYBE_BENCHMARK) $(MAYBE_DEMO) $(MAYBE_GUI) $(MAYBE_DOC) test
31 build-aux/config.guess \
32 build-aux/config.sub \
34 build-aux/install-sh \
37 build-aux/mkinstalldirs \
43 benchmark/Makefile.in \
45 gui/icons/Makefile.in \
49 $(MAKE) -C doc $(AM_MAKEFLAGS) clean html
52 -rm -f doc/html/index.html
53 $(MAKE) -C doc $(AM_MAKEFLAGS) html
56 $(MAKE) -C benchmark $(AM_MAKEFLAGS)
59 $(MAKE) $(AM_MAKEFLAGS) maintainer-clean
60 -rm -f $(MRPROPERFILES)
63 dpkg-buildpackage -rfakeroot
66 rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
67 @rm -f $(PACKAGE)-$(VERSION).tar.gz
70 zcat $(PACKAGE)-$(VERSION).tar.gz | \
71 bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
73 distcheck-bz2: distcheck
74 zcat $(PACKAGE)-$(VERSION).tar.gz | \
75 bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
77 .PHONY: doc benchmark mrproper deb rpm dist-bz2 distcheck-bz2