| 138 |
sharedstatedir = @sharedstatedir@ |
sharedstatedir = @sharedstatedir@ |
| 139 |
sysconfdir = @sysconfdir@ |
sysconfdir = @sysconfdir@ |
| 140 |
target_alias = @target_alias@ |
target_alias = @target_alias@ |
| 141 |
SUBDIRS = src |
EXTRA_DIST = README INSTALL makedist.sh |
| 142 |
|
SUBDIRS = src utils |
| 143 |
|
CLEANFILES = @EXTRA_CLEAN@ |
| 144 |
all: all-recursive |
all: all-recursive |
| 145 |
|
|
| 146 |
.SUFFIXES: |
.SUFFIXES: |
| 462 |
mostlyclean-generic: |
mostlyclean-generic: |
| 463 |
|
|
| 464 |
clean-generic: |
clean-generic: |
| 465 |
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
| 466 |
|
|
| 467 |
distclean-generic: |
distclean-generic: |
| 468 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 489 |
|
|
| 490 |
info-am: |
info-am: |
| 491 |
|
|
| 492 |
install-data-am: |
install-data-am: install-data-local |
| 493 |
|
|
| 494 |
install-exec-am: |
install-exec-am: |
| 495 |
|
|
| 527 |
dist-tarZ dist-zip distcheck distclean distclean-generic \ |
dist-tarZ dist-zip distcheck distclean distclean-generic \ |
| 528 |
distclean-recursive distclean-tags distcleancheck distdir \ |
distclean-recursive distclean-tags distcleancheck distdir \ |
| 529 |
distuninstallcheck dvi dvi-am html html-am info info-am \ |
distuninstallcheck dvi dvi-am html html-am info info-am \ |
| 530 |
install install-am install-data install-data-am install-exec \ |
install install-am install-data install-data-am \ |
| 531 |
install-exec-am install-info install-info-am install-man \ |
install-data-local install-exec install-exec-am install-info \ |
| 532 |
install-strip installcheck installcheck-am installdirs \ |
install-info-am install-man install-strip installcheck \ |
| 533 |
installdirs-am maintainer-clean maintainer-clean-generic \ |
installcheck-am installdirs installdirs-am maintainer-clean \ |
| 534 |
maintainer-clean-recursive mostlyclean mostlyclean-generic \ |
maintainer-clean-generic maintainer-clean-recursive \ |
| 535 |
mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ |
mostlyclean mostlyclean-generic mostlyclean-recursive pdf \ |
| 536 |
uninstall uninstall-am uninstall-info-am |
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ |
| 537 |
|
uninstall-info-am |
| 538 |
|
|
| 539 |
|
|
| 540 |
|
install-data-local: |
| 541 |
|
sh makedist.sh $(prefix) |
| 542 |
# 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. |
| 543 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
# Otherwise a system limit (for SysV at least) may be exceeded. |
| 544 |
.NOEXPORT: |
.NOEXPORT: |