NightStrike | ce40cdd | 2010-02-26 14:22:07 +0000 | [diff] [blame] | 1 | bin_PROGRAMS = genidl |
| 2 | |
| 3 | genidl_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 Yong | d384237 | 2010-05-01 12:45:00 +0000 | [diff] [blame] | 6 | src/genidl_dumpidl.c src/fsredir.c src/fsredir.h \ |
NightStrike | ce40cdd | 2010-02-26 14:22:07 +0000 | [diff] [blame] | 7 | src/genidl.c |
| 8 | 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 |
| 9 | |
| 10 | #" -Wstrict-aliasing=2 -Wsystem-headers " |
| 11 | |
| 12 | DISTCHECK_CONFIGURE_FLAGS = --host=$(host_triplet) |
| 13 | |