|
|
maintainer-clean maintainer-clean-generic mostlyclean \ | maintainer-clean maintainer-clean-generic mostlyclean \ |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
uninstall uninstall-am uninstall-info-am uninstall-local | uninstall uninstall-am uninstall-info-am uninstall-local |
| |
| |
install-data-local: | install-data-local: |
$(mkinstalldirs) $(DESTDIR)$(omf_dest_dir) | $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir) |
-for file in $(srcdir)/*.omf; do \ | -for file in $(srcdir)/*.omf; do \ |
$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \ | $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \ |
done | done |
-scrollkeeper-update -p $(scrollkeeper_localstate_dir) |
-scrollkeeper-update -p $(scrollkeeper_localstate_dir) \ |
|
-o $(DESTDIR)$(omf_dest_dir) |
| |
uninstall-local: | uninstall-local: |
-for file in $(srcdir)/*.omf; do \ | -for file in $(srcdir)/*.omf; do \ |
basefile=`basename $$file`; \ | basefile=`basename $$file`; \ |
rm -f $(omf_dest_dir)/$$basefile; \ | rm -f $(omf_dest_dir)/$$basefile; \ |
done | done |
-rmdir $(omf_dest_dir) | -rmdir $(omf_dest_dir) |
-scrollkeeper-update -p $(scrollkeeper_localstate_dir) | -scrollkeeper-update -p $(scrollkeeper_localstate_dir) |
# 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. |
# Otherwise a system limit (for SysV at least) may be exceeded. | # Otherwise a system limit (for SysV at least) may be exceeded. |