]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/liborte/Makefile.omk
OMK updated
[orte.git] / orte / liborte / Makefile.omk
index 0c5e3fe8a41dcfb3c9db921ca9dd1c1f57d345e9..f2508fdd09a59cdc5c89868934734d56fc6c7103 100644 (file)
@@ -6,14 +6,6 @@ lib_LIBRARIES = orte
 
 INCLUDES = -I $(srcdir)/../include
 
-include_HEADERS = \
-../include/orte_config_omk_unix.h \
-../include/orte_api.h \
-../include/typedefs_defines_rtps.h \
-../include/defines_api.h \
-../include/typedefs_api.h \
-../include/protos_api.h
-
 orte_SOURCES = \
 conv.c \
 debug.c \
@@ -69,19 +61,11 @@ default_CONFIG += CONFIG_OC_ETH_ORTE_RTL=n
 
 ifeq ($(CONFIG_OC_ETH_ORTE_RTL),y)
 
-rtlinux_LIBRARIES = ortertl
+rtlinux_LIBRARIES = orte_rt
 
 rtlinux_INCLUDES = -I $(srcdir)/../include
 
-rtlinux_HEADERS = \
-../include/orte_config_omk_rtl.h \
-../include/orte_api.h \
-../include/typedefs_defines_rtps.h \
-../include/defines_api.h \
-../include/typedefs_api.h \
-../include/protos_api.h
-
-ortertl_SOURCES = \
+ortert_SOURCES = \
 conv.c \
 debug.c \
 event.c \
@@ -127,9 +111,9 @@ sock.c \
 ul_gavl.c \
 ul_gavlprim.c
 
-rtlinux_MODULES = orte
+rtlinux_MODULES = orte_rt
 
-orte_SOURCES = $(ortertl_SOURCES)
+orte_rt_SOURCES = $(ortert_SOURCES)
 
 SUBDIRS = rtl