]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - standards/Makefile
Merge changes from CUPS 1.4svn-r7874.
[thirdparty/cups.git] / standards / Makefile
index 74d87853e22a3f7fc90a87e7759bbc4caaf77ab4..bda305af053cef66351713181c39f037de14b902 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 6649 2007-07-11 21:46:42Z mike $"
+# "$Id: Makefile 7558 2008-05-12 23:46:44Z mike $"
 #
 #   Standards makefile for the Common UNIX Printing System (CUPS).
 #
@@ -68,6 +68,20 @@ RFCS =       \
 all:   rfctohtml $(RFCS:.txt=.html)
 
 
+#
+# Make library targets...
+#
+
+libs:
+
+
+#
+# Make unit tests...
+#
+
+unittests:
+
+
 #
 # Clean all config and object files...
 #
@@ -131,10 +145,10 @@ uninstall:
 #
 
 rfctohtml:     rfctohtml.o ../cups/libcups.a
-       $(CC) $(LDFLAGS) -o $@ rfctohtml.o ../cups/libcups.a \
+       $(CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ rfctohtml.o ../cups/libcups.a \
                $(SSLLIBS) $(COMMONLIBS) $(LIBZ)
 
 
 #
-# End of "$Id: Makefile 6649 2007-07-11 21:46:42Z mike $".
+# End of "$Id: Makefile 7558 2008-05-12 23:46:44Z mike $".
 #