IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2007, 11:33:32 AM (19 years ago)
Author:
eugene
Message:

all sorts of things...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile

    r9439 r10963  
    66DEF     =       def
    77RAW     =       raw
    8 DESTBIN =       /var/www/kiawe/phpipp
     8DESTBIN =       /var/www/kiawe/ippMonitor
    99
    1010RAWSRC = \
     
    5959
    6060PICTURES = \
    61 $(DESTBIN)/PScolorlogo2.jpg
     61$(DESTBIN)/PScolorlogo2.jpg \
     62$(DESTBIN)/missing.png
    6263
    63 php: $(RAWSRC) $(DEFSRC) $(PICTURES)
     64DESTLINK = $(DESTBIN)/index.php
     65
     66php: $(RAWSRC) $(DEFSRC) $(PICTURES) $(DESTLINK)
    6467
    6568# dependancy rules for binary code #########################
    6669# .PRECIOUS: %.$(ARCH).o
    6770# .PRECIOUS: $(BIN)/%.$(ARCH)
     71
     72$(DESTLINK): $(DESTBIN)/Login.php
     73        rm -f $@
     74        ln -s $(DESTBIN)/Login.php $@
    6875
    6976$(SRC)/%.php: $(DEF)/%.d $(DEF)/autocode.php ./generate
Note: See TracChangeset for help on using the changeset viewer.