Index: trunk/ippMonitor/Makefile.in
===================================================================
--- trunk/ippMonitor/Makefile.in	(revision 41126)
+++ trunk/ippMonitor/Makefile.in	(revision 41135)
@@ -1,3 +1,3 @@
-default: updateVersion php
+default: updateVersion php mklink
 help:
 	@echo "USAGE: make php"
@@ -9,4 +9,6 @@
 DESTBIN = @BINDIR@
 DESTWWW = @HTDOCS@/ippMonitor
+CZARPLOTDIR = /export/@HOST2@.0/ipp/czartool_plots
+METRICSPLOTDIR = /export/@HOST2@.0/ipp/ippMetrics
 
 GENERATE = $(SCRIPTS)/generate
@@ -173,4 +175,5 @@
 $(DESTWWW)/fullforceSummary.php \
 $(DESTWWW)/fullforce_failure.php \
+$(DESTWWW)/failedFullforce.php \
 $(DESTWWW)/diffSummary.php \
 $(DESTWWW)/diffSummary_Images.php \
@@ -281,6 +284,9 @@
 
 DESTLINK = $(DESTWWW)/index.php 
-
-php: $(RAWSRC) $(DEFSRC) $(PICTURES) $(DESTLINK) $(PROGRAMS)
+CZPLOTSLINK = $(DESTWWW)/czartool_plots
+METRICSLINK = $(DESTWWW)/ippMetrics
+
+
+php: $(RAWSRC) $(DEFSRC) $(PICTURES) $(DESTLINK) $(PROGRAMS) 
 
 # dependancy rules for binary code #########################
@@ -311,6 +317,18 @@
 updateVersion:
 	rm -f $(DESTWWW)/version.php
-
-test:
+	@if [ ! -d $(CZARPLOTDIR) ]; then mkdir -p $(CZARPLOTDIR); fi
+	@if [ ! -d $(METRICSPLOTDIR) ]; then mkdir -p $(METRICSPLOTDIR); fi
+
+mklink: $(CZPLOTSLINK) $(METRICSLINK)
+
+$(CZPLOTSLINK): $(CZARPLOTDIR)
+	rm -f $@
+	ln -s $(CZARPLOTDIR) $@
+
+$(METRICSLINK): $(METRICSPLOTDIR)
+	rm -f $@
+	ln -s $(METRICSPLOTDIR) $@
+
+test: 
 #DESTWWW := $(DESTWWW)/test
 	echo $(DESTWWW)
@@ -355,4 +373,7 @@
 	cp $(SCRIPTS)/$* $(DESTBIN)/$* || exit
 	chmod +x $(DESTBIN)/$* || exit
+
+
+
 
 # utilities #################################################
