From d2c0cf34bcd17f14f0e77b1df81bc993da8254e8 Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Sat, 22 May 2010 22:10:36 +0200 Subject: Imported Upstream version 3.0.2-20060113 --- Makefile.in | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 251b4a2..f70d2ff 100755 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # Makefile to install foomatic-filters -# $Revision: 3.4.2.5 $ +# $Revision: 3.4.2.6 $ # PREFIX defaults to /usr/local for manually installed progs, so that they # are not messed up on a system upgrade. @@ -34,6 +34,7 @@ INSTALL=@INSTALL@ # Paths for CUPS CUPS=@CUPS@ CUPS_FILTERS=@CUPS_FILTERS@ +CUPS_BACKENDS=@CUPS_BACKENDS@ # Paths for PPR PPR=@PPR@ @@ -47,7 +48,7 @@ DESTDIR= # Files generated by the AC_OUTPUT call of "./configure" AC_OUTPUT_FILES:=Makefile makeMan foomatic-gswrapper \ - foomatic-rip + foomatic-rip beh # User programs and helper programs BINFILES:=foomatic-gswrapper foomatic-rip @@ -74,7 +75,9 @@ check-config: install-cups: check-config ${SRC}/mkinstalldirs $(DESTDIR)$(CUPS_FILTERS) + ${SRC}/mkinstalldirs $(DESTDIR)$(CUPS_BACKENDS) ln -sf $(BINDIR)/foomatic-rip $(DESTDIR)$(CUPS_FILTERS) + ${INSTALL} -m 755 beh $(DESTDIR)$(CUPS_BACKENDS) install-ppr: check-config ${SRC}/mkinstalldirs $(DESTDIR)$(PPR_INTERFACES) @@ -100,7 +103,7 @@ install-man: check-config # cp -f *.8 $(DESTDIR)$(MANDIR)/man8 build: man - chmod a+rx foomatic-rip foomatic-gswrapper + chmod a+rx foomatic-rip foomatic-gswrapper beh man: chmod a+rx ./makeMan @@ -156,7 +159,9 @@ uninstall-etc: check-config uninstall-cups: check-config rm -f $(DESTDIR)$(CUPS_FILTERS)/foomatic-rip + rm -f $(DESTDIR)$(CUPS_BACKENDS)/beh rmdir $(DESTDIR)$(CUPS_FILTERS) || : + rmdir $(DESTDIR)$(CUPS_BACKENDS) || : rmdir $(DESTDIR)$(CUPS) || : uninstall-ppr: check-config -- cgit v1.2.3