]> git.proxmox.com Git - mirror_spl-debian.git/blob - config/Rules.am
dch: close a bug and refresh timestamp.
[mirror_spl-debian.git] / config / Rules.am
1 ###############################################################################
2 # Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC.
3 # Copyright (C) 2007 The Regents of the University of California.
4 # Written by Brian Behlendorf <behlendorf1@llnl.gov>.
5 ###############################################################################
6 # Common rules for user space components.
7 ###############################################################################
8
9 DEFAULT_INCLUDES = -include ${top_builddir}/spl_config.h
10
11 AM_LIBTOOLFLAGS = --silent
12 AM_CPPFLAGS = -D__USE_LARGEFILE64
13 AM_CFLAGS = -Wall -Wshadow -Wstrict-prototypes -fno-strict-aliasing
14 AM_CFLAGS += ${DEBUG_CFLAGS}