Index: trunk/ippMonitor/Makefile.in
===================================================================
--- trunk/ippMonitor/Makefile.in	(revision 28496)
+++ trunk/ippMonitor/Makefile.in	(revision 28601)
@@ -18,5 +18,6 @@
 $(DESTBIN)/czartool_getServerStatus.pl \
 $(DESTBIN)/build_histogram.dvo \
-
+$(DESTBIN)/helpers.dvo \
+$(DESTBIN)/plot_x_vs_y.dvo
 
 RAWSRC = \
@@ -36,4 +37,6 @@
 $(DESTWWW)/ipp.load.dat \
 $(DESTWWW)/ipp.load.php \
+$(DESTWWW)/ipp.plots.dat \
+$(DESTWWW)/ipp.plots.php \
 $(DESTWWW)/ipp.science.dat \
 $(DESTWWW)/ipp.science.php \
@@ -55,4 +58,7 @@
 $(DESTWWW)/histogram.php \
 $(DESTWWW)/show_and_delete_image.php \
+$(DESTWWW)/scatterPlot.php \
+$(DESTWWW)/select_forms.php \
+$(DESTWWW)/plotHistogram.php \
 
 
@@ -178,5 +184,15 @@
 $(DESTWWW)/flatcorrChip.php \
 $(DESTWWW)/flatcorrCamera.php \
-$(DESTWWW)/maskStats.php
+$(DESTWWW)/maskStats.php \
+$(DESTWWW)/simplePlotRawImage.php \
+$(DESTWWW)/simplePlotChipImage.php \
+$(DESTWWW)/simplePlotCamImage.php \
+$(DESTWWW)/histogramBackgroundImage.php \
+$(DESTWWW)/histogramCamProcessedExpImage.php \
+$(DESTWWW)/histogramChipProcessedImfileFwhmMajorImage.php \
+$(DESTWWW)/scatterPlotAirMassFwhmImage.php \
+$(DESTWWW)/scatterCpiBgReMaImage.php \
+$(DESTWWW)/scatterCpiBgReMpImage.php \
+$(DESTWWW)/scatterCpiBgReSaImage.php
 
 PICTURES = \
@@ -206,4 +222,7 @@
 	ln -s $(DESTWWW)/Login.php $@
 
+$(SRC)/%Image.php: $(DEF)/%Image.d $(DEF)/autocodeImage.php $(GENERATE)
+	@if [ ! -d $(SRC) ]; then mkdir -p $(SRC); fi
+	$(GENERATE) $< $(DEF)/autocodeImage.php $@
 $(SRC)/%.php: $(DEF)/%.d $(DEF)/autocode.php $(GENERATE)
 	@if [ ! -d $(SRC) ]; then mkdir -p $(SRC); fi
@@ -211,4 +230,8 @@
 
 # generated php code is built into SRC first
+$(DESTWWW)/%Image.php: $(SRC)/%Image.php
+	@if [ ! -d $(DESTWWW) ]; then mkdir -p $(DESTWWW) || exit; fi
+	rm -f $(DESTWWW)/$*Image.php || exit
+	cp $(SRC)/$*Image.php $(DESTWWW)/$*Image.php || exit
 $(DESTWWW)/%.php: $(SRC)/%.php
 	@if [ ! -d $(DESTWWW) ]; then mkdir -p $(DESTWWW) || exit; fi
