Start fixing up the build system

This commit is contained in:
Matthew Brush
2013-03-04 01:57:54 -08:00
parent bd619f4226
commit 1a19591a67
7 changed files with 4876 additions and 1520 deletions

View File

@@ -2,9 +2,9 @@ noinst_PROGRAMS = hash_usage large_hash strings conf_example conf_example2 opt_e
LDADD = -L$(top_srcdir)/src -lcfu
if DEBUG
AM_CFLAGS = -Wall -W -Werror -I$(top_srcdir)/include -DCFU_DEBUG=1
AM_CFLAGS = -I$(top_srcdir)/include -DCFU_DEBUG=1
else
AM_CFLAGS = -Wall -W -Werror -I$(top_srcdir)/include
AM_CFLAGS = -I$(top_srcdir)/include
endif
AM_LDFLAGS = -Xlinker -rpath -Xlinker $(top_src_dir)/src