Build system update

- Added default build flags:
  -Wall -Wstrict-prototypes -Werror -Wshadow
- Added missing Makefile's for include/ subdirectories.
This commit is contained in:
Brian Behlendorf
2009-02-12 14:45:22 -08:00
parent 37db7d8cf9
commit f6c5d4ff88
32 changed files with 3613 additions and 76 deletions
+4
View File
@@ -0,0 +1,4 @@
DEFAULT_INCLUDES = -I${top_srcdir}
AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wshadow
AM_CFLAGS += -D__USE_LARGEFILE64