summaryrefslogtreecommitdiff
path: root/cgi-bin/Makefile
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-08-27 22:04:19 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-08-27 22:04:19 +0000
commit5f64df29828e9ca71164342efd357e9debfb6e44 (patch)
treee84251656a361f5daa45b994035da31410f5b5aa /cgi-bin/Makefile
parent247efae55fc4aeeb5ab97fd3e8e56fc9cd4b0706 (diff)
downloadcups-5f64df29828e9ca71164342efd357e9debfb6e44.tar.gz
Merge changes from CUPS 1.4svn-r7874.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@924 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cgi-bin/Makefile')
-rw-r--r--cgi-bin/Makefile19
1 files changed, 14 insertions, 5 deletions
diff --git a/cgi-bin/Makefile b/cgi-bin/Makefile
index 3ddc6cd65..0d538c0d7 100644
--- a/cgi-bin/Makefile
+++ b/cgi-bin/Makefile
@@ -48,14 +48,16 @@ LIBTARGETS = \
$(LIBCUPSCGI) \
$(LIB32CUPSCGI) \
$(LIB32CUPSCGI) \
+ websearch
+
+UNITTARGETS = \
testcgi \
testhi \
- websearch
+ testtemplate
TARGETS = \
$(LIBTARGETS) \
- $(CGIS) \
- testtemplate
+ $(CGIS)
#
@@ -69,7 +71,14 @@ all: $(TARGETS)
# Make library targets...
#
-libs: $(LIBTARGETS)
+libs: $(LIBTARGETS) $(UNITTESTS)
+
+
+#
+# Make unit tests...
+#
+
+unittests: $(UNITTARGETS)
#
@@ -77,7 +86,7 @@ libs: $(LIBTARGETS)
#
clean:
- $(RM) $(OBJS) $(TARGETS)
+ $(RM) $(OBJS) $(TARGETS) $(UNITTARGETS)
$(RM) libcupscgi.so libcupscgi.sl libcupscgi.dylib
$(RM) -r 32bit 64bit