IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31613


Ignore:
Timestamp:
Jun 8, 2011, 11:43:57 AM (15 years ago)
Author:
eugene
Message:

changes from trunk to enable parallel builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/libdvo/Makefile

    r31160 r31613  
    101101
    102102$(AINC)/autocode.h: $(AINCS) $(ADEF)/autocode.h $(ADEF)/common.h
    103         @echo "make $@ from $^"
    104         cd $(AUTO) && make $@
     103        @echo "$(MAKE) $@ from $^"
     104        cd $(AUTO) && $(MAKE) $@
    105105
    106106# generic rule for AINCS
    107107$(AINC)/%.h : $(ADEF)/%.d $(ADEF)/autocode.h $(ADEF)/common.h
    108         @echo "make $@ from $^"
    109         cd $(AUTO) && make $@
     108        @echo "$(MAKE) $@ from $^"
     109        cd $(AUTO) && $(MAKE) $@
    110110
    111111# generic rule for ASRC
    112112$(ASRC)/%.c : $(ADEF)/%.d $(ADEF)/autocode.c $(AINC)/%.h
    113         @echo "make $@ from $^"
    114         cd $(AUTO) && make $@
     113        @echo "$(MAKE) $@ from $^"
     114        cd $(AUTO) && $(MAKE) $@
    115115
    116116# generic rule for AOBJS
    117117$(ASRC)/%.$(ARCH).o : $(ASRC)/%.c
    118         @echo "make $@ from $^"
    119         cd $(AUTO) && make $@
     118        @echo "$(MAKE) $@ from $^"
     119        cd $(AUTO) && $(MAKE) $@
    120120
    121121tabletest: install
     
    124124clean: cleandef
    125125cleandef:
    126         cd $(AUTO) && make clean
     126        cd $(AUTO) && $(MAKE) clean
    127127
    128128.PRECIOUS: $(ASRC)/%.c
Note: See TracChangeset for help on using the changeset viewer.