fp@2433: #------------------------------------------------------------------------------ fp@2433: # fp@2433: # $Id$ fp@2433: # fp@2433: # Copyright (C) 2006-2012 Florian Pose, Ingenieurgemeinschaft IgH fp@2433: # fp@2433: # This file is part of the IgH EtherCAT Master. fp@2433: # fp@2433: # The IgH EtherCAT Master is free software; you can redistribute it and/or fp@2433: # modify it under the terms of the GNU General Public License version 2, as fp@2433: # published by the Free Software Foundation. fp@2433: # fp@2433: # The IgH EtherCAT Master is distributed in the hope that it will be useful, fp@2433: # but WITHOUT ANY WARRANTY; without even the implied warranty of fp@2433: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General fp@2433: # Public License for more details. fp@2433: # fp@2433: # You should have received a copy of the GNU General Public License along with fp@2433: # the IgH EtherCAT Master; if not, write to the Free Software Foundation, fp@2433: # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA fp@2433: # fp@2433: # --- fp@2433: # fp@2433: # The license mentioned above concerns the source code only. Using the fp@2433: # EtherCAT technology and brand is only permitted in compliance with the fp@2433: # industrial property and similar rights of Beckhoff Automation GmbH. fp@2433: # fp@2433: #------------------------------------------------------------------------------ fp@2433: fp@2433: noinst_PROGRAMS = ec_xenomai_posix_example fp@2433: fp@2433: ec_xenomai_posix_example_SOURCES = main.c fp@2433: fp@2433: ec_xenomai_posix_example_CFLAGS = \ fp@2433: -Wall \ fp@2433: -I$(top_srcdir)/include \ edouard@2702: $(XENOMAI_POSIX_CFLAGS) fp@2433: fp@2433: ec_xenomai_posix_example_LDFLAGS = \ fp@2433: -L$(top_builddir)/lib/.libs -lethercat_rtdm \ edouard@2702: $(XENOMAI_POSIX_LDFLAGS) fp@2433: fp@2433: #------------------------------------------------------------------------------