examples/Makefile.am
branchstable-1.5
changeset 2433 3bdd7a747fae
parent 2421 bc2d4bf9cbe5
child 2447 e93efb4af231
equal deleted inserted replaced
2432:f4313f5aba88 2433:3bdd7a747fae
     1 #------------------------------------------------------------------------------
     1 #------------------------------------------------------------------------------
     2 #
     2 #
     3 #  $Id$
     3 #  $Id$
     4 #
     4 #
     5 #  Copyright (C) 2006-2008  Florian Pose, Ingenieurgemeinschaft IgH
     5 #  Copyright (C) 2006-2012  Florian Pose, Ingenieurgemeinschaft IgH
     6 #
     6 #
     7 #  This file is part of the IgH EtherCAT Master.
     7 #  This file is part of the IgH EtherCAT Master.
     8 #
     8 #
     9 #  The IgH EtherCAT Master is free software; you can redistribute it and/or
     9 #  The IgH EtherCAT Master is free software; you can redistribute it and/or
    10 #  modify it under the terms of the GNU General Public License version 2, as
    10 #  modify it under the terms of the GNU General Public License version 2, as
    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 \
       
    61 	rtai_rtdm \
    48 	tty \
    62 	tty \
    49 	user
    63 	user \
       
    64 	xenomai \
       
    65 	xenomai_posix
    50 
    66 
    51 EXTRA_DIST = \
    67 EXTRA_DIST = \
    52 	Kbuild.in
    68 	Kbuild.in
    53 
    69 
    54 BUILT_SOURCES = \
    70 BUILT_SOURCES = \