]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/Makefile
Import CUPS v2.0.2
[thirdparty/cups.git] / test / Makefile
index c7507d9cb59ca5e38aeb7e03c909611995fb902b..cda505d315c3bccf057b041c5edae23b5eb7822e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id$"
+# "$Id: Makefile 12415 2015-01-21 00:03:08Z msweet $"
 #
 #   IPP test makefile for CUPS.
 #
@@ -90,7 +90,7 @@ unittests:
 #
 
 clean:
-       $(RM) $(TARGETS) $(OBJS)
+       $(RM) $(TARGETS) $(OBJS) ippfind-static
 
 
 #
@@ -131,8 +131,13 @@ install-exec:
        echo Installing ipptool in $(BINDIR)...
        $(INSTALL_DIR) -m 755 $(BINDIR)
        $(INSTALL_BIN) ipptool $(BINDIR)
+       if test -x ippfind; then \
+               $(INSTALL_BIN) ippfind $(BINDIR); \
+       fi
        if test "x$(SYMROOT)" != "x"; then \
                $(INSTALL_DIR) $(SYMROOT); \
+               cp ippfind $(SYMROOT); \
+               dsymutil $(SYMROOT)/ippfind; \
                cp ipptool $(SYMROOT); \
                dsymutil $(SYMROOT)/ipptool; \
        fi
@@ -236,5 +241,5 @@ include Dependencies
 
 
 #
-# End of "$Id$".
+# End of "$Id: Makefile 12415 2015-01-21 00:03:08Z msweet $".
 #