2010-05-18 02:18:00 +04:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
|
|
|
|
# Copyright (C) 2007 The Regents of the University of California.
|
|
|
|
# Written by Brian Behlendorf <behlendorf1@llnl.gov>.
|
|
|
|
###############################################################################
|
|
|
|
# Common rules for user space components.
|
|
|
|
###############################################################################
|
|
|
|
|
2010-09-02 23:12:39 +04:00
|
|
|
DEFAULT_INCLUDES = -include ${top_builddir}/spl_config.h
|
2009-02-13 01:45:22 +03:00
|
|
|
|
2010-03-27 01:21:06 +03:00
|
|
|
AM_LIBTOOLFLAGS = --silent
|
2010-07-01 04:05:36 +04:00
|
|
|
AM_CFLAGS = -Wall -Wshadow -Wstrict-prototypes -fno-strict-aliasing
|
|
|
|
AM_CFLAGS += -D__USE_LARGEFILE64 ${DEBUG_CFLAGS}
|