Changeset 4524

Show
Ignore:
Timestamp:
02/07/07 23:54:54 (2 years ago)
Author:
morris
Message:

Sync with libwired

Files:

Legend:

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

    r4513 r4524  
    1010prefix                  = @prefix@ 
    1111wireddir                = @wireddir@ 
     12empty                   = 
    1213 
    1314WD_VERSION              = @WD_VERSION@ 
     
    2021                                  configure.in install-sh libwired man run wired 
    2122SUBDIRS                 = libwired 
    22  
    23 WIREDOBJECTS    = $(addprefix $(objdir)/wired/,$(notdir $(patsubst %.c,%.o,$(shell find $(top_srcdir)/wired -name "*.c")))) 
     23SOURCEDIRS              = wired 
     24 
     25VPATH                   = $(subst $(empty) $(empty),:,$(shell find $(SOURCEDIRS) -name ".*" -prune -o -type d -print)) 
     26WIREDOBJECTS    = $(addprefix $(objdir)/wired/,$(notdir $(patsubst %.c,%.o,$(shell find wired -name "*.c")))) 
    2427 
    2528DEFS                    = @DEFS@ -DWD_ROOT="\"$(fake_prefix)/$(wireddir)\"" 
     
    3841ARCHIVE                 = ar rcs $@ 
    3942 
     43.PHONY: all all-recursive clean-recursive distclean-recursive install install-only install-man dist clean distclean scmclean 
     44.NOTPARALLEL: all-recursive clean-recursive distclean-recursive 
     45 
    4046ifeq ($(WD_MAINTAINER), 1) 
    4147all: all-recursive Makefile configure config.h.in $(rundir)/wired $(rundir)/wiredctl $(rundir)/etc/wired.conf 
     
    4349all: all-recursive $(rundir)/wired $(rundir)/wiredctl $(rundir)/etc/wired.conf 
    4450endif 
    45  
    46 .NOTPARALLEL: all-recursive clean-recursive distclean-recursive 
    4751 
    4852all-recursive clean-recursive distclean-recursive: