IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27113


Ignore:
Timestamp:
Feb 26, 2010, 4:50:48 PM (16 years ago)
Author:
eugene
Message:

adding skyplot

Location:
trunk/ippMonitor
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile.in

    r27054 r27113  
    1313
    1414PROGRAMS = \
    15 $(DESTBIN)/dbadmin
     15$(DESTBIN)/skyplot.dvo
    1616
    1717RAWSRC = \
     
    3939$(DESTWWW)/showimage.php \
    4040$(DESTWWW)/nightSummary.php \
     41$(DESTWWW)/simplePlot.php \
     42$(DESTWWW)/skyplot.php \
    4143$(DESTWWW)/getimage.php
    4244
  • trunk/ippMonitor/configure.tcsh

    r27054 r27113  
    191191cat tmp.2           | sed "s|@DBPASS@|$dbpass|"  > tmp.1
    192192cat tmp.1           | sed "s|@BINDIR@|$bindir|"  > tmp.2
    193 cat tmp.2           | sed "s|@PERLLIB@|$libdir|" > tmp.1
    194 cat tmp.1           | sed "s|@SITE@|$site|"      > tmp.2
    195 cat tmp.2           | sed "s|@DBI@|$DBI|"        > tmp.1
    196 cat tmp.1           | sed "s|@HOST@|$hostname|"  > raw/site.php
     193cat tmp.2           | sed "s|@LIBDIR@|$libdir|"  > tmp.1
     194cat tmp.1           | sed "s|@PERLLIB@|$libdir|" > tmp.2
     195cat tmp.2           | sed "s|@SITE@|$site|"      > tmp.1
     196cat tmp.1           | sed "s|@DBI@|$DBI|"        > tmp.2
     197cat tmp.2           | sed "s|@HOST@|$hostname|"  > raw/site.php
    197198rm -f tmp.1 tmp.2
    198199
  • trunk/ippMonitor/raw/ipp.imfiles.dat

    r27054 r27113  
    1818menutop   | menutop      | link    | test page                    | phptest.php     
    1919menutop   | menutop      | link    | night summary                | nightSummary.php
     20menutop   | menutop      | link    | simple plot                  | simplePlot.php
  • trunk/ippMonitor/raw/site.php.in

    r27054 r27113  
    88$PERLLIB = "@PERLLIB@";
    99$BINDIR  = "@BINDIR@";
     10$LIBDIR  = "@LIBDIR@";
    1011$SITE    = "@SITE@";
    1112
Note: See TracChangeset for help on using the changeset viewer.