# not a GNU package. You can remove this line, if # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign 1.4 SUBDIRS = lib panel editor src sh locale noinst_DATA = README.ko_euckr README.ko_utf8 EXTRA_DIST = $(noinst_DATA) install-exec-hook : if test -d $(DESTDIR)$(sysconfdir)/profile.d ; then \ if test -w $(DESTDIR)$(sysconfdir)/profile.d ; then \ install -c -m 755 $(top_srcdir)/sh/linm_alias.sh $(DESTDIR)$(sysconfdir)/profile.d \ ; fi \ ; fi if ! test -d $(DESTDIR)$(LINM_CFGPATH) ; then \ install -d -m 755 $(DESTDIR)$(LINM_CFGPATH) \ ; fi if test -w $(DESTDIR)$(LINM_CFGPATH) ; then \ install -c -m 644 $(top_srcdir)/sh/default.cfg \ $(top_srcdir)/sh/colorset.cfg \ $(top_srcdir)/sh/keyset.cfg \ $(DESTDIR)$(LINM_CFGPATH) \ ; else \ if ! test -d ~/.linm ; then \ install -d -m 755 ~/.linm \ ; fi && \ install -c -m 644 $(top_srcdir)/sh/default.cfg \ $(top_srcdir)/sh/colorset.cfg \ $(top_srcdir)/sh/keyset.cfg \ ~/.linm \ ; fi if ! test -d $(DESTDIR)$(KO_LOCALE_FILEPATH) ; then \ install -d -m 755 $(DESTDIR)$(KO_LOCALE_FILEPATH) \ ; fi if test -w $(DESTDIR)$(KO_LOCALE_FILEPATH); then \ install -c -m 644 $(top_srcdir)/locale/linm_euckr.mo \ $(top_srcdir)/locale/linm_utf8.mo \ $(DESTDIR)$(KO_LOCALE_FILEPATH) \ ; fi uninstall-hook : -rm -f $(DESTDIR)$(LINM_CFGPATH)/default.cfg $(DESTDIR)$(LINM_CFGPATH)/keyset.cfg $(DESTDIR)$(LINM_CFGPATH)/colorset.cfg -rm -f $(DESTDIR)$(sysconfdir)/profile.d/linm_alias.sh -rm -rf ~/.linm