- update source.
[platform/framework/web/crosswalk.git] / src / native_client / tests / spec2k / 164.gzip / Makefile
1 # Note: src/getopt.c has been removed from the list because it doesn't
2 # link properly with emcc, and doesn't actually seem to be necessary
3 # for any other compilers.
4 SRC=\
5 src/bits.c \
6 src/deflate.c \
7 src/gzip.c \
8 src/inflate.c \
9 src/lzw.c \
10 src/spec.c \
11 src/trees.c \
12 src/unlzh.c \
13 src/unlzw.c \
14 src/unpack.c \
15 src/unzip.c \
16 src/util.c \
17 src/zip.c
18
19 IT=gzip
20
21 CFLAGS_EXTRA = -DSPEC_CPU2000
22 EMCCFLAGS_EXTRA_TRAIN = --preload-file data/train/input
23 EMCCFLAGS_EXTRA_REF = --preload-file data/ref/input
24 include ../Makefile.common
25