[BACK]Return to Makefile.fsu CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / othersrc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /othersrc/Makefile.fsu between version 1.2 and 1.3

version 1.2, 2009/03/24 15:35:23 version 1.3, 2009/11/05 14:39:14
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
 #  #
   
 DPADD+=         ${LIBUTIL}  .include        "../../Makefile.gen"
   
 CPPFLAGS+=      -DUSE_UKFS -I/usr/local/include  CFLAGS+=        -DUSE_UKFS -I${INCSDIR}
   CFLAGS+=        -I../../lib/libfsu_mount -I../../lib/libfsu_utils
   CFLAGS+=        -I../../fsu_compat
   
 LDADD+=         -lutil -L/usr/local/lib -Wl,-R/usr/local/lib \  LDADD+=         -L../../lib/libfsu_mount -lfsu_mount
                 -lukfs -lrump -lrumpuser -lfsu_utils -lfsu_mount -lpthread  LDADD+=         -L../../lib/libfsu_utils -lfsu_utils
   LDADD+=         -L${LIBDIR} -lukfs -lrumpuser
   LDADD+=         -lutil -lpthread
   
 .if exists(/usr/lib/librumpvfs.so)  .if exists(${LIBDIR}/librumpvfs.so) || exists(/usr/lib/librumpvfs.so)
 LDADD+=         -lrumpvfs  LDADD+=         -lrumpvfs
 .endif  .endif
   
   LDADD+=         -lrump
   
   .if ${OSNAME} == "Linux"
   CFLAGS+=        -D'__COPYRIGHT(x)=' -D'__RCSID(x)='
   CFLAGS+=        -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
   .endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>