]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scripting/php/Makefile
Merge changes from CUPS 1.4svn-r7874.
[thirdparty/cups.git] / scripting / php / Makefile
index bc07028fea53edd311c73dd03204ba8834d75aeb..19147869823f0f45433e01d5ae0f96a61472d41c 100644 (file)
@@ -21,7 +21,7 @@ include ../../Makedefs
 #
 
 PHPDIR =       $(BUILDROOT)`$(PHPCONFIG) --extension-dir`
-OPTIONS        =       -I../.. `$(PHPCONFIG) --includes`
+OPTIONS        =       $(PHPOPTIONS)
 
 
 #
@@ -45,6 +45,20 @@ PHPCUPS      =       phpcups.so
 all:   $(PHPCUPS)
 
 
+#
+# Make library targets...
+#
+
+libs:
+
+
+#
+# Make unit tests...
+#
+
+unittests:
+
+
 #
 # Remove object and target files...
 #
@@ -82,7 +96,7 @@ install-data:
 install-exec:
        echo Installing $(PHPCUPS) in $(PHPDIR)
        $(INSTALL_DIR) $(PHPDIR)
-       $(INSTALL_BIN) $(PHPCUPS) $(PHPDIR)
+       $(INSTALL_LIB) $(PHPCUPS) $(PHPDIR)
        if test "x$(SYMROOT)" != x; then \
                $(INSTALL_DIR) $(SYMROOT); \
                cp $(PHPCUPS) $(SYMROOT); \