IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2581


Ignore:
Timestamp:
Nov 30, 2004, 9:09:51 PM (22 years ago)
Author:
eugene
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/Makefile

    r2510 r2581  
    4242mosastro.v2 \
    4343nightd      \
     44opihi.v1    \
    4445opihi.v2    \
    4546perl        \
     
    9192# standard rules: targets are foo, foo.clean, foo.install, foo.dist
    9293$(PROGRAM) $(LIBS-$(ARCH)):
    93         (cd src/$@ && make)
     94        if [ -e "src/$@" ]; then (cd src/$@ && make); fi
    9495
    9596%.install:
    9697        mkdir -p bin/$(ARCH)
    97         (cd src/$* && make install)
     98        if [ -e "src/$*" ]; then (cd src/$* && make install); fi
    9899
    99100%.clean:
    100         (cd src/$* && make clean)
     101        if [ -e "src/$*" ]; then (cd src/$* && make clean); fi
    101102
    102103%.dist:
Note: See TracChangeset for help on using the changeset viewer.