]> rtime.felk.cvut.cz Git - frescor/forb.git/blobdiff - Makefile.omk
forb: End of header index removed from stub.
[frescor/forb.git] / Makefile.omk
index 263a76c5e7e9a70a4753d1191bdf92416774fd26..e34fb4abe1246d798bfc610d51992d380c343ce2 100644 (file)
@@ -1,37 +1,2 @@
-SUBDIRS = tests-idl tests
+SUBDIRS = tests-idl src
 EXTRA_RULES_SUBDIRS = forb-idl
-
-IDL_COMPILER += --pidl
-
-lib_LIBRARIES += forb
-forb_SOURCES = forb.c cdr.c sha1.c uuid.c iop.c proto.c syncobj.c request.c
-forb_CLIENT_IDL = types.idl iop-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, syncobj.h) \
-       $(call to_forb_subdir, request.h) \
-       $(call to_forb_subdir, proto.h)
-
-renamed_include_GEN_HEADERS = \
-       $(call to_forb_subdir,iop-idl.h) \
-       $(call to_forb_subdir,types.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