blob: b7c77dc383115a9784151c830f05de7d3cc9930a [file] [log] [blame]
NightStrikece40cdd2010-02-26 14:22:07 +00001bin_PROGRAMS = genidl
2
3genidl_SOURCES = \
4 src/genidl_cfg.h src/genidl_typinfo.h src/genidl_typeinfo.h src/genidl_readpe.h \
5 src/genidl_config.c src/genidl_typinfo.c src/genidl_typeinfo.c src/genidl_readpe.c \
Jonathan Yongd3842372010-05-01 12:45:00 +00006 src/genidl_dumpidl.c src/fsredir.c src/fsredir.h \
NightStrikece40cdd2010-02-26 14:22:07 +00007 src/genidl.c
8genidl_CFLAGS = -O3 -g -std=gnu99 -Wall -Wextra -Wshadow -Wformat -Wpacked -Wredundant-decls -Winline -pedantic -Wno-pedantic-ms-format -Wmissing-declarations -Wredundant-decls -Wimplicit-function-declaration -Wmissing-noreturn -Wmissing-prototypes -Wstrict-aliasing=2
9
10#" -Wstrict-aliasing=2 -Wsystem-headers "
11
12DISTCHECK_CONFIGURE_FLAGS = --host=$(host_triplet)
13