Makefile.am
changeset 2589 2b9c78543663
parent 2054 3417bbc4ad2f
child 2623 ae24ede76e16
equal deleted inserted replaced
2415:af21f0bdc7c9 2589:2b9c78543663
    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 #------------------------------------------------------------------------------
    29 
    29 
    30 ACLOCAL_AMFLAGS = -I m4
    30 ACLOCAL_AMFLAGS = -I m4
    31 
    31 
    32 SUBDIRS = \
    32 SUBDIRS = \
    33     devices \
    33 	include \
    34     include \
    34 	script
    35     master \
    35 
    36     script
    36 if ENABLE_KERNEL
       
    37 SUBDIRS += devices
       
    38 SUBDIRS += master
       
    39 endif
    37 
    40 
    38 if BUILD_TOOL
    41 if BUILD_TOOL
    39 SUBDIRS += tool
    42 SUBDIRS += tool
    40 endif
    43 endif
    41 
    44 
    45 
    48 
    46 if ENABLE_TTY
    49 if ENABLE_TTY
    47 SUBDIRS += tty
    50 SUBDIRS += tty
    48 endif
    51 endif
    49 
    52 
    50 if ENABLE_RTDM
       
    51 SUBDIRS += rtdm
       
    52 endif
       
    53 
       
    54 # userspace example depends on lib/
    53 # userspace example depends on lib/
    55 SUBDIRS += examples
    54 SUBDIRS += examples
    56 
    55 
    57 DIST_SUBDIRS = \
    56 DIST_SUBDIRS = \
    58     devices \
    57 	devices \
    59     examples \
    58 	examples \
    60     include \
    59 	include \
    61     lib \
    60 	lib \
    62     m4 \
    61 	m4 \
    63     master \
    62 	master \
    64     script \
    63 	script \
    65     tool \
    64 	tool \
    66 	rtdm \
       
    67 	tty
    65 	tty
    68 
    66 
    69 noinst_HEADERS = \
    67 noinst_HEADERS = \
    70 	globals.h
    68 	globals.h
    71 
    69