Added the float type.
[portablexdr.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 nobase_include_HEADERS = rpc/rpc.h rpc/types.h rpc/xdr.h
4
5 lib_LTLIBRARIES = libportablexdr.la
6 libportablexdr_la_SOURCES = xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c \
7         xdr.c xdr_intXX_t.c xdr_rec.c xdr_stdio.c \
8         byteswap.h \
9         rpc/rpc.h rpc/types.h rpc/xdr.h
10 libportablexdr_la_CFLAGS = -Wall -Werror -fno-strict-aliasing
11 libportablexdr_la_LDFLAGS = @MINGW_EXTRA_LDFLAGS@
12
13 # Replacement 'rpcgen'.  Don't call it 'rpcgen' however so that
14 # we can avoid conflicting with the system rpcgen.
15 BUILT_SOURCES = rpcgen_parse.h
16 AM_YFLAGS = -d
17 bin_PROGRAMS = portable-rpcgen
18 portable_rpcgen_SOURCES = rpcgen_parse.y rpcgen_scan.l \
19         rpcgen_int.h rpcgen_main.c rpcgen_ast.c rpcgen_codegen.c
20 portable_rpcgen_CFLAGS = -Wall
21 #portable_rpcgen_CFLAGS += -DYYDEBUG