devices/Makefile.am
author Florian Pose <fp@igh-essen.com>
Mon, 29 Dec 2008 14:10:27 +0000
branchstable-1.4
changeset 1685 399ef727bf62
parent 1640 59ab2130a859
child 1701 ec5542b4f62a
permissions -rw-r--r--
Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
364
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
     1
#------------------------------------------------------------------------------
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
     2
#
768
b709149d5bba Added missing svn properties.
Florian Pose <fp@igh-essen.com>
parents: 732
diff changeset
     3
#  $Id$
364
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
     4
#
1685
399ef727bf62 Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents: 1640
diff changeset
     5
#  Copyright (C) 2006-2008  Florian Pose, Ingenieurgemeinschaft IgH
364
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
     6
#
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
     7
#  This file is part of the IgH EtherCAT Master.
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
     8
#
1685
399ef727bf62 Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents: 1640
diff changeset
     9
#  The IgH EtherCAT Master is free software; you can redistribute it and/or
399ef727bf62 Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents: 1640
diff changeset
    10
#  modify it under the terms of the GNU General Public License version 2, as
399ef727bf62 Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents: 1640
diff changeset
    11
#  published by the Free Software Foundation.
364
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    12
#
1685
399ef727bf62 Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents: 1640
diff changeset
    13
#  The IgH EtherCAT Master is distributed in the hope that it will be useful,
399ef727bf62 Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents: 1640
diff changeset
    14
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
399ef727bf62 Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents: 1640
diff changeset
    15
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
399ef727bf62 Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents: 1640
diff changeset
    16
#  Public License for more details.
364
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    17
#
1685
399ef727bf62 Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents: 1640
diff changeset
    18
#  You should have received a copy of the GNU General Public License along
399ef727bf62 Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents: 1640
diff changeset
    19
#  with the IgH EtherCAT Master; if not, write to the Free Software
364
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    20
#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    21
#
1685
399ef727bf62 Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents: 1640
diff changeset
    22
#  Using the EtherCAT technology and brand is permitted in compliance with the
399ef727bf62 Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Florian Pose <fp@igh-essen.com>
parents: 1640
diff changeset
    23
#  industrial property and similar rights of Beckhoff Automation GmbH.
364
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    24
#
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    25
#------------------------------------------------------------------------------
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    26
667
9feff35c9617 First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents: 587
diff changeset
    27
SUBDIRS = e1000
9feff35c9617 First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents: 587
diff changeset
    28
9feff35c9617 First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents: 587
diff changeset
    29
DIST_SUBDIRS = e1000
9feff35c9617 First version with e1000 driver (to be continued...)
Florian Pose <fp@igh-essen.com>
parents: 587
diff changeset
    30
364
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    31
EXTRA_DIST = \
473
e34754cd973e Added device module for kernel 2.6.17. Still slow?
Florian Pose <fp@igh-essen.com>
parents: 432
diff changeset
    32
	8139too-2.6.13-ethercat.c \
e34754cd973e Added device module for kernel 2.6.17. Still slow?
Florian Pose <fp@igh-essen.com>
parents: 432
diff changeset
    33
	8139too-2.6.13-orig.c \
e34754cd973e Added device module for kernel 2.6.17. Still slow?
Florian Pose <fp@igh-essen.com>
parents: 432
diff changeset
    34
	8139too-2.6.17-ethercat.c \
534
dfaeae243866 Added 8139too driver for kernel 2.6.19.
Florian Pose <fp@igh-essen.com>
parents: 532
diff changeset
    35
	8139too-2.6.17-orig.c \
532
092ac0fa23fe Added 8139too driver for 2.6.18.
Florian Pose <fp@igh-essen.com>
parents: 485
diff changeset
    36
	8139too-2.6.18-ethercat.c \
534
dfaeae243866 Added 8139too driver for kernel 2.6.19.
Florian Pose <fp@igh-essen.com>
parents: 532
diff changeset
    37
	8139too-2.6.18-orig.c \
dfaeae243866 Added 8139too driver for kernel 2.6.19.
Florian Pose <fp@igh-essen.com>
parents: 532
diff changeset
    38
	8139too-2.6.19-ethercat.c \
568
3edb8f45bdc1 First experimental version of e100 driver.
Florian Pose <fp@igh-essen.com>
parents: 536
diff changeset
    39
	8139too-2.6.19-orig.c \
774
40e9190072a6 Added 8139too driver for 2.6.22.
Florian Pose <fp@igh-essen.com>
parents: 768
diff changeset
    40
	8139too-2.6.22-ethercat.c \
40e9190072a6 Added 8139too driver for 2.6.22.
Florian Pose <fp@igh-essen.com>
parents: 768
diff changeset
    41
	8139too-2.6.22-orig.c \
