master/Makefile.am
changeset 2589 2b9c78543663
parent 1877 7b77000f9764
child 2597 0e145bb05859
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 #------------------------------------------------------------------------------
    29 
    29 
    30 # using HEADERS to enable tags target
    30 # using HEADERS to enable tags target
    31 noinst_HEADERS = \
    31 noinst_HEADERS = \
    32 	cdev.c cdev.h \
    32 	cdev.c cdev.h \
       
    33 	coe_emerg_ring.c coe_emerg_ring.h \
    33 	datagram.c datagram.h \
    34 	datagram.c datagram.h \
    34 	debug.c	debug.h \
    35 	datagram_pair.c datagram_pair.h \
       
    36 	debug.c debug.h \
    35 	device.c device.h \
    37 	device.c device.h \
    36 	domain.c domain.h \
    38 	domain.c domain.h \
    37 	doxygen.c \
    39 	doxygen.c \
    38 	ethernet.c ethernet.h \
    40 	ethernet.c ethernet.h \
    39 	fmmu_config.c fmmu_config.h \
    41 	fmmu_config.c fmmu_config.h \
    49 	fsm_slave.c fsm_slave.h \
    51 	fsm_slave.c fsm_slave.h \
    50 	fsm_slave_config.c fsm_slave_config.h \
    52 	fsm_slave_config.c fsm_slave_config.h \
    51 	fsm_slave_scan.c fsm_slave_scan.h \
    53 	fsm_slave_scan.c fsm_slave_scan.h \
    52 	fsm_soe.c fsm_soe.h \
    54 	fsm_soe.c fsm_soe.h \
    53 	globals.h \
    55 	globals.h \
    54 	ioctl.h \
    56 	ioctl.c ioctl.h \
    55 	mailbox.c mailbox.h \
    57 	mailbox.c mailbox.h \
    56 	master.c master.h \
    58 	master.c master.h \
    57 	module.c \
    59 	module.c \
    58 	pdo.c pdo.h \
    60 	pdo.c pdo.h \
    59 	pdo_entry.c pdo_entry.h \
    61 	pdo_entry.c pdo_entry.h \
    60 	pdo_list.c pdo_list.h \
    62 	pdo_list.c pdo_list.h \
       
    63 	reg_request.c reg_request.h \
       
    64 	rtdm-ioctl.c \
       
    65 	rtdm.c rtdm.h \
    61 	sdo.c sdo.h \
    66 	sdo.c sdo.h \
    62 	sdo_entry.c sdo_entry.h \
    67 	sdo_entry.c sdo_entry.h \
    63 	sdo_request.c sdo_request.h \
    68 	sdo_request.c sdo_request.h \
    64 	slave.c slave.h \
    69 	slave.c slave.h \
    65 	slave_config.c slave_config.h \
    70 	slave_config.c slave_config.h \