fp@364: #------------------------------------------------------------------------------ fp@364: # fp@768: # $Id$ fp@364: # fp@2433: # Copyright (C) 2006-2012 Florian Pose, Ingenieurgemeinschaft IgH fp@364: # fp@364: # This file is part of the IgH EtherCAT Master. fp@364: # fp@1326: # The IgH EtherCAT Master is free software; you can redistribute it and/or fp@1326: # modify it under the terms of the GNU General Public License version 2, as fp@1326: # published by the Free Software Foundation. fp@364: # fp@1326: # The IgH EtherCAT Master is distributed in the hope that it will be useful, fp@1326: # but WITHOUT ANY WARRANTY; without even the implied warranty of fp@1326: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General fp@1326: # Public License for more details. fp@364: # fp@1326: # You should have received a copy of the GNU General Public License along fp@1326: # with the IgH EtherCAT Master; if not, write to the Free Software fp@364: # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA fp@364: # fp@1363: # --- fp@2421: # fp@1363: # The license mentioned above concerns the source code only. Using the fp@1363: # EtherCAT technology and brand is only permitted in compliance with the fp@1326: # industrial property and similar rights of Beckhoff Automation GmbH. fp@364: # fp@364: #------------------------------------------------------------------------------ fp@364: fp@1286: # using HEADERS to enable tags target fp@1207: noinst_HEADERS = \ fp@922: cdev.c cdev.h \ fp@2438: coe_emerg_ring.c coe_emerg_ring.h \ fp@364: datagram.c datagram.h \ fp@2269: datagram_pair.c datagram_pair.h \ fp@2433: debug.c debug.h \ fp@364: device.c device.h \ fp@364: domain.c domain.h \ fp@364: doxygen.c \ fp@364: ethernet.c ethernet.h \ fp@847: fmmu_config.c fmmu_config.h \ fp@1335: foe.h \ fp@1346: foe_request.c foe_request.h \ fp@434: fsm_change.c fsm_change.h \ fp@436: fsm_coe.c fsm_coe.h \ fp@1346: fsm_foe.c fsm_foe.h \ fp@847: fsm_master.c fsm_master.h \ fp@1174: fsm_pdo.c fsm_pdo.h \ fp@1174: fsm_pdo_entry.c fsm_pdo_entry.h \ fp@847: fsm_sii.c fsm_sii.h \ fp@1831: fsm_slave.c fsm_slave.h \ fp@847: fsm_slave_config.c fsm_slave_config.h \ fp@830: fsm_slave_scan.c fsm_slave_scan.h \ fp@1831: fsm_soe.c fsm_soe.h \ fp@364: globals.h \ fp@2433: ioctl.c ioctl.h \ fp@364: mailbox.c mailbox.h \ fp@364: master.c master.h \ fp@364: module.c \ fp@847: pdo.c pdo.h \ fp@933: pdo_entry.c pdo_entry.h \ fp@879: pdo_list.c pdo_list.h \ fp@2443: reg_request.c reg_request.h \ fp@2433: rtdm-ioctl.c \ fp@2433: rtdm.c rtdm.h \ fp@847: sdo.c sdo.h \ fp@847: sdo_entry.c sdo_entry.h \ fp@847: sdo_request.c sdo_request.h \ fp@364: slave.c slave.h \ fp@792: slave_config.c slave_config.h \ fp@1877: soe_errors.c \ fp@1831: soe_request.c soe_request.h \ fp@1055: sync.c sync.h \ fp@1209: sync_config.c sync_config.h \ fp@1209: voe_handler.c voe_handler.h fp@364: fp@1286: EXTRA_DIST = \ fp@1286: Kbuild.in fp@1286: fp@1074: BUILT_SOURCES = \ fp@1074: Kbuild fp@1074: fp@485: modules: fp@1453: $(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" modules fp@485: fp@485: modules_install: fp@1824: $(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" \ edouard@2701: $(INSTALL_MOD_PATH_DEFS) modules_install fp@364: fp@364: clean-local: fp@387: $(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" clean fp@364: fp@364: #------------------------------------------------------------------------------