ab@2054: #------------------------------------------------------------------------------ ab@2054: # ab@2054: # $Id$ ab@2054: # ab@2054: # Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH ab@2054: # ab@2054: # This file is part of the IgH EtherCAT Master. ab@2054: # ab@2054: # The IgH EtherCAT Master is free software; you can redistribute it and/or ab@2054: # modify it under the terms of the GNU General Public License version 2, as ab@2054: # published by the Free Software Foundation. ab@2054: # ab@2054: # The IgH EtherCAT Master is distributed in the hope that it will be useful, ab@2054: # but WITHOUT ANY WARRANTY; without even the implied warranty of ab@2054: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General ab@2054: # Public License for more details. ab@2054: # ab@2054: # You should have received a copy of the GNU General Public License along ab@2054: # with the IgH EtherCAT Master; if not, write to the Free Software ab@2054: # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ab@2054: # ab@2054: # --- ab@2054: # ab@2054: # The license mentioned above concerns the source code only. Using the ab@2054: # EtherCAT technology and brand is only permitted in compliance with the ab@2054: # industrial property and similar rights of Beckhoff Automation GmbH. ab@2054: # ab@2054: #------------------------------------------------------------------------------ ab@2054: ab@2054: ab@2054: # using HEADERS to enable tags target ab@2054: noinst_HEADERS = \ ab@2054: module.c ab@2054: ab@2054: EXTRA_DIST = \ ab@2054: Kbuild.in ab@2054: ab@2054: BUILT_SOURCES = \ ab@2054: Kbuild ab@2054: ab@2054: modules: ab@2054: $(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" modules ab@2054: ab@2054: modules_install: ab@2054: $(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" \ ab@2054: INSTALL_MOD_DIR="$(INSTALL_MOD_DIR)" modules_install ab@2054: ab@2054: clean-local: ab@2054: $(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" clean ab@2054: ab@2054: #------------------------------------------------------------------------------