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