Changeset 692

Show
Ignore:
Timestamp:
10/27/09 16:42:05 (4 weeks ago)
Author:
robl
Message:

fix up makefile for vpath builds

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/test/C/Makefile.in

    r678 r692  
     1srcdir          = @srcdir@ 
     2VPATH           = @srcdir@ 
    13CC = @MPICC@ 
    24 
     
    68        $(CC) -o pres_temp_4D_wr pres_temp_4D_wr.o -L../../src/lib -L../common -lpnetcdf -ltestutils    
    79pres_temp_4D_wr.o: pres_temp_4D_wr.c  
    8         $(CC) -c -g -O2 -I./../../src/lib -I. pres_temp_4D_wr.c 
     10        $(CC) -c -g -O2 -I$(srcdir)/../../src/lib -I. $(srcdir)/pres_temp_4D_wr.c 
    911 
    1012