SUBDIRS = ulut fosa forb-idl tests-idl tests lib_LIBRARIES = forb forb_SOURCES = forb.c cdr.c sha1.c uuid.c iop.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) \ $(call to_forb_subdir, conn.h) renamed_include_GEN_HEADERS = \ $(call to_forb_subdir,forb-idl.h) default_CONFIG = CONFIG_FORB_PROTO_UNIX=y config_include_HEADERS = forb_config.h forb_config_DEFINES = CONFIG_FORB_PROTO_UNIX