fp@922: #------------------------------------------------------------------------------ fp@922: # fp@922: # $Id$ fp@922: # fp@922: # Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH fp@922: # fp@922: # This file is part of the IgH EtherCAT Master. fp@922: # fp@922: # The IgH EtherCAT Master is free software; you can redistribute it fp@922: # and/or modify it under the terms of the GNU General Public License fp@922: # as published by the Free Software Foundation; either version 2 of the fp@922: # License, or (at your option) any later version. fp@922: # fp@922: # The IgH EtherCAT Master is distributed in the hope that it will be fp@922: # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of fp@922: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the fp@922: # GNU General Public License for more details. fp@922: # fp@922: # You should have received a copy of the GNU General Public License fp@922: # along with the IgH EtherCAT Master; if not, write to the Free Software fp@922: # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA fp@922: # fp@922: # The right to use EtherCAT Technology is granted and comes free of fp@922: # charge under condition of compatibility of product made by fp@922: # Licensee. People intending to distribute/sell products based on the fp@922: # code, have to sign an agreement to guarantee that products using fp@922: # software based on IgH EtherCAT master stay compatible with the actual fp@922: # EtherCAT specification (which are released themselves as an open fp@922: # standard) as the (only) precondition to have the right to use EtherCAT fp@922: # Technology, IP and trade marks. fp@922: # fp@922: #------------------------------------------------------------------------------ fp@922: fp@922: bin_PROGRAMS = ethercat fp@922: fp@922: ethercat_SOURCES = \ fp@1122: MasterDevice.cpp MasterDevice.h \ fp@1126: coe_datatypes.cpp \ fp@1126: sii_crc.cpp \ fp@1122: cmd_alias.cpp \ fp@1122: cmd_config.cpp \ fp@1126: cmd_data.cpp \ fp@1126: cmd_debug.cpp \ fp@1126: cmd_domain.cpp \ fp@1126: cmd_master.cpp \ fp@1126: cmd_pdos.cpp \ fp@1126: cmd_sdos.cpp \ fp@1134: cmd_download.cpp \ fp@1134: cmd_upload.cpp \ fp@1126: cmd_slaves.cpp \ fp@1126: cmd_sii_read.cpp \ fp@1126: cmd_sii_write.cpp \ fp@1126: cmd_states.cpp \ fp@1126: cmd_xml.cpp \ fp@922: main.cpp fp@922: fp@1099: ethercat_CXXFLAGS = -I../master -Wall fp@922: fp@922: #------------------------------------------------------------------------------