Changeset 5032

Show
Ignore:
Timestamp:
11/01/07 20:06:27 (10 months ago)
Author:
morris
Message:

Update for autoconf

Files:

Legend:

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

    r5030 r5032  
    11# Makefile.in 
    22 
    3 top_srcdir             = @top_srcdir@ 
     3abs_top_srcdir = @abs_top_srcdir@ 
    44datarootdir             = @datarootdir@ 
    55objdir                  = @objdir@ 
     
    1414                                  config.status config.sub configure configure.in install-sh libwired \ 
    1515                                  test 
    16 SOURCEDIRS              = $(top_srcdir)/libwired $(top_srcdir)/test 
     16SOURCEDIRS              = $(abs_top_srcdir)/libwired $(abs_top_srcdir)/test 
    1717 
    1818VPATH                   = $(subst $(empty) $(empty),:,$(shell find $(SOURCEDIRS) -name ".*" -prune -o -type d -print)) 
    19 LIBWIREDOBJECTS = $(addprefix $(objdir)/libwired/,$(sort $(notdir $(patsubst %.c,%.o,$(shell find $(top_srcdir)/libwired -name "*.c"))))) 
    20 TESTOBJECTS             = $(addprefix $(objdir)/libwired/,$(notdir $(patsubst %.c,%.o,$(shell find $(top_srcdir)/test -name "*.c")))) 
    21 TESTSOBJECTS    = $(addprefix $(objdir)/libwired/,$(notdir $(patsubst %.c,%.o,$(shell find $(top_srcdir)/test/tests -name "*.c")))) 
    22 HEADERS                 = $(addprefix $(headerdir)/,$(notdir $(shell find $(top_srcdir)/libwired -name "*.h"))) 
     19LIBWIREDOBJECTS = $(addprefix $(objdir)/libwired/,$(sort $(notdir $(patsubst %.c,%.o,$(shell find $(abs_top_srcdir)/libwired -name "*.c"))))) 
     20TESTOBJECTS             = $(addprefix $(objdir)/libwired/,$(notdir $(patsubst %.c,%.o,$(shell find $(abs_top_srcdir)/test -name "*.c")))) 
     21TESTSOBJECTS    = $(addprefix $(objdir)/libwired/,$(notdir $(patsubst %.c,%.o,$(shell find $(abs_top_srcdir)/test/tests -name "*.c")))) 
     22HEADERS                 = $(addprefix $(headerdir)/,$(notdir $(shell find $(abs_top_srcdir)/libwired -name "*.h"))) 
    2323                           
    2424DEFS                    = @DEFS@ 
     
    2828LDFLAGS                 = -L$(rundir)/lib @LDFLAGS@ 
    2929LIBS                    = -lwired @LIBS@ 
    30 INCLUDES                = -I$(top_srcdir) -I$(rundir)/include 
     30INCLUDES                = -I$(abs_top_srcdir) -I$(rundir)/include 
    3131 
    3232COMPILE                 = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) 
     
    4444 
    4545Makefile: Makefile.in config.status 
    46         $(top_srcdir)/config.status 
     46        $(abs_top_srcdir)/config.status 
    4747         
    4848configure: configure.in