| 116 |
install_sh = @install_sh@ |
install_sh = @install_sh@ |
| 117 |
|
|
| 118 |
#common section |
#common section |
| 119 |
|
SUBDIRS = DateManagement |
| 120 |
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir) |
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir) |
| 121 |
AM_YFLAGS = -d -v |
AM_YFLAGS = -d -v |
| 122 |
LDFLAGS = |
LDFLAGS = |
| 219 |
DIST_SOURCES = $(libgedcomparser_la_SOURCES) |
DIST_SOURCES = $(libgedcomparser_la_SOURCES) |
| 220 |
HEADERS = $(include_HEADERS) |
HEADERS = $(include_HEADERS) |
| 221 |
|
|
| 222 |
|
|
| 223 |
|
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ |
| 224 |
|
uninstall-info-recursive all-recursive install-data-recursive \ |
| 225 |
|
install-exec-recursive installdirs-recursive install-recursive \ |
| 226 |
|
uninstall-recursive check-recursive installcheck-recursive |
| 227 |
DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in lexer.cxx \ |
DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in lexer.cxx \ |
| 228 |
personalnamelexer.cxx personalnameparser.cxx \ |
personalnamelexer.cxx personalnameparser.cxx \ |
| 229 |
personalnameparser.h yaccparser.cxx yaccparser.h |
personalnameparser.h yaccparser.cxx yaccparser.h |
| 230 |
|
DIST_SUBDIRS = $(SUBDIRS) |
| 231 |
SOURCES = $(libgedcomparser_la_SOURCES) |
SOURCES = $(libgedcomparser_la_SOURCES) |
| 232 |
|
|
| 233 |
all: all-am |
all: all-recursive |
| 234 |
|
|
| 235 |
.SUFFIXES: |
.SUFFIXES: |
| 236 |
.SUFFIXES: .cpp .cxx .lo .lxx .o .obj .yxx |
.SUFFIXES: .cpp .cxx .lo .lxx .o .obj .yxx |
| 435 |
rm -f $(DESTDIR)$(includedir)/$$f; \ |
rm -f $(DESTDIR)$(includedir)/$$f; \ |
| 436 |
done |
done |
| 437 |
|
|
| 438 |
|
# This directory's subdirectories are mostly independent; you can cd |
| 439 |
|
# into them and run `make' without going through this Makefile. |
| 440 |
|
# To change the values of `make' variables: instead of editing Makefiles, |
| 441 |
|
# (1) if the variable is set in `config.status', edit `config.status' |
| 442 |
|
# (which will cause the Makefiles to be regenerated when you run `make'); |
| 443 |
|
# (2) otherwise, pass the desired values on the `make' command line. |
| 444 |
|
$(RECURSIVE_TARGETS): |
| 445 |
|
@set fnord $$MAKEFLAGS; amf=$$2; \ |
| 446 |
|
dot_seen=no; \ |
| 447 |
|
target=`echo $@ | sed s/-recursive//`; \ |
| 448 |
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 449 |
|
echo "Making $$target in $$subdir"; \ |
| 450 |
|
if test "$$subdir" = "."; then \ |
| 451 |
|
dot_seen=yes; \ |
| 452 |
|
local_target="$$target-am"; \ |
| 453 |
|
else \ |
| 454 |
|
local_target="$$target"; \ |
| 455 |
|
fi; \ |
| 456 |
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 457 |
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
| 458 |
|
done; \ |
| 459 |
|
if test "$$dot_seen" = "no"; then \ |
| 460 |
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 461 |
|
fi; test -z "$$fail" |
| 462 |
|
|
| 463 |
|
mostlyclean-recursive clean-recursive distclean-recursive \ |
| 464 |
|
maintainer-clean-recursive: |
| 465 |
|
@set fnord $$MAKEFLAGS; amf=$$2; \ |
| 466 |
|
dot_seen=no; \ |
| 467 |
|
case "$@" in \ |
| 468 |
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 469 |
|
*) list='$(SUBDIRS)' ;; \ |
| 470 |
|
esac; \ |
| 471 |
|
rev=''; for subdir in $$list; do \ |
| 472 |
|
if test "$$subdir" = "."; then :; else \ |
| 473 |
|
rev="$$subdir $$rev"; \ |
| 474 |
|
fi; \ |
| 475 |
|
done; \ |
| 476 |
|
rev="$$rev ."; \ |
| 477 |
|
target=`echo $@ | sed s/-recursive//`; \ |
| 478 |
|
for subdir in $$rev; do \ |
| 479 |
|
echo "Making $$target in $$subdir"; \ |
| 480 |
|
if test "$$subdir" = "."; then \ |
| 481 |
|
local_target="$$target-am"; \ |
| 482 |
|
else \ |
| 483 |
|
local_target="$$target"; \ |
| 484 |
|
fi; \ |
| 485 |
|
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 486 |
|
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
| 487 |
|
done && test -z "$$fail" |
| 488 |
|
tags-recursive: |
| 489 |
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 490 |
|
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
| 491 |
|
done |
| 492 |
|
|
| 493 |
ETAGS = etags |
ETAGS = etags |
| 494 |
ETAGSFLAGS = |
ETAGSFLAGS = |
| 495 |
|
|
| 504 |
END { for (i in files) print i; }'`; \ |
END { for (i in files) print i; }'`; \ |
| 505 |
mkid -fID $$unique |
mkid -fID $$unique |
| 506 |
|
|
| 507 |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 508 |
$(TAGS_FILES) $(LISP) |
$(TAGS_FILES) $(LISP) |
| 509 |
tags=; \ |
tags=; \ |
| 510 |
here=`pwd`; \ |
here=`pwd`; \ |
| 511 |
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 512 |
|
if test "$$subdir" = .; then :; else \ |
| 513 |
|
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
| 514 |
|
fi; \ |
| 515 |
|
done; \ |
| 516 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 517 |
unique=`for i in $$list; do \ |
unique=`for i in $$list; do \ |
| 518 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 612 |
|| exit 1; \ |
|| exit 1; \ |
| 613 |
fi; \ |
fi; \ |
| 614 |
done |
done |
| 615 |
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 616 |
|
if test "$$subdir" = .; then :; else \ |
| 617 |
|
test -d $(distdir)/$$subdir \ |
| 618 |
|
|| mkdir $(distdir)/$$subdir \ |
| 619 |
|
|| exit 1; \ |
| 620 |
|
(cd $$subdir && \ |
| 621 |
|
$(MAKE) $(AM_MAKEFLAGS) \ |
| 622 |
|
top_distdir="$(top_distdir)" \ |
| 623 |
|
distdir=../$(distdir)/$$subdir \ |
| 624 |
|
distdir) \ |
| 625 |
|
|| exit 1; \ |
| 626 |
|
fi; \ |
| 627 |
|
done |
| 628 |
check-am: all-am |
check-am: all-am |
| 629 |
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) |
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) |
| 630 |
$(MAKE) $(AM_MAKEFLAGS) check-TESTS |
$(MAKE) $(AM_MAKEFLAGS) check-TESTS |
| 631 |
check: check-am |
check: check-recursive |
| 632 |
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) |
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) |
| 633 |
install-binPROGRAMS: install-libLTLIBRARIES |
install-binPROGRAMS: install-libLTLIBRARIES |
| 634 |
|
|
| 635 |
|
installdirs: installdirs-recursive |
| 636 |
installdirs: |
installdirs-am: |
| 637 |
$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(includedir) |
$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(includedir) |
| 638 |
|
|
| 639 |
install: install-am |
install: install-recursive |
| 640 |
install-exec: install-exec-am |
install-exec: install-exec-recursive |
| 641 |
install-data: install-data-am |
install-data: install-data-recursive |
| 642 |
uninstall: uninstall-am |
uninstall: uninstall-recursive |
| 643 |
|
|
| 644 |
install-am: all-am |
install-am: all-am |
| 645 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 646 |
|
|
| 647 |
installcheck: installcheck-am |
installcheck: installcheck-recursive |
| 648 |
install-strip: |
install-strip: |
| 649 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 650 |
INSTALL_STRIP_FLAG=-s \ |
INSTALL_STRIP_FLAG=-s \ |
| 661 |
@echo "This command is intended for maintainers to use" |
@echo "This command is intended for maintainers to use" |
| 662 |
@echo "it deletes files that may require special tools to rebuild." |
@echo "it deletes files that may require special tools to rebuild." |
| 663 |
-test -z "personalnameparser.hyaccparser.h" || rm -f personalnameparser.h yaccparser.h |
-test -z "personalnameparser.hyaccparser.h" || rm -f personalnameparser.h yaccparser.h |
| 664 |
clean: clean-am |
clean: clean-recursive |
| 665 |
|
|
| 666 |
clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ |
clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ |
| 667 |
clean-libLTLIBRARIES clean-libtool mostlyclean-am |
clean-libLTLIBRARIES clean-libtool mostlyclean-am |
| 668 |
|
|
| 669 |
distclean: distclean-am |
distclean: distclean-recursive |
| 670 |
|
|
| 671 |
distclean-am: clean-am distclean-compile distclean-depend \ |
distclean-am: clean-am distclean-compile distclean-depend \ |
| 672 |
distclean-generic distclean-libtool distclean-tags |
distclean-generic distclean-libtool distclean-tags |
| 673 |
|
|
| 674 |
dvi: dvi-am |
dvi: dvi-recursive |
| 675 |
|
|
| 676 |
dvi-am: |
dvi-am: |
| 677 |
|
|
| 678 |
info: info-am |
info: info-recursive |
| 679 |
|
|
| 680 |
info-am: |
info-am: |
| 681 |
|
|
| 683 |
|
|
| 684 |
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES |
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES |
| 685 |
|
|
| 686 |
install-info: install-info-am |
install-info: install-info-recursive |
| 687 |
|
|
| 688 |
install-man: |
install-man: |
| 689 |
|
|
| 690 |
installcheck-am: |
installcheck-am: |
| 691 |
|
|
| 692 |
maintainer-clean: maintainer-clean-am |
maintainer-clean: maintainer-clean-recursive |
| 693 |
|
|
| 694 |
maintainer-clean-am: distclean-am maintainer-clean-generic |
maintainer-clean-am: distclean-am maintainer-clean-generic |
| 695 |
|
|
| 696 |
mostlyclean: mostlyclean-am |
mostlyclean: mostlyclean-recursive |
| 697 |
|
|
| 698 |
mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
| 699 |
mostlyclean-libtool |
mostlyclean-libtool |
| 701 |
uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \ |
uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \ |
| 702 |
uninstall-info-am uninstall-libLTLIBRARIES |
uninstall-info-am uninstall-libLTLIBRARIES |
| 703 |
|
|
| 704 |
.PHONY: GTAGS all all-am check check-TESTS check-am clean \ |
uninstall-info: uninstall-info-recursive |
| 705 |
clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ |
|
| 706 |
clean-libLTLIBRARIES clean-libtool distclean distclean-compile \ |
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-TESTS check-am \ |
| 707 |
distclean-depend distclean-generic distclean-libtool \ |
clean clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ |
| 708 |
distclean-tags distdir dvi dvi-am info info-am install \ |
clean-libLTLIBRARIES clean-libtool clean-recursive distclean \ |
| 709 |
|
distclean-compile distclean-depend distclean-generic \ |
| 710 |
|
distclean-libtool distclean-recursive distclean-tags distdir \ |
| 711 |
|
dvi dvi-am dvi-recursive info info-am info-recursive install \ |
| 712 |
install-am install-binPROGRAMS install-data install-data-am \ |
install-am install-binPROGRAMS install-data install-data-am \ |
| 713 |
install-exec install-exec-am install-includeHEADERS \ |
install-data-recursive install-exec install-exec-am \ |
| 714 |
install-info install-info-am install-libLTLIBRARIES install-man \ |
install-exec-recursive install-includeHEADERS install-info \ |
| 715 |
install-strip installcheck installcheck-am installdirs \ |
install-info-am install-info-recursive install-libLTLIBRARIES \ |
| 716 |
maintainer-clean maintainer-clean-generic mostlyclean \ |
install-man install-recursive install-strip installcheck \ |
| 717 |
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
installcheck-am installdirs installdirs-am \ |
| 718 |
tags uninstall uninstall-am uninstall-binPROGRAMS \ |
installdirs-recursive maintainer-clean maintainer-clean-generic \ |
| 719 |
uninstall-includeHEADERS uninstall-info-am \ |
maintainer-clean-recursive mostlyclean mostlyclean-compile \ |
| 720 |
uninstall-libLTLIBRARIES |
mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ |
| 721 |
|
tags tags-recursive uninstall uninstall-am \ |
| 722 |
|
uninstall-binPROGRAMS uninstall-includeHEADERS \ |
| 723 |
|
uninstall-info-am uninstall-info-recursive \ |
| 724 |
|
uninstall-libLTLIBRARIES uninstall-recursive |
| 725 |
|
|
| 726 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 727 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
# Otherwise a system limit (for SysV at least) may be exceeded. |