]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/Makefile.omk
3e1195701e5340383056c6dc4aa330608e5331e0
[orte.git] / orte / include / Makefile.omk
1 ORTE_ENABLE=n
2 ifeq ($(CONFIG_OC_ETH_ORTE),y)
3   ORTE_ENABLE=y
4 endif
5 ifeq ($(CONFIG_OC_ETH_ORTE_SOLIB),y)
6   ORTE_ENABLE=y
7 endif
8
9 ifeq ($(ORTE_ENABLE),y)
10 ifeq ($(TARGET_OS),linux)
11 renamed_include_HEADERS = \
12 orte/orte_config_omk_linux.h->orte/orte_config.h
13 endif
14
15 ifeq ($(TARGET_OS),win32)
16 renamed_include_HEADERS = \
17 orte/orte_config_omk_win32.h->orte/orte_config.h
18 endif
19
20 nobase_include_HEADERS = \
21 orte.h \
22 orte/cdr.h \
23 orte/basic_types.h \
24 orte/typedefs_defines_rtps.h \
25 orte/defines_api.h \
26 orte/typedefs_api.h \
27 orte/protos_api.h
28
29 endif #ORTE_ENABLE
30
31 #############################################################################
32 # RT-Linux version of build
33
34 ifeq ($(CONFIG_OC_ETH_ORTE_RTL),y)
35
36 ifeq ($(CONFIG_OC_ONETD),y)
37 renamed_rtlinux_HEADERS = \
38 orte/orte_config_omk_rtl_onetd.h->orte/orte_config.h
39 endif #CONFIG_OC_ONETD
40
41 nobase_rtlinux_HEADERS = \
42 orte.h \
43 orte/cdr.h \
44 orte/basic_types.h \
45 orte/typedefs_defines_rtps.h \
46 orte/defines_api.h \
47 orte/typedefs_api.h \
48 orte/protos_api.h
49
50 endif #CONFIG_OC_ETH_ORTE_RTL