2010-05-17 15:18:00 -07: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 12:12:39 -07:00
|
|
|
DEFAULT_INCLUDES = -include ${top_builddir}/spl_config.h
|
2009-02-12 14:45:22 -08:00
|
|
|
|
2010-03-26 15:21:06 -07:00
|
|
|
AM_LIBTOOLFLAGS = --silent
|
2013-03-30 03:30:25 +01:00
|
|
|
AM_CPPFLAGS = -D__USE_LARGEFILE64
|
2010-06-30 17:05:36 -07:00
|
|
|
AM_CFLAGS = -Wall -Wshadow -Wstrict-prototypes -fno-strict-aliasing
|
2013-03-30 03:30:25 +01:00
|
|
|
AM_CFLAGS += ${DEBUG_CFLAGS}
|