]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/Makefile
<rdar://problem/5792631> dependency cycle in cups-144 / PrintingCore-250 / Applicatio...
[thirdparty/cups.git] / backend / Makefile
index a2bb1621f5d8cedc0520f214f4064b7d5de576fc..ff3cdcf3a90ab28c5f8fd60365f381416b31ca74 100644 (file)
@@ -53,7 +53,21 @@ depend:
 # Install all targets...
 #
 
-install:       all
+install:       all install-data install-headers install-libs install-exec
+
+
+#
+# Install data files...
+#
+
+install-data:
+
+
+#
+# Install programs...
+#
+
+install-exec:
        $(INSTALL_DIR) -m 755 $(SERVERBIN)/backend
        for file in $(RBACKENDS); do \
                $(LIBTOOL) $(INSTALL) -m 700 $$file $(SERVERBIN)/backend; \
@@ -71,6 +85,20 @@ install:     all
        fi
 
 
+#
+# Install headers...
+#
+
+install-headers:
+
+
+#
+# Install libraries...
+#
+
+install-libs:
+
+
 #
 # Uninstall all targets...
 #