author | Florian Pose <fp@igh-essen.com> |
Tue, 13 Feb 2007 13:00:19 +0000 | |
changeset 562 | dda32c8294ad |
parent 387 | e6e708a5d502 |
child 563 | d113b63c55c4 |
permissions | -rw-r--r-- |
386
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
1 |
#------------------------------------------------------------------------------ |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
2 |
# |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
3 |
# Makefile.am |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
4 |
# |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
5 |
# IgH EtherCAT master |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
6 |
# |
387 | 7 |
# $Id$ |
386
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
8 |
# |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
9 |
# Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
10 |
# |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
11 |
# This file is part of the IgH EtherCAT Master. |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
12 |
# |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
13 |
# The IgH EtherCAT Master is free software; you can redistribute it |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
14 |
# and/or modify it under the terms of the GNU General Public License |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
15 |
# as published by the Free Software Foundation; either version 2 of the |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
16 |
# License, or (at your option) any later version. |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
17 |
# |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
18 |
# The IgH EtherCAT Master is distributed in the hope that it will be |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
19 |
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
20 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
21 |
# GNU General Public License for more details. |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
22 |
# |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
23 |
# You should have received a copy of the GNU General Public License |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
24 |
# along with the IgH EtherCAT Master; if not, write to the Free Software |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
25 |
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
26 |
# |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
27 |
# The right to use EtherCAT Technology is granted and comes free of |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
28 |
# charge under condition of compatibility of product made by |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
29 |
# Licensee. People intending to distribute/sell products based on the |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
30 |
# code, have to sign an agreement to guarantee that products using |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
31 |
# software based on IgH EtherCAT master stay compatible with the actual |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
32 |
# EtherCAT specification (which are released themselves as an open |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
33 |
# standard) as the (only) precondition to have the right to use EtherCAT |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
34 |
# Technology, IP and trade marks. |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
35 |
# |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
36 |
#------------------------------------------------------------------------------ |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
37 |
|
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
38 |
initdir = $(sysconfdir)/init.d |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
39 |
sysdir = $(sysconfdir)/sysconfig |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
40 |
|
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
41 |
bin_SCRIPTS = lsec |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
42 |
init_SCRIPTS = ethercat |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
43 |
sys_DATA = sysconfig |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
44 |
|
387 | 45 |
EXTRA_DIST = lsec.pl ethercat.sh sysconfig |
46 |
||
386
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
47 |
lsec: lsec.pl |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
48 |
cp $(srcdir)/lsec.pl lsec |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
49 |
|
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
50 |
ethercat: ethercat.sh |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
51 |
cp $(srcdir)/ethercat.sh ethercat |
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
52 |
|
7020a47f092a
Added file script/Makefile.am
Richard Hacker <ha@igh-essen.com>
parents:
diff
changeset
|
53 |
#------------------------------------------------------------------------------ |