828
1ca40d2e6a8d Added 8139 version for kernel 2.6.23. (Untested)
Richard Hacker <ha@igh-essen.com>
parents: 774
diff changeset
    42
	8139too-2.6.23-ethercat.c \
1ca40d2e6a8d Added 8139 version for kernel 2.6.23. (Untested)
Richard Hacker <ha@igh-essen.com>
parents: 774
diff changeset
    43
	8139too-2.6.23-orig.c \
955
9b1c277a1b34 Added 8139too 2.6.24 to dist.
Florian Pose <fp@igh-essen.com>
parents: 913
diff changeset
    44
	8139too-2.6.24-ethercat.c \
9b1c277a1b34 Added 8139too 2.6.24 to dist.
Florian Pose <fp@igh-essen.com>
parents: 913
diff changeset
    45
	8139too-2.6.24-orig.c \
897
855c5d2d97f0 Added alpha support for the Realtek r8169 chipset, thanks to Scott
Florian Pose <fp@igh-essen.com>
parents: 828
diff changeset
    46
	Kbuild.in \
1639
d4db7ad736a5 merge -r1464:1467 trunk: Removed forcedeth, e100 and r8169.
Florian Pose <fp@igh-essen.com>
parents: 1074
diff changeset
    47
	ecdev.h
364
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    48
1074
a82793a6d1a0 Added Kbuild files to BUILT_SOURCES in Makefile.am files to create dependencies.
Florian Pose <fp@igh-essen.com>
parents: 955
diff changeset
    49
BUILT_SOURCES = \
a82793a6d1a0 Added Kbuild files to BUILT_SOURCES in Makefile.am files to create dependencies.
Florian Pose <fp@igh-essen.com>
parents: 955
diff changeset
    50
	Kbuild
a82793a6d1a0 Added Kbuild files to BUILT_SOURCES in Makefile.am files to create dependencies.
Florian Pose <fp@igh-essen.com>
parents: 955
diff changeset
    51
485
8354ddf38481 Improved autotools, added config.kbuild, --with-msr-dir, --with-rtai-dir, --with-8139too-kernel.
Florian Pose <fp@igh-essen.com>
parents: 477
diff changeset
    52
modules:
674
34e5601b2640 Improved Makefiles.
Florian Pose <fp@igh-essen.com>
parents: 667
diff changeset
    53
	$(MAKE) -C "@abs_top_srcdir@" modules
485
8354ddf38481 Improved autotools, added config.kbuild, --with-msr-dir, --with-rtai-dir, --with-8139too-kernel.
Florian Pose <fp@igh-essen.com>
parents: 477
diff changeset
    54
8354ddf38481 Improved autotools, added config.kbuild, --with-msr-dir, --with-rtai-dir, --with-8139too-kernel.
Florian Pose <fp@igh-essen.com>
parents: 477
diff changeset
    55
modules_install:
536
330f7f8da979 Fixed modules_install target: create dir before copying.
Florian Pose <fp@igh-essen.com>
parents: 534
diff changeset
    56
	mkdir -p $(DESTDIR)$(LINUX_MOD_PATH)
587
59913f648e04 Fixed installation of 8139too driver when disabled.
Florian Pose <fp@igh-essen.com>
parents: 583
diff changeset
    57
if ENABLE_8139TOO
485
8354ddf38481 Improved autotools, added config.kbuild, --with-msr-dir, --with-rtai-dir, --with-8139too-kernel.
Florian Pose <fp@igh-essen.com>
parents: 477
diff changeset
    58
	cp $(srcdir)/ec_8139too.ko $(DESTDIR)$(LINUX_MOD_PATH)
587
59913f648e04 Fixed installation of 8139too driver when disabled.
Florian Pose <fp@igh-essen.com>
parents: 583
diff changeset
    59
endif
897
855c5d2d97f0 Added alpha support for the Realtek r8169 chipset, thanks to Scott
Florian Pose <fp@igh-essen.com>
parents: 828
diff changeset
    60
if ENABLE_E1000
855c5d2d97f0 Added alpha support for the Realtek r8169 chipset, thanks to Scott
Florian Pose <fp@igh-essen.com>
parents: 828
diff changeset
    61
	$(MAKE) -C e1000 modules_install
855c5d2d97f0 Added alpha support for the Realtek r8169 chipset, thanks to Scott
Florian Pose <fp@igh-essen.com>
parents: 828
diff changeset
    62
endif
364
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    63
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    64
clean-local:
387
e6e708a5d502 Improved autotools files.
Florian Pose <fp@igh-essen.com>
parents: 385
diff changeset
    65
	$(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" clean
364
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    66
9028b20e3c12 EtherCAT master with Autotools.
Florian Pose <fp@igh-essen.com>
parents:
diff changeset
    67
#------------------------------------------------------------------------------