From c53d22c90235600c9518eccc63d2dd1416320044 Mon Sep 17 00:00:00 2001 From: "josh.macdonald" Date: Sat, 16 Jun 2012 14:31:55 +0000 Subject: Updates for iOS build, Automake setup --- xdelta3/Makefile.am | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 xdelta3/Makefile.am (limited to 'xdelta3/Makefile.am') diff --git a/xdelta3/Makefile.am b/xdelta3/Makefile.am new file mode 100644 index 0000000..e3dfbab --- /dev/null +++ b/xdelta3/Makefile.am @@ -0,0 +1,29 @@ +bin_PROGRAMS = xdelta3 +xdelta3_SOURCES = \ + xdelta3-blkcache.h \ + xdelta3-cfgs.h \ + xdelta3-decode.h \ + xdelta3-djw.h \ + xdelta3-fgk.h \ + xdelta3-hash.h \ + xdelta3-list.h \ + xdelta3-main.h \ + xdelta3-merge.h \ + xdelta3-python.h \ + xdelta3-second.h \ + xdelta3-test.h \ + xdelta3.c \ + xdelta3.h + +WFLAGS = -Wall -Wshadow -fno-builtin -Wextra -Wsign-compare \ + -Wextra -Wno-unused-parameter +# -Wconversion +xdelta3_CFLAGS = $(WFLAGS) \ + -DGENERIC_ENCODE_TABLES=0 \ + -DREGRESSION_TEST=1 \ + -DSECONDARY_DJW=1 \ + -DSECONDARY_FGK=1 \ + -DXD3_DEBUG=0 \ + -DXD3_MAIN=1 \ + -DXD3_POSIX=1 \ + -DXD3_USE_LARGEFILE64=1 -- cgit v1.2.3