examples/Makefile.am
changeset 2589 2b9c78543663
parent 2058 543c4ce9e86e
equal deleted inserted replaced
2415:af21f0bdc7c9 2589:2b9c78543663
     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
    18 #  You should have received a copy of the GNU General Public License along
    18 #  You should have received a copy of the GNU General Public License along
    19 #  with the IgH EtherCAT Master; if not, write to the Free Software
    19 #  with the IgH EtherCAT Master; if not, write to the Free Software
    20 #  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    20 #  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    21 #
    21 #
    22 #  ---
    22 #  ---
    23 #  
    23 #
    24 #  The license mentioned above concerns the source code only. Using the
    24 #  The license mentioned above concerns the source code only. Using the
    25 #  EtherCAT technology and brand is only permitted in compliance with the
    25 #  EtherCAT technology and brand is only permitted in compliance with the
    26 #  industrial property and similar rights of Beckhoff Automation GmbH.
    26 #  industrial property and similar rights of Beckhoff Automation GmbH.
    27 #
    27 #
    28 #------------------------------------------------------------------------------
    28 #------------------------------------------------------------------------------
    42 
    42 
    43 if ENABLE_RTDM
    43 if ENABLE_RTDM
    44 if ENABLE_XENOMAI
    44 if ENABLE_XENOMAI
    45 SUBDIRS += \
    45 SUBDIRS += \
    46 	xenomai \
    46 	xenomai \
    47 	xenomai_posix 
    47 	xenomai_posix
    48 endif
    48 endif
    49 
    49 
    50 if ENABLE_RTAI
    50 if ENABLE_RTAI
    51 SUBDIRS += \
    51 SUBDIRS += \
    52 	rtai_rtdm
    52 	rtai_rtdm \
       
    53 	rtai_rtdm_dc
    53 endif
    54 endif
    54 endif
    55 endif
    55 
    56 
    56 DIST_SUBDIRS = \
    57 DIST_SUBDIRS = \
    57 	dc_rtai \
    58 	dc_rtai \
    58 	dc_user \
    59 	dc_user \
    59 	mini \
    60 	mini \
    60 	rtai \
    61 	rtai \
       
    62 	rtai_rtdm \
       
    63 	rtai_rtdm_dc \
    61 	tty \
    64 	tty \
       
    65 	user \
    62 	xenomai \
    66 	xenomai \
    63 	xenomai_posix \
    67 	xenomai_posix
    64 	rtai_rtdm \
       
    65 	user
       
    66 
    68 
    67 EXTRA_DIST = \
    69 EXTRA_DIST = \
    68 	Kbuild.in
    70 	Kbuild.in
    69 
    71 
    70 BUILT_SOURCES = \
    72 BUILT_SOURCES = \