]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scripting/php/Makefile
Update build system to support separate installs of headers, libraries, data
[thirdparty/cups.git] / scripting / php / Makefile
index 8451dfd038c91e45b985415b1966cebbc4445a64..bc07028fea53edd311c73dd03204ba8834d75aeb 100644 (file)
@@ -3,7 +3,7 @@
 #
 #   PHP Makefile for the Common UNIX Printing System (CUPS).
 #
-#   Copyright 2007 by Apple Inc.
+#   Copyright 2007-2008 by Apple Inc.
 #   Copyright 1997-2007 by Easy Software Products, all rights reserved.
 #
 #   These coded instructions, statements, and computer programs are the
@@ -62,10 +62,24 @@ depend:
 
 
 #
-# Install object and target files...
+# Install all targets...
 #
 
-install:       all
+install:       all install-data install-headers install-libs install-exec
+
+
+#
+# Install data files...
+#
+
+install-data:
+
+
+#
+# Install programs...
+#
+
+install-exec:
        echo Installing $(PHPCUPS) in $(PHPDIR)
        $(INSTALL_DIR) $(PHPDIR)
        $(INSTALL_BIN) $(PHPCUPS) $(PHPDIR)
@@ -75,6 +89,20 @@ install:     all
        fi
 
 
+#
+# Install headers...
+#
+
+install-headers:
+
+
+#
+# Install libraries...
+#
+
+install-libs:
+
+
 #
 # Uninstall object and target files...
 #