IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2008, 2:52:14 PM (19 years ago)
Author:
eugene
Message:

return NULL if output var requested and entry not found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/Makefile

    r16093 r16139  
    9191
    9292$(AINC)/autocode.h: $(AINCS) $(ADEF)/autocode.h $(ADEF)/common.h
    93         echo "make $@ from $^"
     93        @echo "make $@ from $^"
    9494        cd $(AUTO) && make $@
    9595
    9696# generic rule for AINCS
    9797$(AINC)/%.h : $(ADEF)/%.d $(ADEF)/autocode.h $(ADEF)/common.h
    98         echo "make $@ from $^"
     98        @echo "make $@ from $^"
    9999        cd $(AUTO) && make $@
    100100
    101101# generic rule for ASRC
    102102$(ASRC)/%.c : $(ADEF)/%.d $(ADEF)/autocode.c $(AINC)/%.h
    103         echo "make $@ from $^"
     103        @echo "make $@ from $^"
    104104        cd $(AUTO) && make $@
    105105
    106106# generic rule for AOBJS
    107107$(ASRC)/%.$(ARCH).o : $(ASRC)/%.c
    108         echo "make $@ from $^"
     108        @echo "make $@ from $^"
    109109        cd $(AUTO) && make $@
    110110
Note: See TracChangeset for help on using the changeset viewer.