examples/Makefile.am
changeset 2058 543c4ce9e86e
parent 2056 a92e8f119723
child 2589 2b9c78543663
equal deleted inserted replaced
2057:23fca60b7ca2 2058:543c4ce9e86e
    39 SUBDIRS += \
    39 SUBDIRS += \
    40 	tty
    40 	tty
    41 endif
    41 endif
    42 
    42 
    43 if ENABLE_RTDM
    43 if ENABLE_RTDM
       
    44 if ENABLE_XENOMAI
    44 SUBDIRS += \
    45 SUBDIRS += \
    45 	xenomai \
    46 	xenomai \
    46 	xenomai_posix
    47 	xenomai_posix 
       
    48 endif
       
    49 
       
    50 if ENABLE_RTAI
       
    51 SUBDIRS += \
       
    52 	rtai_rtdm
       
    53 endif
    47 endif
    54 endif
    48 
    55 
    49 DIST_SUBDIRS = \
    56 DIST_SUBDIRS = \
    50 	dc_rtai \
    57 	dc_rtai \
    51 	dc_user \
    58 	dc_user \
    52 	mini \
    59 	mini \
    53 	rtai \
    60 	rtai \
    54 	tty \
    61 	tty \
    55 	xenomai \
    62 	xenomai \
    56 	xenomai_posix \
    63 	xenomai_posix \
       
    64 	rtai_rtdm \
    57 	user
    65 	user
    58 
    66 
    59 EXTRA_DIST = \
    67 EXTRA_DIST = \
    60 	Kbuild.in
    68 	Kbuild.in
    61 
    69