f660e3460a
All of the files from the tarball downloaded from SourceForge are being checked in so there's a record of the changes made compared to it (since I can't find the libcfu source repository). The generated files will be removed in the following commit.
12 lines
322 B
Makefile
12 lines
322 B
Makefile
noinst_PROGRAMS = hash_usage large_hash strings conf_example conf_example2 opt_example
|
|
LDADD = -L$(top_srcdir)/src -lcfu
|
|
|
|
if DEBUG
|
|
AM_CFLAGS = -Wall -W -Werror -I$(top_srcdir)/include -DCFU_DEBUG=1
|
|
else
|
|
AM_CFLAGS = -Wall -W -Werror -I$(top_srcdir)/include
|
|
endif
|
|
|
|
AM_LDFLAGS = -Xlinker -rpath -Xlinker $(top_src_dir)/src
|
|
|