]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppd/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / ppd / Makefile
index 4554e38432a42fd125ad85f3da0e614cfa2e8b16..0307dc54b24cd589c9a4e43b1dde29dede122b36 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 5065 2006-02-03 16:55:30Z mike $"
+# "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $"
 #
 #   PPD file makefile for the Common UNIX Printing System (CUPS).
 #
@@ -48,6 +48,13 @@ all:
 clean:
 
 
+#
+# Dummy depend...
+#
+
+depend:
+
+
 #
 # Install files...
 #
@@ -60,5 +67,17 @@ install:     all
 
 
 #
-# End of "$Id: Makefile 5065 2006-02-03 16:55:30Z mike $".
+# Uninstall files...
+#
+
+uninstall:
+       for file in $(FILES); do \
+               $(RM) $(DATADIR)/model/$$file; \
+       done
+       -$(RMDIR) $(DATADIR)/model
+       -$(RMDIR) $(DATADIR)
+
+
+#
+# End of "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $".
 #