X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/forb.git/blobdiff_plain/236279bb4d3c510fd79f030e82adafd3a976d576..6cab615cbf872ea1207847511eb1eb957cb4b212:/Makefile.omk diff --git a/Makefile.omk b/Makefile.omk index a8282f6..e34fb4a 100644 --- a/Makefile.omk +++ b/Makefile.omk @@ -1,15 +1,2 @@ -SUBDIRS = ulut fosa forb-idl tests-idl tests - -lib_LIBRARIES = forb -forb_SOURCES = forb.c cdr.c sha1.c uuid.c -forb_CLIENT_IDL = forb-idl.idl - -to_forb_subdir=$(1)->forb/$(1) -renamed_include_HEADERS = \ - $(call to_forb_subdir,forb.h) \ - $(call to_forb_subdir,basic_types.h) \ - $(call to_forb_subdir,cdr.h) \ - $(call to_forb_subdir,uuid.h) - -renamed_include_GEN_HEADERS = \ - $(call to_forb_subdir,forb-idl.h) +SUBDIRS = tests-idl src +EXTRA_RULES_SUBDIRS = forb-idl