IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2010, 3:30:28 PM (16 years ago)
Author:
Serge CHASTEL
Message:

Plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile.in

    r28496 r28601  
    1818$(DESTBIN)/czartool_getServerStatus.pl \
    1919$(DESTBIN)/build_histogram.dvo \
    20 
     20$(DESTBIN)/helpers.dvo \
     21$(DESTBIN)/plot_x_vs_y.dvo
    2122
    2223RAWSRC = \
     
    3637$(DESTWWW)/ipp.load.dat \
    3738$(DESTWWW)/ipp.load.php \
     39$(DESTWWW)/ipp.plots.dat \
     40$(DESTWWW)/ipp.plots.php \
    3841$(DESTWWW)/ipp.science.dat \
    3942$(DESTWWW)/ipp.science.php \
     
    5558$(DESTWWW)/histogram.php \
    5659$(DESTWWW)/show_and_delete_image.php \
     60$(DESTWWW)/scatterPlot.php \
     61$(DESTWWW)/select_forms.php \
     62$(DESTWWW)/plotHistogram.php \
    5763
    5864
     
    178184$(DESTWWW)/flatcorrChip.php \
    179185$(DESTWWW)/flatcorrCamera.php \
    180 $(DESTWWW)/maskStats.php
     186$(DESTWWW)/maskStats.php \
     187$(DESTWWW)/simplePlotRawImage.php \
     188$(DESTWWW)/simplePlotChipImage.php \
     189$(DESTWWW)/simplePlotCamImage.php \
     190$(DESTWWW)/histogramBackgroundImage.php \
     191$(DESTWWW)/histogramCamProcessedExpImage.php \
     192$(DESTWWW)/histogramChipProcessedImfileFwhmMajorImage.php \
     193$(DESTWWW)/scatterPlotAirMassFwhmImage.php \
     194$(DESTWWW)/scatterCpiBgReMaImage.php \
     195$(DESTWWW)/scatterCpiBgReMpImage.php \
     196$(DESTWWW)/scatterCpiBgReSaImage.php
    181197
    182198PICTURES = \
     
    206222        ln -s $(DESTWWW)/Login.php $@
    207223
     224$(SRC)/%Image.php: $(DEF)/%Image.d $(DEF)/autocodeImage.php $(GENERATE)
     225        @if [ ! -d $(SRC) ]; then mkdir -p $(SRC); fi
     226        $(GENERATE) $< $(DEF)/autocodeImage.php $@
    208227$(SRC)/%.php: $(DEF)/%.d $(DEF)/autocode.php $(GENERATE)
    209228        @if [ ! -d $(SRC) ]; then mkdir -p $(SRC); fi
     
    211230
    212231# generated php code is built into SRC first
     232$(DESTWWW)/%Image.php: $(SRC)/%Image.php
     233        @if [ ! -d $(DESTWWW) ]; then mkdir -p $(DESTWWW) || exit; fi
     234        rm -f $(DESTWWW)/$*Image.php || exit
     235        cp $(SRC)/$*Image.php $(DESTWWW)/$*Image.php || exit
    213236$(DESTWWW)/%.php: $(SRC)/%.php
    214237        @if [ ! -d $(DESTWWW) ]; then mkdir -p $(DESTWWW) || exit; fi
Note: See TracChangeset for help on using the changeset viewer.