ha@386: #------------------------------------------------------------------------------ ha@386: # ha@386: # Makefile.am ha@386: # ha@386: # IgH EtherCAT master ha@386: # fp@387: # $Id$ ha@386: # ha@386: # Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH ha@386: # ha@386: # This file is part of the IgH EtherCAT Master. ha@386: # ha@386: # The IgH EtherCAT Master is free software; you can redistribute it ha@386: # and/or modify it under the terms of the GNU General Public License ha@386: # as published by the Free Software Foundation; either version 2 of the ha@386: # License, or (at your option) any later version. ha@386: # ha@386: # The IgH EtherCAT Master is distributed in the hope that it will be ha@386: # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of ha@386: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ha@386: # GNU General Public License for more details. ha@386: # ha@386: # You should have received a copy of the GNU General Public License ha@386: # along 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: # ha@386: # The right to use EtherCAT Technology is granted and comes free of ha@386: # charge under condition of compatibility of product made by ha@386: # Licensee. People intending to distribute/sell products based on the ha@386: # code, have to sign an agreement to guarantee that products using ha@386: # software based on IgH EtherCAT master stay compatible with the actual ha@386: # EtherCAT specification (which are released themselves as an open ha@386: # standard) as the (only) precondition to have the right to use EtherCAT ha@386: # Technology, IP and trade marks. ha@386: # ha@386: #------------------------------------------------------------------------------ ha@386: ha@386: initdir = $(sysconfdir)/init.d ha@386: sysdir = $(sysconfdir)/sysconfig ha@386: ha@386: bin_SCRIPTS = lsec ha@386: init_SCRIPTS = ethercat ha@386: sys_DATA = sysconfig ha@386: fp@387: EXTRA_DIST = lsec.pl ethercat.sh sysconfig fp@387: ha@386: lsec: lsec.pl ha@386: cp $(srcdir)/lsec.pl lsec ha@386: ha@386: ethercat: ethercat.sh ha@386: cp $(srcdir)/ethercat.sh ethercat ha@386: ha@386: #------------------------------------------------------------------------------