blob: b19946a3671a18bf7f5cc2d49169dccf31cbcd5b [file] [log] [blame]
bin_PROGRAMS = widl
widl_SOURCES = \
src/client.c \
src/expr.c \
src/hash.c \
src/header.c \
src/parser.tab.c \
src/parser.yy.c \
src/port/port.c \
src/proxy.c \
src/register.c \
src/server.c \
src/typegen.c \
src/typelib.c \
src/typetree.c \
src/utils.c \
src/widl.c \
src/write_msft.c \
src/wpp/ppl.yy.c \
src/wpp/ppy.tab.c \
src/wpp/preproc.c \
src/wpp/wpp.c
widl_CFLAGS = -I$(top_srcdir)/include -O3 -g -Wall -Wformat -Wpacked -Wmissing-declarations -Wimplicit-function-declaration -Wmissing-prototypes -Wstrict-aliasing=2
widl_CFLAGS += -DDEFAULT_INCLUDE_DIR=\"$(includedir)/../$(target)/include\"
DISTCHECK_CONFIGURE_FLAGS = --host=$(host_triplet)