mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-12-04 15:24:51 +08:00
d38423727c
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@2274 4407c894-4637-0410-b4f5-ada5f102cad1
14 lines
663 B
Makefile
14 lines
663 B
Makefile
bin_PROGRAMS = genidl
|
|
|
|
genidl_SOURCES = \
|
|
src/genidl_cfg.h src/genidl_typinfo.h src/genidl_typeinfo.h src/genidl_readpe.h \
|
|
src/genidl_config.c src/genidl_typinfo.c src/genidl_typeinfo.c src/genidl_readpe.c \
|
|
src/genidl_dumpidl.c src/fsredir.c src/fsredir.h \
|
|
src/genidl.c
|
|
genidl_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
|
|
|
|
#" -Wstrict-aliasing=2 -Wsystem-headers "
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --host=$(host_triplet)
|
|
|