diff options
Diffstat (limited to 'src/Makefile.in.orig')
-rw-r--r-- | src/Makefile.in.orig | 46 |
1 files changed, 40 insertions, 6 deletions
diff --git a/src/Makefile.in.orig b/src/Makefile.in.orig index b171027..a0b0244 100644 --- a/src/Makefile.in.orig +++ b/src/Makefile.in.orig @@ -31,8 +31,8 @@ INSTALL_DATA = @INSTALL_DATA@ CC = @CC@ INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include @INCLUDES@ -DEFS = @DEFS@ -DLOCALEDIR=$(datadir)/locale -CPPFLAGS = @CPPFLAGS@ -DPATH_XSANE_DOC_DIR=\$(xsanedocdir) -DPATH_SANE_DATA_DIR=\$(sanedatadir) +DEFS = @DEFS@ -DLOCALEDIR=$(datadir)/locale -DSANELOCALEDIR=$(sane_prefix)/share/locale +CPPFLAGS = @CPPFLAGS@ -DPATH_XSANE_DOC_DIR=$(xsanedocdir) -DPATH_SANE_DATA_DIR=$(sanedatadir) CFLAGS = @CFLAGS@ @SANE_CFLAGS@ @GIMP_CFLAGS@ @GTK_CFLAGS@ LDFLAGS = @LDFLAGS@ @SANE_LDFLAGS@ LIBS = @SANE_LIBS@ @GIMP_LIBS@ @GTK_LIBS@ @INTLLIBS@ @LIBS@ @@ -49,9 +49,12 @@ LIBLIB = ../lib/liblib.a XSANE_OBJS = xsane-back-gtk.o xsane-front-gtk.o xsane-gamma.o \ xsane-preview.o xsane-viewer.o \ + xsane-fax-project.o \ + xsane-email-project.o \ + xsane-multipage-project.o \ xsane-rc-io.o xsane-device-preferences.o xsane-batch-scan.o \ xsane-preferences.o xsane-setup.o xsane-save.o xsane-scan.o \ - xsane-icons.o xsane.o + xsane-icons.o xsane.o @XSANE_ICON@ .c.o: @@ -97,6 +100,8 @@ xsane: $(XSANE_OBJS) $(LIBLIB) $(LINK) $(XSANE_OBJS) \ $(LIBLIB) $(LIBS) $(SANE_LIBS) +xsane-icon.opc: xsane-icon.rc xsane.ico + windres -i xsane-icon.rc -o xsane-icon.opc clean: rm -f *.o *~ .*~ *.bak @@ -123,6 +128,10 @@ xsane.o: xsane-device-preferences.h xsane.o: xsane-preferences.h xsane.o: xsane-icons.h xsane.o: xsane-batch-scan.h +xsane.o: xsane-multipage-project.h +xsane.o: xsane-fax-project.h +xsane.o: xsane-email-project.h +xsane.o: xsane-text.h xsane-back-gtk.o: xsane.h xsane-back-gtk.o: xsane-back-gtk.h @@ -146,6 +155,7 @@ xsane-batch-scan.o: xsane-front-gtk.h xsane-batch-scan.o: xsane-rc-io.h xsane-batch-scan.o: xsane-preview.h xsane-batch-scan.o: xsane-gamma.h +xsane-batch-scan.o: xsane-text.h xsane-preview.o: xsane.h xsane-preview.o: xsane-back-gtk.h @@ -154,6 +164,7 @@ xsane-preview.o: xsane-batch-scan.h xsane-preview.o: xsane-preview.h xsane-preview.o: xsane-preferences.h xsane-preview.o: xsane-gamma.h +xsane-preview.o: xsane-text.h xsane-preferecnes.o: xsane.h xsane-preferecnes.o: xsane-preferences.h @@ -181,6 +192,8 @@ xsane-scan.o: xsane-viewer.h xsane-scan.o: xsane-save.h xsane-scan.o: xsane-gamma.h xsane-scan.o: xsane-setup.h +xsane-scan.o: xsane-email-project.h +xsane-scan.o: xsane-text.h xsane-gamma.o: xsane.h xsane-gamma.o: xsane-back-gtk.h @@ -188,6 +201,7 @@ xsane-gamma.o: xsane-front-gtk.h xsane-gamma.o: xsane-preferences.h xsane-gamma.o: xsane-preview.h xsane-gamma.o: xsane-save.h +xsane-gamma.o: xsane-text.h xsane-setup.o: xsane.h xsane-setup.o: xsane-back-gtk.h @@ -198,6 +212,7 @@ xsane-setup.o: xsane-preview.h xsane-setup.o: xsane-save.h xsane-setup.o: xsane-gamma.h xsane-setup.o: xsane-batch-scan.h +xsane-setup.o: xsane-text.h xsane-viewer.o: xsane.h xsane-viewer.o: xsane-back-gtk.h @@ -207,7 +222,26 @@ xsane-viewer.o: xsane-viewer.h xsane-viewer.o: xsane-gamma.h xsane-viewer.o: xsane-icons.h xsane-viewer.o: xsane-save.h - - - +xsane-viewer.o: xsane-text.h + +xsane-multipage-project.o: xsane.h +xsane-multipage-project.o: xsane-back-gtk.h +xsane-multipage-project.o: xsane-front-gtk.h +xsane-multipage-project.o: xsane-preferences.h +xsane-multipage-project.o: xsane-multipage-project.h +xsane-multipage-project.o: xsane-text.h + +xsane-fax-project.o: xsane.h +xsane-fax-project.o: xsane-back-gtk.h +xsane-fax-project.o: xsane-front-gtk.h +xsane-fax-project.o: xsane-preferences.h +xsane-fax-project.o: xsane-fax-project.h +xsane-fax-project.o: xsane-text.h + +xsane-email-project.o: xsane.h +xsane-email-project.o: xsane-back-gtk.h +xsane-email-project.o: xsane-front-gtk.h +xsane-email-project.o: xsane-preferences.h +xsane-email-project.o: xsane-email-project.h +xsane-email-project.o: xsane-text.h |