ha@386: #------------------------------------------------------------------------------ ha@386: # ha@386: # Makefile.am ha@386: # ha@386: # IgH EtherCAT master ha@386: # fp@387: # $Id$ ha@386: # fp@1326: # Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH ha@386: # ha@386: # This file is part of the IgH EtherCAT Master. ha@386: # 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. ha@386: # 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. ha@386: # 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 ha@386: # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ha@386: # fp@1363: # --- fp@2309: # fp@2309: # The license mentioned above concerns the source code only. Using the fp@2309: # EtherCAT technology and brand is only permitted in compliance with the fp@2309: # industrial property and similar rights of Beckhoff Automation GmbH. ha@386: # ha@386: #------------------------------------------------------------------------------ ha@386: fp@563: SUBDIRS = init.d sysconfig ha@386: fp@2309: sbin_SCRIPTS = ethercatctl fp@2309: fp@2309: systemddir = $(libdir)/systemd/system fp@2309: systemd_DATA = ethercat.service fp@2309: fp@2347: dist_sysconf_DATA = ethercat.conf fp@2309: fp@2309: EXTRA_DIST = \ fp@2309: ethercatctl.in \ fp@2309: ethercat.service.in \ fp@2309: ifup-eoe.sh fp@2309: fp@2309: BUILT_SOURCES = \ fp@2309: ethercatctl \ fp@2309: ethercat.service ha@386: ha@386: #------------------------------------------------------------------------------