# Photo Image Print System # Copyright (C) 2000-2004 EPSON KOWA Corporation. # Copyright (C) SEIKO EPSON CORPORATION 2000-2004. # Process this file with automake to produce Makefile.in pkgdata_SCRIPTS = setup inst-post.sh EXTRA_DIST = \ $(pkgdata_SCRIPTS) \ scripts/en.lc \ scripts/ja.lc pipsdir = $(DESTDIR)$(pkgdatadir) install-data-local: $(mkinstalldirs) $(pipsdir) $(mkinstalldirs) $(pipsdir)/scripts $(INSTALL_SCRIPT) $(srcdir)/setup $(pipsdir) $(INSTALL_SCRIPT) $(srcdir)/inst-post.sh $(pipsdir) $(INSTALL_DATA) $(srcdir)/scripts/en.lc $(pipsdir)/scripts $(INSTALL_DATA) $(srcdir)/scripts/ja.lc $(pipsdir)/scripts