Changeset 4538

Show
Ignore:
Timestamp:
02/08/07 18:56:25 (1 year ago)
Author:
morris
Message:

Simplify syntax a bit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wire/trunk/Makefile.in

    r4530 r4538  
    3434ARCHIVE                 = ar rcs $@ 
    3535 
    36 ifeq ($(WR_MAINTAINER), 1) 
    37 all: all-recursive Makefile configure config.h.in $(rundir)/wire 
    38 else 
     36.PHONY: all all-recursive clean-recursive distclean-recursive install install-only install-wire install-man dist clean distclean scmclean 
     37.NOTPARALLEL: 
     38 
    3939all: all-recursive $(rundir)/wire 
    40 endif 
    41  
    42 .PHONY: all all-recursive clean-recursive distclean-recursive install install-only install-wire install-man dist clean distclean scmclean 
    43 .NOTPARALLEL: all-recursive clean-recursive distclean-recursive 
    44  
    45 all-recursive clean-recursive distclean-recursive: 
    46         @list='$(SUBDIRS)'; \ 
    47         for subdir in $$list; do \ 
    48                 target=`echo $@ | sed s/-recursive//`; \ 
    49                 (cd $$subdir && $(MAKE) -e $$target) || exit 1; \ 
    50         done 
    5140 
    5241ifeq ($(WR_MAINTAINER), 1) 
     42all: Makefile configure config.h.in 
     43 
    5344Makefile: Makefile.in config.status 
    5445        ./config.status 
     
    6253        rm -f $@~ 
    6354endif 
     55 
     56all-recursive clean-recursive distclean-recursive: 
     57        @list='$(SUBDIRS)'; \ 
     58        for subdir in $$list; do \ 
     59                target=`echo $@ | sed s/-recursive//`; \ 
     60                (cd $$subdir && $(MAKE) -e $$target) || exit 1; \ 
     61        done 
    6462 
    6563$(rundir)/wire: $(WIREOBJECTS) $(rundir)/libwired/lib/libwired.a