SUBDIRS = ulut fosa forb-idl tests-idl tests lib_LIBRARIES = forb forb_SOURCES = forb.c cdr.c sha1.c uuid.c iop.c proto.c forb_CLIENT_IDL = forb-idl.idl to_forb_subdir=$(1)->forb/$(strip $(1)) ifeq ($(CONFIG_FORB_PROTO_UNIX),y) forb_SOURCES += proto_unix.c renamed_include_HEADERS += $(call to_forb_subdir, proto_unix.h) endif renamed_include_HEADERS += \ $(call to_forb_subdir, forb.h) \ $(call to_forb_subdir, forb-internal.h) \ $(call to_forb_subdir, basic_types.h) \ $(call to_forb_subdir, cdr.h) \ $(call to_forb_subdir, iop.h) \ $(call to_forb_subdir, uuid.h) \ $(call to_forb_subdir, proto.h) renamed_include_GEN_HEADERS = \ $(call to_forb_subdir,forb-idl.h) default_CONFIG = CONFIG_FORB_PROTO_UNIX=y \ CONFIG_FORB_RECV_BUF_SIZE=4096 config_include_HEADERS = forb/config.h config_DEFINES = CONFIG_FORB_PROTO_UNIX \ CONFIG_FORB_RECV_BUF_SIZE