author | Florian Pose <fp@igh-essen.com> |
Fri, 10 Oct 2008 08:34:15 +0000 | |
changeset 1258 | 900f1124e8f8 |
parent 1242 | 632a6b91f8e4 |
child 1286 | 88e573e033f1 |
permissions | -rw-r--r-- |
393
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
1 |
#------------------------------------------------------------------------------ |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
2 |
# |
768
b709149d5bba
Added missing svn properties.
Florian Pose <fp@igh-essen.com>
parents:
393
diff
changeset
|
3 |
# $Id$ |
393
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
4 |
# |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
5 |
# Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
6 |
# |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
7 |
# This file is part of the IgH EtherCAT Master. |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
8 |
# |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
9 |
# The IgH EtherCAT Master is free software; you can redistribute it |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
10 |
# and/or modify it under the terms of the GNU General Public License |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
11 |
# as published by the Free Software Foundation; either version 2 of the |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
12 |
# License, or (at your option) any later version. |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
13 |
# |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
14 |
# The IgH EtherCAT Master is distributed in the hope that it will be |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
15 |
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
16 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
17 |
# GNU General Public License for more details. |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
18 |
# |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
19 |
# You should have received a copy of the GNU General Public License |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
20 |
# along with the IgH EtherCAT Master; if not, write to the Free Software |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
21 |
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
22 |
# |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
23 |
# The right to use EtherCAT Technology is granted and comes free of |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
24 |
# charge under condition of compatibility of product made by |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
25 |
# Licensee. People intending to distribute/sell products based on the |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
26 |
# code, have to sign an agreement to guarantee that products using |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
27 |
# software based on IgH EtherCAT master stay compatible with the actual |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
28 |
# EtherCAT specification (which are released themselves as an open |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
29 |
# standard) as the (only) precondition to have the right to use EtherCAT |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
30 |
# Technology, IP and trade marks. |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
31 |
# |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
32 |
#------------------------------------------------------------------------------ |
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
33 |
|
1242
632a6b91f8e4
First version of userspace library with requesting/releasing.
Florian Pose <fp@igh-essen.com>
parents:
1080
diff
changeset
|
34 |
DIST_SUBDIRS = \ |
632a6b91f8e4
First version of userspace library with requesting/releasing.
Florian Pose <fp@igh-essen.com>
parents:
1080
diff
changeset
|
35 |
mini \ |
632a6b91f8e4
First version of userspace library with requesting/releasing.
Florian Pose <fp@igh-essen.com>
parents:
1080
diff
changeset
|
36 |
rtai \ |
632a6b91f8e4
First version of userspace library with requesting/releasing.
Florian Pose <fp@igh-essen.com>
parents:
1080
diff
changeset
|
37 |
user |
393
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
38 |
|
9cfbb344adc0
Distribution makefile for examples.
Florian Pose <fp@igh-essen.com>
parents:
diff
changeset
|
39 |
#------------------------------------------------------------------------------ |