]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/Makefile.omk
changed name to Open Real-time Ethernet, some source header arranging
[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),win32)
11 renamed_include_HEADERS = \
12 orte/orte_config_omk_win32.h->orte/orte_config.h
13 else
14 renamed_include_HEADERS = \
15 orte/orte_config_omk_linux.h->orte/orte_config.h
16 endif
17
18 nobase_include_HEADERS = \
19 orte.h \
20 orte/cdr.h \
21 orte/basic_types.h \
22 orte/typedefs_defines_rtps.h \
23 orte/defines_api.h \
24 orte/typedefs_api.h \
25 orte/protos_api.h
26
27 endif #ORTE_ENABLE
28
29 #############################################################################
30 # RT-Linux version of build
31
32 ifeq ($(CONFIG_OC_ETH_ORTE_RTL),y)
33
34 ifeq ($(CONFIG_OC_ONETD),y)
35 renamed_rtlinux_HEADERS = \
36 orte/orte_config_omk_rtl_onetd.h->orte/orte_config.h
37 endif #CONFIG_OC_ONETD
38
39 nobase_rtlinux_HEADERS = \
40 orte.h \
41 orte/cdr.h \
42 orte/basic_types.h \
43 orte/typedefs_defines_rtps.h \
44 orte/defines_api.h \
45 orte/typedefs_api.h \
46 orte/protos_api.h
47
48 endif #CONFIG_OC_ETH_ORTE_RTL