IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2006, 10:40:55 AM (20 years ago)
Author:
eugene
Message:

adding menu hierarchy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile

    r8980 r8984  
    88DESTBIN =       /var/www/kiawe/phpipp
    99
    10 INSTALL = \
     10RAWSRC = \
    1111$(DESTBIN)/ipp.css \
    1212$(DESTBIN)/ipp.php \
    1313$(DESTBIN)/ipp.menu.dat \
     14$(DESTBIN)/ipp.copy.dat \
     15$(DESTBIN)/ipp.science.dat \
     16$(DESTBIN)/ipp.detrend.dat \
     17$(DESTBIN)/ipp.imfiles.dat \
    1418$(DESTBIN)/Login.php \
    1519$(DESTBIN)/SelectProject.php \
    16 $(DESTBIN)/phptest.php \
     20$(DESTBIN)/LoadSetup.php \
     21$(DESTBIN)/ScienceSteps.php \
     22$(DESTBIN)/DetrendSteps.php \
     23$(DESTBIN)/ImfileTables.php \
     24$(DESTBIN)/phptest.php
     25
     26DEFSRC = \
    1727$(DESTBIN)/detInputExp.php \
    1828$(DESTBIN)/detMasterFrame.php \
     
    4454$(DESTBIN)/PScolorlogo2.jpg
    4555
    46 php: $(INSTALL) $(PICTURES)
     56php: $(RAWSRC) $(DEFSRC) $(PICTURES)
    4757
    4858# dependancy rules for binary code #########################
Note: See TracChangeset for help on using the changeset viewer.