# 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_DATA = BAND.PRN BAND.PRN.COLOR PATCH.PRN PATCH.PRN.COLOR EXTRA_DIST = $(pkgdata_DATA) INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/intl \ @GTK_CFLAGS@ bin_PROGRAMS = ekpnavi ekpnavi_SOURCES = \ main.c \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h \ navi.c navi.h \ ekpcom.c ekpcom.h \ image.h printer.h \ msg.h msg.c \ getstat.h getstat.c ekpnavi_LDADD = @GTK_LIBS@ $(INTLLIBS)